aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/spgist
Commit message (Expand)AuthorAge
* Make the order of the header file includes consistentPeter Eisentraut2024-03-13
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Introduce a new smgr bulk loading facility.Heikki Linnakangas2024-02-23
* Use new overflow-safe integer comparison functions.Nathan Bossart2024-02-16
* Update copyright for 2024Bruce Momjian2024-01-03
* Avoid trying to fetch metapage of an SPGist partitioned index.Tom Lane2023-12-21
* Allow parallel CREATE INDEX for BRIN indexesTomas Vondra2023-12-08
* Reuse BrinDesc and BrinRevmap in brininsertTomas Vondra2023-11-25
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Add const to values and nulls argumentsPeter Eisentraut2023-10-10
* Remove some more "snapshot too old" vestiges.Thomas Munro2023-09-08
* Remove the "snapshot too old" feature.Thomas Munro2023-09-05
* Use the buffer cache when initializing an unlogged index.Heikki Linnakangas2023-08-23
* ExtendBufferedWhat -> BufferManagerRelation.Thomas Munro2023-08-23
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Handle logical slot conflicts on standbyAndres Freund2023-04-08
* Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro2023-04-08
* Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()Andres Freund2023-04-05
* Make SP-GiST redirect cleanup more aggressive.Peter Geoghegan2023-04-03
* Add info in WAL records in preparation for logical slot conflict handlingAndres Freund2023-04-02
* Pass down table relation into more index relation functionsAndres Freund2023-04-01
* Ignore BRIN indexes when checking for HOT updatesTomas Vondra2023-03-20
* Update types in smgr APIPeter Eisentraut2023-02-27
* New header varatt.h split off from postgres.hPeter Eisentraut2023-01-10
* Fix typos in comments, code and documentationMichael Paquier2023-01-03
* Update copyright for 2023Bruce Momjian2023-01-02
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* Standardize rmgrdesc recovery conflict XID output.Peter Geoghegan2022-11-17
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* Further -Wshadow=compatible-local warning fixesDavid Rowley2022-08-24
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Revert changes in HOT handling of BRIN indexesTomas Vondra2022-06-16
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Update copyright for 2022Bruce Momjian2022-01-07
* Ignore BRIN indexes when checking for HOT udpatesTomas Vondra2021-11-30
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-28
* Fix SP-GiST scan initialization logic for binary-compatible cases.Tom Lane2021-11-20
* Count SP-GiST index scans in pg_stat statistics.Tom Lane2021-08-27
* Remove some unnecessary casts in format argumentsPeter Eisentraut2021-08-08
* Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane2021-07-12
* Re-order pg_attribute columns to eliminate some padding space.Tom Lane2021-05-23
* Prevent infinite insertion loops in spgdoinsert().Tom Lane2021-05-14
* Fix query-cancel handling in spgdoinsert().Tom Lane2021-05-14
* Remove redundant memset(0) calls for page init of some index AMsMichael Paquier2021-04-07
* Support INCLUDE'd columns in SP-GiST.Tom Lane2021-04-05
* Fix more confusion in SP-GiST.Tom Lane2021-04-04
* Fix confusion in SP-GiST between attribute type and leaf storage type.Tom Lane2021-04-04
* Rethink handling of pass-by-value leaf datums in SP-GiST.Tom Lane2021-04-01
* VACUUM VERBOSE: Count "newly deleted" index pages.Peter Geoghegan2021-02-25
* Pass down "logically unchanged index" hint.Peter Geoghegan2021-01-13