summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistutil.c
AgeCommit message (Expand)Author
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-01-05Change the reloptions machinery to use a table-based parser, and provideAlvaro Herrera
2009-01-01Update copyright for 2009.Bruce Momjian
2008-09-30Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas
2008-07-13Clean up the use of some page-header-access macros: principally, useTom Lane
2008-06-19Improve our #include situation by moving pointer types away from theAlvaro Herrera
2008-06-15Fix 64-bit problem in recent patch.Tom Lane
2008-06-12Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relationHeikki Linnakangas
2008-05-12Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-09-20HOT updates. When we update a tuple without changing any of its indexedTom Lane
2007-09-12Redefine the lp_flags field of item pointers as having four states, ratherTom Lane
2007-04-09Minor tweaking of index special-space definitions so that the variousTom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-07-03Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane
2006-07-02Add FILLFACTOR to CREATE INDEX.Bruce Momjian
2006-06-28ChangesTeodor Sigaev
2006-05-29Som improve page split in multicolumn GiST index.Teodor Sigaev
2006-05-24* Add support NULL to GiST.Teodor Sigaev
2006-05-19Simplify gistSplit() and some refactoring related code.Teodor Sigaev
2006-05-17Reduce size of critial section during vacuum full, criticalTeodor Sigaev
2006-05-10Reduce size of critical section and remove call of user-defined functions inTeodor Sigaev
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-11-06Add simple sanity checks on newly-read pages to GiST, too.Tom Lane
2005-09-22pgindent new GIST index code, per request from Tom.Bruce Momjian
2005-09-22Adjust GiST error messages to conform to message style guidelines.Tom Lane
2005-06-30Bug fixes for GiST crash recovery.Teodor Sigaev
2005-06-28Code cleanup. gistfillbuffer accepts InvalidOffsetNumber.Teodor Sigaev
2005-06-27Concurrency for GiSTTeodor Sigaev
2005-06-201. full functional WAL for GiSTTeodor Sigaev
2005-06-14WAL for GiST. It work for online backup and so on, but onTeodor Sigaev