Commits

DateSubjectAuthorReleases
2001-07-15 Restructure index AM interface for index building and index tuple deletion, Tom Lane 7.2.1
2001-06-14 has_table_privilege functions from Joe Conway (with some kibitzing from Tom Lane 7.2.1
2001-06-12 Clean up various to-do items associated with system indexes: Tom Lane 7.2.1
2001-05-07 Rewrite of planner statistics-gathering code. ANALYZE is now available as Tom Lane 7.2.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-23 Fix all the places that called heap_update() and heap_delete() without Tom Lane 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-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-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-08-25 Avoid creating a TOAST table if we can prove that the maximum tuple Tom Lane 7.1.1
2000-08-21 fmgr interface mopup work. Use new DatumGetBool and BoolGetDatum Tom Lane 7.1.1
2000-08-04 Fix tuptoaster bugs induced by making bytea toastable. Durn thing was Tom Lane 7.1.1
2000-08-03 Modify heap_open()/heap_openr() API per pghackers discussion of 11 July. Tom Lane 7.1.1
2000-08-03 More functions updated to new fmgr style --- money, name, tid datatypes. Tom Lane 7.1.1
2000-07-18 'const' decorations are fine, but not when they're inserted without Tom Lane 7.1.1
2000-07-14 Cleanup of code for creating index entries. Functional indexes with Tom Lane 7.1.1
2000-07-05 Update textin() and textout() to new fmgr style. This is just phase Tom Lane 7.1.1