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
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
2
-3
/
+3
*
Fix typos and grammar in comments and docs
Michael Paquier
2021-04-19
1
-1
/
+1
*
Use correct format placeholder for block numbers
Peter Eisentraut
2021-04-17
1
-2
/
+2
*
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
Heikki Linnakangas
2021-04-07
1
-1
/
+0
*
Add sortsupport for gist_btree opclasses, for faster index builds.
Heikki Linnakangas
2021-04-07
1
-0
/
+1
*
Remove redundant memset(0) calls for page init of some index AMs
Michael Paquier
2021-04-07
1
-2
/
+0
*
Remove tupgone special case from vacuumlazy.c.
Peter Geoghegan
2021-04-06
1
-4
/
+4
*
Add macro RelationIsPermanent() to report relation permanence
Bruce Momjian
2021-03-22
1
-1
/
+1
*
C comments: improve description of GiST NSN and GistBuildLSN
Bruce Momjian
2021-03-10
1
-0
/
+1
*
VACUUM VERBOSE: Count "newly deleted" index pages.
Peter Geoghegan
2021-02-25
1
-3
/
+16
*
Use full 64-bit XIDs in deleted nbtree pages.
Peter Geoghegan
2021-02-24
1
-22
/
+2
*
README/C-comment: document GiST's NSN value
Bruce Momjian
2021-02-13
1
-4
/
+4
*
Remove obsolete IndexBulkDeleteResult stats field.
Peter Geoghegan
2021-02-11
1
-3
/
+0
*
Rename removable xid function for consistency.
Peter Geoghegan
2021-02-07
2
-2
/
+2
*
Fix GiST index deletion assert issue.
Peter Geoghegan
2021-01-26
1
-6
/
+7
*
Fix bug in detecting concurrent page splits in GiST insert
Heikki Linnakangas
2021-01-20
1
-1
/
+4
*
Pass down "logically unchanged index" hint.
Peter Geoghegan
2021-01-13
1
-0
/
+1
*
Update copyright for 2021
Bruce Momjian
2021-01-02
11
-11
/
+11
*
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
1
-1
/
+0
*
Convert elog(LOG) calls to ereport() where appropriate
Peter Eisentraut
2020-12-04
1
-2
/
+3
*
Rename the "point is strictly above/below point" comparison operators.
Tom Lane
2020-11-23
1
-1
/
+11
*
Remove code handling removed deprecated containment operators
Peter Eisentraut
2020-11-16
1
-4
/
+0
*
Fix missing validation for the new GiST sortsupport functions.
Heikki Linnakangas
2020-10-30
1
-0
/
+1
*
Fix GiST buffering build to work when there are included columns.
Tom Lane
2020-10-12
1
-2
/
+2
*
Re-allow testing of GiST buffered builds.
Tom Lane
2020-10-12
1
-28
/
+32
*
Set right-links during sorted GiST index build.
Heikki Linnakangas
2020-10-01
1
-0
/
+13
*
Fix checksum calculation in the new sorting GiST build.
Heikki Linnakangas
2020-09-21
1
-6
/
+9
*
Fix new GIST build code to work under CLOBBER_CACHE_ALWAYS.
Tom Lane
2020-09-20
1
-0
/
+1
*
Add support for building GiST index by sorting.
Heikki Linnakangas
2020-09-17
4
-102
/
+696
*
Yet more elimination of dead stores and useless initializations.
Tom Lane
2020-09-05
1
-1
/
+1
*
remove redundant initializations
Bruce Momjian
2020-09-03
1
-1
/
+0
*
snapshot scalability: Move PGXACT->xmin back to PGPROC.
Andres Freund
2020-08-13
1
-1
/
+1
*
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-12
2
-10
/
+8
*
Rename VariableCacheData.nextFullXid to nextXid.
Andres Freund
2020-08-11
1
-3
/
+3
*
Invent "amadjustmembers" AM method for validating opclass members.
Tom Lane
2020-08-01
2
-0
/
+70
*
code: replace 'master' with 'primary' where appropriate.
Andres Freund
2020-07-08
1
-1
/
+1
*
Fix buffile.c error handling.
Thomas Munro
2020-06-16
1
-15
/
+9
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
1
-5
/
+6
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-04
2
-5
/
+47
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
2
-1
/
+6
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
2
-47
/
+5
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
2
-5
/
+47
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
1
-8
/
+4
*
Remove dependency on HeapTuple from predicate locking functions.
Thomas Munro
2020-01-28
1
-1
/
+1
*
Introduce IndexAM fields for parallel vacuum.
Amit Kapila
2020-01-15
1
-0
/
+4
*
Delete empty pages in each pass during GIST VACUUM.
Amit Kapila
2020-01-13
2
-105
/
+78
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
11
-11
/
+11
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
5
-5
/
+5
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
5
-5
/
+5
*
Fix yet another crash in page split during GiST index creation.
Heikki Linnakangas
2019-12-16
1
-12
/
+19
[next]