Commit Graph

188 Commits (22122c83f1331d03e8317afbfcfbb65bef9c82d2)

Author SHA1 Message Date
Simon Riggs bb7cc2623f Remove PageSetTLI and rename pd_tli to pd_checksum 12 years ago
Heikki Linnakangas 62401db45c Support unlogged GiST index. 13 years ago
Tom Lane 0fd0f3688b Document and clean up gistsplit.c. 13 years ago
Heikki Linnakangas 9ee4d06f3f Make GiST indexes on-disk compatible with 9.2 again. 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Alvaro Herrera 5ab3af46dd Remove obsolete XLogRecPtr macros 13 years ago
Heikki Linnakangas 89911b3ab8 Fix GiST buffering build bug, which caused "failed to re-find parent" errors. 13 years ago
Heikki Linnakangas 0ab9d1c4b3 Replace XLogRecPtr struct with a 64-bit integer. 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Heikki Linnakangas 3652d72dd4 On GiST page split, release the locks on child pages before recursing up. 13 years ago
Tom Lane ad10853b30 Assorted comment fixes, mostly just typos, but some obsolete statements. 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Tom Lane d22a09dc70 Support GiST index support functions that want to cache data across calls. 14 years ago
Heikki Linnakangas 5edb24a898 Buffering GiST index build algorithm. 14 years ago
Heikki Linnakangas 8d260911e8 Change the way the offset of downlink is stored in GISTInsertStack. 14 years ago
Heikki Linnakangas bc175eb805 Fix two ancient bugs in GiST code to re-find a parent after page split: 14 years ago
Alvaro Herrera b93f5a5673 Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h 14 years ago
Peter Eisentraut e2a0cb1a80 Message style and spelling improvements 14 years ago
Bruce Momjian 6560407c7d Pgindent run before 9.1 beta2. 14 years ago
Peter Eisentraut c13dc6402b Spell checking and markup refinement 14 years ago
Tom Lane ae20bf1740 Make GIN and GIST pass the index collation to all their support functions. 14 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 14 years ago
Heikki Linnakangas ca63029eac Fix crash in the new GiST insertion code, when an update splits the root page. 15 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Robert Haas 53dbc27c62 Support unlogged tables. 15 years ago
Heikki Linnakangas 9de3aa65f0 Rewrite the GiST insertion logic so that we don't need the post-recovery 15 years ago
Robert Haas 5f7b58fad8 Generalize concept of temporary relations to "relation persistence". 15 years ago
Tom Lane 554506871b KNNGIST, otherwise known as order-by-operator support for GIST. 15 years ago
Heikki Linnakangas 2edc5cd493 The GiST scan algorithm uses LSNs to detect concurrent pages splits, but 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Bruce Momjian 0239800893 Update copyright for the year 2010. 16 years ago
Tom Lane 25d9bf2e3e Support deferrable uniqueness constraints. 16 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Heikki Linnakangas 3396000684 Rethink the way FSM truncation works. Instead of WAL-logging FSM 17 years ago
Tom Lane 10e3acb8e7 Prevent synchronous scan during GIN index build, because GIN is optimized 17 years ago
Tom Lane b4eae023bb Clean up the messy semantics (not to mention inefficiency) of PageGetTempPage 17 years ago
Heikki Linnakangas 15c121b3ed Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the 17 years ago
Heikki Linnakangas a213f1ee6c Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relation 17 years ago
Alvaro Herrera f8c4d7db60 Restructure some header files a bit, in particular heapam.h, by removing some 17 years ago
Bruce Momjian 9098ab9e32 Update copyrights in source tree to 2008. 18 years ago
Bruce Momjian fdf5a5efb7 pgindent run for 8.3. 18 years ago
Tom Lane 282d2a03dd HOT updates. When we update a tuple without changing any of its indexed 18 years ago
Tom Lane 6889303531 Redefine the lp_flags field of item pointers as having four states, rather 18 years ago
Bruce Momjian 29dccf5fe0 Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
Neil Conway dc10387eb1 Fix some typos in comments. 19 years ago
Bruce Momjian f99a569a2e pgindent run for 8.2. 19 years ago
Bruce Momjian e0522505bd Remove 576 references of include files that were not needed. 19 years ago
Tom Lane b7b78d24f7 Code review for FILLFACTOR patch. Change WITH grammar as per earlier 19 years ago
Bruce Momjian 277807bd9e Add FILLFACTOR to CREATE INDEX. 19 years ago
Teodor Sigaev 1f7ef548ec Changes 19 years ago