Commits

DateSubjectAuthorReleases
2004-05-08 Get rid of rd_nblocks field in relcache entries. Turns out this was Tom Lane 8.0.0
2004-04-06 ALTER SEQUENCE RESTART did the wrong thing if sequence last_value was Tom Lane 7.4.3
2004-04-06 ALTER SEQUENCE RESTART did the wrong thing if sequence last_value was Tom Lane 8.0.0
2003-11-24 Overdue code review for ALTER SEQUENCE patch. Don't generate illegal Node Tom Lane 7.4.1
2003-11-24 Overdue code review for ALTER SEQUENCE patch. Don't generate illegal Node 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-28 A visit from the message-style police ... 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-08-30 Add attisinherited column to pg_attribute; use it to guard against Tom Lane 7.3.1
2002-08-06 Restructure local-buffer handling per recent pghackers discussion. Tom Lane 7.3.1
2002-07-16 Add more dependency insertions --- this completes the basic pg_depend Tom Lane 7.3.1
2002-05-22 Modify sequence state storage to eliminate dangling-pointer problem Tom Lane 7.3.1
2002-05-21 Remove global variable scanCommandId in favor of storing a command ID 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-30 Further cleanups for relations in schemas: teach nextval and other 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 Change the aclchk.c routines to uniformly use OIDs to identify the Tom Lane 7.3.1
2002-03-21 First phase of SCHEMA changes, concentrating on fixing the grammar and Tom Lane 7.3.1
2002-03-15 Repair two problems with WAL logging of sequence nextvalI() ops, as Tom Lane 7.2.1
2002-03-15 Repair two problems with WAL logging of sequence nextvalI() ops, as Tom Lane 7.3.1
2002-01-11 Fix sequence creation to set the t_xmin of a sequence's tuple to Tom Lane 7.2.1
2001-08-16 Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type Tom Lane 7.2.1