Commits

DateSubjectAuthorReleases
2007-06-23 Separate parse-analysis for utility commands out of parser/analyze.c Tom Lane 8.3.0
2007-03-13 First phase of plan-invalidation project: create a plan cache management Tom Lane 8.3.0
2006-08-21 Fix all known problems with pg_dump's handling of serial sequences Tom Lane 8.2.0
2006-03-14 Improve parser so that we can show an error cursor position for errors Tom Lane 8.2.0
2005-04-14 First phase of project to use fixed OIDs for all system catalogs and Tom Lane 8.1.0
2005-04-13 Change addRangeTableEntryForRelation() to take a Relation pointer instead Tom Lane 8.1.0
2005-04-06 Merge Resdom nodes into TargetEntry nodes to simplify code and save a Tom Lane 8.1.0
2004-06-18 Tablespaces. Alternate database locations are dead, long live tablespaces. Tom Lane 8.0.0
2004-01-14 Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this time Tom Lane 8.0.0
2003-08-01 Adjust 'permission denied' messages to be more useful and consistent. Tom Lane 7.4.1
2003-07-20 Another round of error message editing, covering backend/commands/. Tom Lane 7.4.1
2002-11-11 Code review for ON COMMIT patch. Make the actual on-commit action happen Tom Lane 7.4.1
2002-09-22 Replace pg_attribute.attisinherited with attislocal and attinhcount Tom Lane 7.3.1
2002-09-02 Department of second thoughts: make checks for replacing a view slightly Tom Lane 7.3.1
2002-09-02 CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE. Tom Lane 7.3.1
2002-08-30 Add attisinherited column to pg_attribute; use it to guard against Tom Lane 7.3.1
2002-07-16 Add more dependency insertions --- this completes the basic pg_depend Tom Lane 7.3.1
2002-07-12 Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. Tom Lane 7.3.1
2002-07-01 First phase of applying Rod Taylor's pg_depend patch. This just adds Tom Lane 7.3.1
2002-04-19 Change naming rule for ON SELECT rules of views: they're all just Tom Lane 7.3.1
2002-04-15 The contents of command.c, creatinh.c, define.c, remove.c and rename.c Tom Lane 7.3.1
2002-03-29 pg_type has a typnamespace column; system now supports creating types Tom Lane 7.3.1
2002-03-22 A little further progress on schemas: push down RangeVars into Tom Lane 7.3.1
2002-03-21 First phase of SCHEMA changes, concentrating on fixing the grammar and Tom Lane 7.3.1
2001-08-16 Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type Tom Lane 7.2.1