Commit Graph

216 Commits (86d911ec0f9d4643e9a47db42510959dec0ed76b)

Author SHA1 Message Date
Tom Lane 86d911ec0f Allow index AMs to cache data across aminsert calls within a SQL command. 9 years ago
Robert Haas 7b4ac19982 Extend index AM API for parallel index scans. 9 years ago
Peter Eisentraut 352a24a1f9 Generate fmgr prototypes automatically 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Tom Lane b1328d78f8 Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use it. 9 years ago
Tom Lane ea268cdc9a Add macros to make AllocSetContextCreate() calls simpler and safer. 9 years ago
Tom Lane ed0097e4f9 Add SQL-accessible functions for inspecting index AM properties. 9 years ago
Alvaro Herrera b78364df18 Remove unused arguments in two GiST subroutines 9 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 9 years ago
Teodor Sigaev f8467f7da8 Prevent to use magic constants 9 years ago
Kevin Grittner a343e223a5 Revert no-op changes to BufferGetPage() 9 years ago
Kevin Grittner 8b65cf4c5e Modify BufferGetPage() to prepare for "snapshot too old" feature 9 years ago
Teodor Sigaev 8b99edefca Revert CREATE INDEX ... INCLUDING ... 9 years ago
Teodor Sigaev 386e3d7609 CREATE INDEX ... INCLUDING (column[, ...]) 9 years ago
Tom Lane 65c5fcd353 Restructure index access method API to hide most of it at the C level. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Teodor Sigaev 22f519c92a Fix bug introduced by microvacuum for GiST 10 years ago
Teodor Sigaev 013ebc0a7b Microvacuum for GIST 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Heikki Linnakangas d04c8ed904 Add support for index-only scans in GiST. 10 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Heikki Linnakangas 2c03216d83 Revamp the WAL record format. 11 years ago
Heikki Linnakangas 7690ddea0c Check for GiST index tuples that don't fit on a page. 11 years ago
Heikki Linnakangas 54685338e3 Move log_newpage and log_newpage_buffer to xlog.c. 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 11 years ago
Heikki Linnakangas 04e298b826 Avoid palloc in critical section in GiST WAL-logging. 11 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Heikki Linnakangas 9e857436ef Don't include unused space in LOG_NEWPAGE records. 12 years ago
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