aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/rel.h
Commit message (Expand)AuthorAge
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Replace "amgetmulti" AM functions with "amgetbitmap", in which the wholeTom Lane2008-04-10
* Support statement-level ON TRUNCATE triggers. Simon RiggsTom Lane2008-03-28
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-20
* Fix up pgstats counting of live and dead tuples to recognize that committedTom Lane2007-05-27
* Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving)Tom Lane2007-03-29
* Changes pg_trigger and extend pg_rewrite in order to allow triggers andJan Wieck2007-03-19
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-27
* Fix up foreign-key mechanism so that there is a sound semantic basis for theTom Lane2007-02-14
* Prevent WAL logging when COPY is done in the same transation thatBruce Momjian2007-01-25
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-09
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-23
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-03
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-02
* Arrange to cache btree metapage data in the relcache entry for the index,Tom Lane2006-04-25
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Revise pgstats stuff to fix the problems with not counting accessesTom Lane2005-10-06
* Solve the problem of OID collisions by probing for duplicate OIDsTom Lane2005-08-12
* Arrange to cache fmgr lookup information for an index's access methodTom Lane2005-05-27
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-29
* Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. ThisTom Lane2005-01-10
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-16
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Fix relcache to account properly for subtransaction status of 'new'Tom Lane2004-08-28
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-17
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-01
* Get rid of rd_nblocks field in relcache entries. Turns out this wasTom Lane2004-05-08
* Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane2004-02-10
* Code cleanup, mostly in the smgr:Neil Conway2004-01-06
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-12
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-09
* Repair some REINDEX problems per recent discussions. The relcache isTom Lane2003-09-24
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-28
* This patch implements FOR EACH STATEMENT triggers, per my email toBruce Momjian2002-11-23
* pgindent run.Bruce Momjian2002-09-04
* Code review of CLUSTER patch. Clean up problems with relcache gettingTom Lane2002-08-11
* Restructure local-buffer handling per recent pghackers discussion.Tom Lane2002-08-06
* Update copyright to 2002.Bruce Momjian2002-06-20
* Add tgconstrrelid to stored Trigger structures, make RI trigger functionsTom Lane2002-04-01
* Reimplement temp tables using schemas. The temp table map is history;Tom Lane2002-03-31