aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/rel.h
Commit message (Expand)AuthorAge
* 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
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-08
* Heap redo/undo (except for tuple moving used by vacuum).Vadim B. Mikheev2000-09-07
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-14
* Use a private memory context to store rule information in each relcacheTom Lane2000-06-30
* Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane2000-06-18
* Fix performance problems with pg_index lookups (see, for example,Tom Lane2000-06-17
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add Assert() to check for trying to heap_close a relation when theTom Lane2000-02-27
* Fix problems seen in parallel regress tests when SI buffer overruns (causingTom Lane2000-01-31
* Add:Bruce Momjian2000-01-26
* added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut2000-01-22
* Make number of args to a function configurable.Bruce Momjian2000-01-10
* Commit to make clearer distinction for temp names and real names.Bruce Momjian1999-11-16
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07
* Make it possible to execute crashed CREATE/DROP commands again.Hiroshi Inoue1999-11-04
* This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support.Jan Wieck1999-09-29
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-18
* More cleanupBruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* pgindent run over code.Bruce Momjian1999-05-25
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-02
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-24
* Thank god for searchable mail archives.PostgreSQL Daemon1998-01-15
* More archive cleanup.Bruce Momjian1997-11-21
* Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan).Vadim B. Mikheev1997-10-28
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* struct Trigger changedVadim B. Mikheev1997-09-04
* Triggers added to RelationVadim B. Mikheev1997-09-01
* finally, this directory is (should be!) totally cleanMarc G. Fournier1996-11-04
* Another series started from utils/builtins.hMarc G. Fournier1996-11-04
* Okay, following Bryan's (and others) suggestions...cleaning up theMarc G. Fournier1996-11-01
* Fixes: Errors when PQexec() in backend creates tempMarc G. Fournier1996-10-24
* Hopefully that cleans up the cruft from rel.hMarc G. Fournier1996-10-19
* and anotherMarc G. Fournier1996-10-19