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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-think predicate locking on GIN indexes.
Teodor Sigaev
2018-05-04
1
-1
/
+1
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
1
-4
/
+4
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
1
-0
/
+1
*
Add predicate locking for GiST
Teodor Sigaev
2018-03-27
2
-1
/
+15
*
Make gistvacuumcleanup() count the actual number of index tuples.
Tom Lane
2018-03-02
1
-10
/
+9
*
Support parallel btree index builds.
Robert Haas
2018-02-02
1
-1
/
+1
*
Change some bogus PageGetLSN calls to BufferGetLSNAtomic
Alvaro Herrera
2018-01-09
3
-5
/
+6
*
Update copyright for 2018
Bruce Momjian
2018-01-02
11
-11
/
+11
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
1
-1
/
+1
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
5
-43
/
+43
*
For wal_consistency_checking, mask page checksum as well as page LSN.
Robert Haas
2017-09-22
1
-2
/
+2
*
Remove no-op GiST support functions in the core GiST opclasses.
Tom Lane
2017-09-19
1
-30
/
+2
*
Allow no-op GiST support functions to be omitted.
Tom Lane
2017-09-19
4
-12
/
+61
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
1
-2
/
+2
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
6
-55
/
+55
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
4
-4
/
+4
*
Re-run pgindent.
Tom Lane
2017-06-13
1
-2
/
+2
*
Fix wording in amvalidate error messages
Alvaro Herrera
2017-05-30
1
-16
/
+16
*
Fix pfree-of-already-freed-tuple when rescanning a GiST index-only scan.
Tom Lane
2017-05-04
2
-0
/
+6
*
Put back <float.h> in a few files that need it for _isnan().
Tom Lane
2017-03-08
2
-0
/
+2
*
Allow index AMs to return either HeapTuple or IndexTuple format during IOS.
Tom Lane
2017-02-27
3
-13
/
+15
*
Add optimizer and executor support for parallel index scans.
Robert Haas
2017-02-15
1
-0
/
+1
*
Split index xlog headers from other private index headers.
Robert Haas
2017-02-14
2
-0
/
+2
*
Allow index AMs to cache data across aminsert calls within a SQL command.
Tom Lane
2017-02-09
1
-11
/
+14
*
Add WAL consistency checking facility.
Robert Haas
2017-02-08
1
-0
/
+43
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
1
-1
/
+1
*
Extend index AM API for parallel index scans.
Robert Haas
2017-01-24
1
-0
/
+3
*
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
1
-0
/
+1
*
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
1
-0
/
+1
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
11
-11
/
+11
*
Fix outdated comments, GIST search queue is not an RBTree anymore.
Heikki Linnakangas
2016-09-20
1
-2
/
+2
*
Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use it.
Tom Lane
2016-09-09
2
-9
/
+50
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
2
-12
/
+4
*
Suppress compiler warnings in non-cassert builds.
Tom Lane
2016-08-23
1
-1
/
+1
*
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-08-15
1
-2
/
+2
*
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-08-13
2
-0
/
+101
*
Message style improvements
Peter Eisentraut
2016-07-28
1
-8
/
+8
*
Fix GiST index build for NaN values in geometric types.
Tom Lane
2016-07-14
1
-63
/
+88
*
Remove unused arguments in two GiST subroutines
Alvaro Herrera
2016-06-28
3
-6
/
+6
*
pgindent run for 9.6
Robert Haas
2016-06-09
3
-25
/
+28
*
Prevent to use magic constants
Teodor Sigaev
2016-04-28
1
-1
/
+1
*
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-20
6
-52
/
+35
*
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
1
-1
/
+1
*
Modify BufferGetPage() to prepare for "snapshot too old" feature
Kevin Grittner
2016-04-08
6
-34
/
+52
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
1
-1
/
+0
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
1
-0
/
+1
*
Fix lossy KNN GiST when ordering operator returns non-float8 value.
Teodor Sigaev
2016-02-02
1
-2
/
+10
*
Suppress compiler warning.
Tom Lane
2016-01-21
1
-1
/
+2
*
Improve index AMs' opclass validation procedures.
Tom Lane
2016-01-21
1
-50
/
+191
*
Fix assorted inconsistencies in GiST opclass support function declarations.
Tom Lane
2016-01-19
2
-9
/
+39
[next]