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-03-31 Reimplement temp tables using schemas. The temp table map is history; Tom Lane 7.3.1
2002-03-29 Mop-up some infelicities in new relation lookup handling. 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 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-20 Code review for DOMAIN patch. Tom Lane 7.3.1
2002-03-19 The attached patch cleans up the implementation of the TRUNCATE command; Bruce Momjian 7.3.1
2002-03-19 Add DOMAIN support. Includes manual pages and regression tests, from Bruce Momjian 7.3.1
2002-03-07 Back out domain patch until it works properly. Bruce Momjian 7.3.1
2002-03-06 Ok. Updated patch attached. Bruce Momjian 7.3.1
2002-03-06 Change made to elog: Bruce Momjian 7.3.1
2002-03-02 Commit to match discussed elog() changes. Only update is that LOG is Bruce Momjian 7.3.1
2001-10-25 pgindent run on all C files. Java run to follow. initdb/regression Bruce Momjian 7.2.1
2001-08-16 Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type 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-06-22 Attached is documentation describing plperlu differences from plperl. Bruce Momjian 7.2.1
2001-05-14 Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. Initdb Bruce Momjian 7.2.1
2001-04-02 Complain if the same column name is inherited from multiple parents Tom Lane 7.1.1
2001-03-30 Re-allow specification of a new default value for an inherited column Tom Lane 7.1.1
2001-03-22 Remove dashes in comments that don't need them, rewrap with pgindent. Bruce Momjian 7.1.1
2001-03-22 pgindent run. Make it all clean. Bruce Momjian 7.1.1