Commits

DateSubjectAuthorReleases
2003-09-24 Repair some REINDEX problems per recent discussions. The relcache is Tom Lane 7.4.1
2003-05-28 Replace functional-index facility with expressional indexes. Any column Tom Lane 7.4.1
2002-09-23 Get rid of bogus use of heap_mark4update in reindex operations (cf. Tom Lane 7.3.1
2002-07-12 Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. 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-26 pg_class has a relnamespace column. You can create and access tables Tom Lane 7.3.1
2002-02-19 A bunch of changes aimed at reducing backend startup time... Tom Lane 7.3.1
2001-10-06 Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo 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
2001-07-15 Restructure index AM interface for index building and index tuple deletion, Tom Lane 7.2.1
2001-05-07 Rewrite of planner statistics-gathering code. ANALYZE is now available as Tom Lane 7.2.1
2000-11-08 Make DROP TABLE rollback-able: postpone physical file delete until commit. 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-12 First stage of reclaiming memory in executor by resetting short-term Tom Lane 7.1.1
2000-07-04 Make toast-table creation and deletion work somewhat reliably. Tom Lane 7.1.1
2000-06-30 Use a private memory context to store rule information in each relcache Tom Lane 7.1.1
2000-06-17 Get rid of IndexIsUniqueNoCache() kluge by the simple expedient of Tom Lane 7.1.1