summaryrefslogtreecommitdiff
path: root/src/include/utils/rel.h
Commit message (Expand)AuthorAgeFilesLines
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-231-5/+6
* pgindent run for 8.2.Bruce Momjian2006-10-041-6/+6
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-031-8/+48
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-021-1/+8
* Arrange to cache btree metapage data in the relcache entry for the index,Tom Lane2006-04-251-1/+9
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-13/+12
* Revise pgstats stuff to fix the problems with not counting accessesTom Lane2005-10-061-4/+1
* Solve the problem of OID collisions by probing for duplicate OIDsTom Lane2005-08-121-3/+4
* Arrange to cache fmgr lookup information for an index's access methodTom Lane2005-05-271-4/+25
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-291-2/+4
* Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. ThisTom Lane2005-01-101-1/+26
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-161-5/+6
* Pgindent run for 8.0.Bruce Momjian2004-08-291-8/+10
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Fix relcache to account properly for subtransaction status of 'new'Tom Lane2004-08-281-9/+20
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-171-26/+5
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-011-1/+4
* Get rid of rd_nblocks field in relcache entries. Turns out this wasTom Lane2004-05-081-2/+1
* Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane2004-02-101-14/+5
* Code cleanup, mostly in the smgr:Neil Conway2004-01-061-12/+11
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-121-3/+3
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-091-16/+10
* Repair some REINDEX problems per recent discussions. The relcache isTom Lane2003-09-241-3/+5
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-3/+3
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-281-1/+5
* This patch implements FOR EACH STATEMENT triggers, per my email toBruce Momjian2002-11-231-2/+2
* pgindent run.Bruce Momjian2002-09-041-1/+2
* Code review of CLUSTER patch. Clean up problems with relcache gettingTom Lane2002-08-111-1/+5
* Restructure local-buffer handling per recent pghackers discussion.Tom Lane2002-08-061-3/+3
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Add tgconstrrelid to stored Trigger structures, make RI trigger functionsTom Lane2002-04-011-2/+4
* Reimplement temp tables using schemas. The temp table map is history;Tom Lane2002-03-311-41/+4
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-261-1/+9
* A bunch of changes aimed at reducing backend startup time...Tom Lane2002-02-191-3/+8
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-15/+15
* Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane2001-10-061-13/+12
* Install infrastructure for shared-memory free space map. Doesn't actuallyTom Lane2001-06-271-5/+8
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-221-1/+16
* Fix badly broken RelationGetRelationName().Tom Lane2001-06-191-5/+6
* Move temprel name define from temprel.h to rel.h.Bruce Momjian2001-06-191-38/+45
* Bring RelationGetRelationName into sync with new temp rel names.Tom Lane2001-06-191-2/+2
* Clean up some minor problems exposed by further thought about Panon's bugTom Lane2001-06-011-13/+18
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-5/+5
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2