Commit Graph

79 Commits (b6f3649bba9832cf4958dbb184dabef93dcea29c)

Author SHA1 Message Date
Alexander Korotkov 2a6368343f Add support for nearest-neighbor (KNN) searches to SP-GiST 7 years ago
Tomas Vondra 6bf0bc842b Provide separate header file for built-in float types 7 years ago
Alvaro Herrera f2c587067a Rethink how to get float.h in old Windows API for isnan/isinf 7 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Peter Eisentraut 2eb4a831e5 Change TRUE/FALSE to true/false 8 years ago
Tom Lane d3a4f89d8a Allow no-op GiST support functions to be omitted. 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Tom Lane 86dbbf20d8 Put back <float.h> in a few files that need it for _isnan(). 8 years ago
Tom Lane 9b88f27cb4 Allow index AMs to return either HeapTuple or IndexTuple format during IOS. 8 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Tom Lane 71e006f031 Suppress compiler warnings in non-cassert builds. 9 years ago
Tom Lane ed0097e4f9 Add SQL-accessible functions for inspecting index AM properties. 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
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
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Heikki Linnakangas 55b59eda13 Fix GiST index-only scans for opclasses with different storage type. 10 years ago
Heikki Linnakangas d04c8ed904 Add support for index-only scans in GiST. 10 years ago
Heikki Linnakangas 8fa393a6d7 Minor cleanup of GiST code, for readability. 10 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 11 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 12 years ago
Heikki Linnakangas 62401db45c Support unlogged GiST index. 13 years ago
Tom Lane 166d534fcd Repair bugs in GiST page splitting code for multi-column indexes. 13 years ago
Heikki Linnakangas ba1cc6501e Add some randomness to the choice of which GiST page to insert to. 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Tom Lane e5db11c558 Improve coding of gistchoose and gistRelocateBuildBuffersOnSplit. 13 years ago
Robert Haas c8ba697a4b Fix logic bug in gistchoose and gistRelocateBuildBuffersOnSplit. 13 years ago
Heikki Linnakangas 0ab9d1c4b3 Replace XLogRecPtr struct with a 64-bit integer. 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 9f4563f743 Use IEEE infinity, not 1e10, for null-and-not-null case in gistpenalty(). 14 years ago
Heikki Linnakangas 5edb24a898 Buffering GiST index build algorithm. 14 years ago
Bruce Momjian 6416a82a62 Remove unnecessary #include references, per pgrminclude script. 14 years ago
Bruce Momjian 6560407c7d Pgindent run before 9.1 beta2. 14 years ago
Tom Lane 6923d699bc Protect GIST logic that assumes penalty values can't be negative. 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
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Heikki Linnakangas 9de3aa65f0 Rewrite the GiST insertion logic so that we don't need the post-recovery 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
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 16 years ago
Alvaro Herrera ba748f7a11 Change the reloptions machinery to use a table-based parser, and provide 17 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Heikki Linnakangas 15c121b3ed Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the 17 years ago
Tom Lane 9d035f4254 Clean up the use of some page-header-access macros: principally, use 17 years ago