Commits

DateSubjectAuthorReleases
2002-04-12 Checking to decide whether relations are system relations now depends Tom Lane 7.3.1
2002-04-01 Add tgconstrrelid to stored Trigger structures, make RI trigger functions Tom Lane 7.3.1
2002-04-01 ALTER TABLE SET/DROP NOT NULL, from Christopher Kings-Lynne. Tom Lane 7.3.1
2002-03-31 Reimplement temp tables using schemas. The temp table map is history; 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-26 pg_class has a relnamespace column. You can create and access tables Tom Lane 7.3.1
2002-03-22 Create the pg_namespace system catalog. Doesn't do much yet, but it's 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-02-27 Clean up BeginCommand and related routines. BeginCommand and EndCommand Tom Lane 7.3.1
2002-02-26 Back-patch fix for command completion report handling. This is Tom Lane 7.2.1
2002-02-26 Restructure command-completion-report code so that there is just one Tom Lane 7.3.1
2002-02-19 A bunch of changes aimed at reducing backend startup time... Tom Lane 7.3.1
2002-02-14 Ensure that a cursor is scanned under the same scanCommandId it was Tom Lane 7.2.1
2002-01-03 Require ownership permission for CREATE INDEX, per bug report. Tom Lane 7.2.1
2001-12-04 Remove now-dead code for processing CONSTR_UNIQUE nodes in Tom Lane 7.2.1
2001-11-02 Fix problem reported by Alex Korn: if a relation has been dropped and Tom Lane 7.2.1
2001-10-23 Fix foreign keys on system columns. Tom Lane 7.2.1
2001-10-12 Break transformCreateStmt() into multiple routines and make Tom Lane 7.2.1
2001-10-05 Further cleanup of dynahash.c API, in pursuit of portability and Tom Lane 7.2.1
2001-08-21 Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in Tom Lane 7.2.1
2001-08-10 Make OIDs optional, per discussions in pghackers. WITH OIDS is still the Tom Lane 7.2.1
2001-07-16 Partial indexes work again, courtesy of Martijn van Oosterhout. Tom Lane 7.2.1