summaryrefslogtreecommitdiff
path: root/src/include/utils/rel.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve comments.Tom Lane2000-12-231-4/+16
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-081-2/+1
* Heap redo/undo (except for tuple moving used by vacuum).Vadim B. Mikheev2000-09-071-1/+3
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-141-1/+2
* Use a private memory context to store rule information in each relcacheTom Lane2000-06-301-2/+3
* Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane2000-06-181-2/+1
* Fix performance problems with pg_index lookups (see, for example,Tom Lane2000-06-171-10/+16
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-4/+5
* Add Assert() to check for trying to heap_close a relation when theTom Lane2000-02-271-2/+4
* Fix problems seen in parallel regress tests when SI buffer overruns (causingTom Lane2000-01-311-21/+31
* Add:Bruce Momjian2000-01-261-2/+3
* added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut2000-01-221-2/+2
* Make number of args to a function configurable.Bruce Momjian2000-01-101-2/+2
* Commit to make clearer distinction for temp names and real names.Bruce Momjian1999-11-161-3/+21
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-2/+2
* Make it possible to execute crashed CREATE/DROP commands again.Hiroshi Inoue1999-11-041-2/+2
* This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support.Jan Wieck1999-09-291-1/+6
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-22/+34
* More cleanupBruce Momjian1999-07-161-3/+3
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-7/+7
* pgindent run over code.Bruce Momjian1999-05-251-15/+15
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-15/+15
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-021-4/+4
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-4/+3
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-14/+5
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-3/+3
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-2/+3
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-241-3/+2
* Thank god for searchable mail archives.PostgreSQL Daemon1998-01-151-3/+2
* More archive cleanup.Bruce Momjian1997-11-211-3/+1