index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
spgist
Age
Commit message (
Expand
)
Author
2024-09-11
Replace gratuitous memmove() with memcpy()
Peter Eisentraut
2024-09-10
Add amgettreeheight index AM API routine
Peter Eisentraut
2024-09-04
Remove lc_collate_is_c().
Jeff Davis
2024-06-17
Fix insertion of SP-GiST REDIRECT tuples during REINDEX CONCURRENTLY.
Tom Lane
2024-03-13
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-02-23
Introduce a new smgr bulk loading facility.
Heikki Linnakangas
2024-02-16
Use new overflow-safe integer comparison functions.
Nathan Bossart
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-21
Avoid trying to fetch metapage of an SPGist partitioned index.
Tom Lane
2023-12-08
Allow parallel CREATE INDEX for BRIN indexes
Tomas Vondra
2023-11-25
Reuse BrinDesc and BrinRevmap in brininsert
Tomas Vondra
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-10
Add const to values and nulls arguments
Peter Eisentraut
2023-09-08
Remove some more "snapshot too old" vestiges.
Thomas Munro
2023-09-05
Remove the "snapshot too old" feature.
Thomas Munro
2023-08-23
Use the buffer cache when initializing an unlogged index.
Heikki Linnakangas
2023-08-23
ExtendBufferedWhat -> BufferManagerRelation.
Thomas Munro
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-04-08
Handle logical slot conflicts on standby
Andres Freund
2023-04-08
Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.
Thomas Munro
2023-04-06
Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()
Andres Freund
2023-04-03
Make SP-GiST redirect cleanup more aggressive.
Peter Geoghegan
2023-04-02
Add info in WAL records in preparation for logical slot conflict handling
Andres Freund
2023-04-02
Pass down table relation into more index relation functions
Andres Freund
2023-03-20
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-02-27
Update types in smgr API
Peter Eisentraut
2023-01-10
New header varatt.h split off from postgres.h
Peter Eisentraut
2023-01-03
Fix typos in comments, code and documentation
Michael Paquier
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-11-17
Standardize rmgrdesc recovery conflict XID output.
Peter Geoghegan
2022-09-22
meson: Add initial version of meson based build system
Andres Freund
2022-08-24
Further -Wshadow=compatible-local warning fixes
David Rowley
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-06-16
Revert changes in HOT handling of BRIN indexes
Tomas Vondra
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-11-30
Ignore BRIN indexes when checking for HOT udpates
Tomas Vondra
2021-11-29
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-11-20
Fix SP-GiST scan initialization logic for binary-compatible cases.
Tom Lane
2021-08-27
Count SP-GiST index scans in pg_stat statistics.
Tom Lane
2021-08-08
Remove some unnecessary casts in format arguments
Peter Eisentraut
2021-07-12
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2021-05-23
Re-order pg_attribute columns to eliminate some padding space.
Tom Lane
2021-05-14
Prevent infinite insertion loops in spgdoinsert().
Tom Lane
2021-05-14
Fix query-cancel handling in spgdoinsert().
Tom Lane
2021-04-07
Remove redundant memset(0) calls for page init of some index AMs
Michael Paquier
2021-04-05
Support INCLUDE'd columns in SP-GiST.
Tom Lane
2021-04-04
Fix more confusion in SP-GiST.
Tom Lane
[next]