summaryrefslogtreecommitdiff
path: root/src/include/catalog/index.h
AgeCommit message (Expand)Author
2000-12-08REINDEX under WAL.Hiroshi Inoue
2000-11-08Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane
2000-07-14Cleanup of code for creating index entries. Functional indexes withTom Lane
2000-07-12First stage of reclaiming memory in executor by resetting short-termTom Lane
2000-07-04Make toast-table creation and deletion work somewhat reliably.Tom Lane
2000-06-30Use a private memory context to store rule information in each relcacheTom Lane
2000-06-17Get rid of IndexIsUniqueNoCache() kluge by the simple expedient ofTom Lane
2000-06-08Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-02-18Implement reindex commandHiroshi Inoue
2000-01-26Add:Bruce Momjian
1999-12-10Rename several destroy* functions/tags to drop*.Bruce Momjian
1999-07-16More cleanupBruce Momjian
1999-07-15Change #include's to use <> and "" as appropriate.Bruce Momjian
1999-07-15Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1999-01-21The following patch finishes primary key support. Previously, whenBruce Momjian
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian
1998-09-01Renaming cleanup, no pgindent yet.Bruce Momjian
1998-08-19heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian
1998-02-26pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian
1998-01-24Fix prototypes so they don't look like function definitions.Bruce Momjian
1997-09-08Used modified version of indent that understands over 100 typedefs.Bruce Momjian
1997-09-08Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian
1997-09-07Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian
1997-03-19Fix index_create for multi-column indicesVadim B. Mikheev
1996-11-13Commit of a *MAJOR* patch from Dan McGuirk <[email protected]>Marc G. Fournier
1996-11-05Another run through.Marc G. Fournier
1996-11-03More cleans of the inter-dependencies in the #include filesMarc G. Fournier
1996-08-28More cleanups of the include filesMarc G. Fournier