aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/index/genam.c
Commit message (Expand)AuthorAge
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Arrange to cache fmgr lookup information for an index's access methodTom Lane2005-05-27
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-29
* First steps towards index scans with heap access decoupled from indexTom Lane2005-03-27
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Update copyright to 2004.Bruce Momjian2004-08-29
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Repair some REINDEX problems per recent discussions. The relcache isTom Lane2003-09-24
* Update copyrights to 2003.Bruce Momjian2003-08-04
* Error message editing in backend/access.Tom Lane2003-07-21
* Modify keys_are_unique optimization to release buffer pins before itTom Lane2003-03-24
* Fix for bug #866. 7.3 contains new logic for avoiding redundant calls toTom Lane2003-01-08
* pgindent run.Bruce Momjian2002-09-04
* Update copyright to 2002.Bruce Momjian2002-06-20
* Mark index entries "killed" when they are no longer visible to anyTom Lane2002-05-24
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-20
* Mop-up some infelicities in new relation lookup handling.Tom Lane2002-03-29
* A bunch of changes aimed at reducing backend startup time...Tom Lane2002-02-19
* 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
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-22
* Remove RelationGetBufferWithBuffer(), which is horribly confused aboutTom Lane2001-06-09
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Cache fmgr lookup data for index's getnext() function in IndexScanDesc,Tom Lane2000-03-14
* Add:Bruce Momjian2000-01-26
* Repair bugs discussed in pghackers thread of 15 May 1999: creation of aTom Lane1999-12-30
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Remove unused #includes in *.c files.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
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-08
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-07
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* 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
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-19
* More cleanupsMarc G. Fournier1996-11-05
* Changes required so that access/* compiles cleanly...Marc G. Fournier1996-11-03
* Same clean up of Makefile, and addition of include filesMarc G. Fournier1996-10-31
* -Wall'd ... I missed a subdir under access :(Marc G. Fournier1996-10-21
* More #include cleanupsMarc G. Fournier1996-10-20
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-09