index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
gist
/
gistutil.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()
Andres Freund
2023-04-05
1
-11
/
+2
*
Pass down table relation into more index relation functions
Andres Freund
2023-04-01
1
-2
/
+2
*
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-02-07
1
-1
/
+1
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Convert *GetDatum() and DatumGet*() macros to inline functions
Peter Eisentraut
2022-09-27
1
-1
/
+1
*
Revert "Convert *GetDatum() and DatumGet*() macros to inline functions"
Peter Eisentraut
2022-09-12
1
-1
/
+1
*
Convert *GetDatum() and DatumGet*() macros to inline functions
Peter Eisentraut
2022-09-12
1
-1
/
+1
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-11-28
1
-2
/
+3
*
Remove redundant variable pageSize in gistinitpage
Peter Eisentraut
2021-06-25
1
-2
/
+1
*
Remove redundant memset(0) calls for page init of some index AMs
Michael Paquier
2021-04-07
1
-2
/
+0
*
Add macro RelationIsPermanent() to report relation permanence
Bruce Momjian
2021-03-22
1
-1
/
+1
*
Rename removable xid function for consistency.
Peter Geoghegan
2021-02-07
1
-1
/
+1
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Add support for building GiST index by sorting.
Heikki Linnakangas
2020-09-17
1
-18
/
+35
*
Yet more elimination of dead stores and useless initializations.
Tom Lane
2020-09-05
1
-1
/
+1
*
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-12
1
-5
/
+3
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-04
1
-5
/
+26
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
1
-26
/
+5
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
1
-5
/
+26
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
1
-3
/
+2
*
Refactor code building relation options
Michael Paquier
2019-11-05
1
-18
/
+4
*
Support reloptions of enum type
Alvaro Herrera
2019-09-25
1
-1
/
+1
*
Use full 64-bit XID for checking if a deleted GiST page is old enough.
Heikki Linnakangas
2019-07-24
1
-3
/
+21
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-22
1
-1
/
+1
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
1
-6
/
+6
*
Generate less WAL during GiST, GIN and SP-GiST index build.
Heikki Linnakangas
2019-04-03
1
-1
/
+1
*
Delete empty pages during GiST VACUUM.
Heikki Linnakangas
2019-03-22
1
-3
/
+31
*
Support for INCLUDE attributes in GiST indexes
Alexander Korotkov
2019-03-10
1
-13
/
+40
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Add support for nearest-neighbor (KNN) searches to SP-GiST
Alexander Korotkov
2018-09-19
1
-31
/
+6
*
Provide separate header file for built-in float types
Tomas Vondra
2018-07-29
1
-1
/
+1
*
Rethink how to get float.h in old Windows API for isnan/isinf
Alvaro Herrera
2018-07-11
1
-1
/
+0
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
1
-12
/
+12
*
Allow no-op GiST support functions to be omitted.
Tom Lane
2017-09-19
1
-4
/
+38
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-5
/
+5
*
Put back <float.h> in a few files that need it for _isnan().
Tom Lane
2017-03-08
1
-0
/
+1
*
Allow index AMs to return either HeapTuple or IndexTuple format during IOS.
Tom Lane
2017-02-27
1
-3
/
+3
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Suppress compiler warnings in non-cassert builds.
Tom Lane
2016-08-23
1
-1
/
+1
*
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-08-13
1
-0
/
+100
*
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-20
1
-3
/
+3
*
Modify BufferGetPage() to prepare for "snapshot too old" feature
Kevin Grittner
2016-04-08
1
-3
/
+3
*
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-17
1
-7
/
+4
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-1
/
+1
*
Fix GiST index-only scans for opclasses with different storage type.
Heikki Linnakangas
2015-03-26
1
-1
/
+1
*
Add support for index-only scans in GiST.
Heikki Linnakangas
2015-03-26
1
-1
/
+63
[next]