Commits

DateSubjectAuthorReleases
2002-04-15 The contents of command.c, creatinh.c, define.c, remove.c and rename.c Tom Lane 7.3.1
2002-04-12 Checking to decide whether relations are system relations now depends Tom Lane 7.3.1
2002-04-05 This patch adds a missing heap_freetuple() to renamerel(), documents Bruce Momjian 7.3.1
2002-03-31 Make renamerel take an OID, not a RangeVar, to identify the relation 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-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-21 Change the aclchk.c routines to uniformly use OIDs to identify the Tom Lane 7.3.1
2001-11-12 Indent new rename.c for Tom Lane. Bruce Momjian 7.2.1
2001-11-12 Make ALTER TABLE RENAME update foreign-key trigger arguments correctly. Tom Lane 7.2.1
2001-11-05 New pgindent run with fixes suggested by Tom. Patch manually reviewed, Bruce Momjian 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-25 pgindent run on all C files. Java run to follow. initdb/regression Bruce Momjian 7.2.1
2001-10-08 Make ALTER TABLE RENAME COLUMN update column names of indexes that Tom Lane 7.2.1
2001-08-12 Make ALTER TABLE RENAME on a view rename the view's on-select rule too. Tom Lane 7.2.1
2001-03-22 pgindent run. Make it all clean. Bruce Momjian 7.1.1
2001-01-24 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. Bruce Momjian 7.1.1
2001-01-23 Fix all the places that called heap_update() and heap_delete() without Tom Lane 7.1.1
2000-11-16 Change SearchSysCache coding conventions so that a reference count is Tom Lane 7.1.1
2000-11-08 Make DROP TABLE rollback-able: postpone physical file delete until commit. Tom Lane 7.1.1
2000-10-22 Some small polishing of Mark Hollomon's cleanup of DROP command: might Tom Lane 7.1.1
2000-10-20 Clean up gcc warnings. Tom Lane 7.1.1
2000-10-16 Remove NO_SECURITY define. Bruce Momjian 7.1.1
2000-10-16 New file naming. Database OID is used as "tablespace" id and Vadim B. Mikheev 7.1.1
2000-09-06 Code cleanup of user name and user id handling in the backend. The current Peter Eisentraut 7.1.1