aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/rel.h
Commit message (Expand)AuthorAge
* 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
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-26
* A bunch of changes aimed at reducing backend startup time...Tom Lane2002-02-19
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane2001-10-06
* Install infrastructure for shared-memory free space map. Doesn't actuallyTom Lane2001-06-27
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-22
* Fix badly broken RelationGetRelationName().Tom Lane2001-06-19
* Move temprel name define from temprel.h to rel.h.Bruce Momjian2001-06-19
* Bring RelationGetRelationName into sync with new temp rel names.Tom Lane2001-06-19
* Clean up some minor problems exposed by further thought about Panon's bugTom Lane2001-06-01
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Improve comments.Tom Lane2000-12-23