Commits

Showing commits that first shipped in 7.1 (backpatches included). Clear

DateSubjectAuthorReleases
2001-03-23 Fix comments that were mis-wrapped, for Tom Lane. Bruce Momjian 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
2001-02-27 Tweak portal (cursor) code so that it will not call the executor again Tom Lane 7.1.1
2001-02-14 Change scoping of table and join refnames to conform to SQL92: a JOIN Tom Lane 7.1.1
2001-01-29 Clean up handling of tuple descriptors so that result-tuple descriptors Tom Lane 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
2001-01-23 Rename int4 to int32 in a few places. Bruce Momjian 7.1.1
2001-01-08 Keep relations open until they are no longer needed. Hiroshi Inoue 7.1.1
2001-01-07 Clean up checking of relkind for ALTER TABLE and LOCK TABLE commands. Tom Lane 7.1.1
2000-12-22 Small cleanup of temp-table handling. Disallow creation of a non-temp Tom Lane 7.1.1
2000-12-05 From Stephan Szabo: 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-14 Fix illegal combination of SearchSysCacheTuple() and heap_freetuple() Hiroshi Inoue 7.1.1
2000-11-12 Restructure handling of inheritance queries so that they work with outer 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-26 Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in Tom Lane 7.1.1
2000-10-16 Remove NO_SECURITY define. Bruce Momjian 7.1.1
2000-10-10 This is a stupid garden variety bug and I'm not sure why I didn't catch Bruce Momjian 7.1.1
2000-10-05 Add proofreader's changes to docs. Bruce Momjian 7.1.1
2000-09-29 Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. Tom Lane 7.1.1
2000-09-12 First cut at full support for OUTER JOINs. There are still a few loose Tom Lane 7.1.1
2000-09-12 This patch implements the following command: Bruce Momjian 7.1.1
2000-09-12 This patch implements a different "relkind" Bruce Momjian 7.1.1