| 7 days ago |
Michael Paquier | Use palloc_object() and palloc_array() in backend code |
tree | commitdiff |
| 2025-11-26 |
Peter Eisentraut | Replace internal C function pg_hypot() by standard... |
tree | commitdiff |
| 2025-10-31 |
Peter Eisentraut | Mark function arguments of type "Datum *" as "const... |
tree | commitdiff |
| 2025-10-30 |
Peter Eisentraut | Mark ItemPointer arguments as const throughout |
tree | commitdiff |
| 2025-10-27 |
Peter Eisentraut | Remove Item type |
tree | commitdiff |
| 2025-08-29 |
Peter Eisentraut | Remove unneeded casts of BufferGetPage() result |
tree | commitdiff |
| 2025-08-05 |
Peter Eisentraut | Fix varatt versus Datum type confusions |
tree | commitdiff |
| 2025-04-28 |
Melanie Plageman | Add maintenance_io_concurrency flag to some read stream... |
tree | commitdiff |
| 2025-04-03 |
Melanie Plageman | Remove misleading read stream asserts in a few users |
tree | commitdiff |
| 2025-03-30 |
Andres Freund | read_stream: Introduce and use optional batchmode support |
tree | commitdiff |
| 2025-03-21 |
Melanie Plageman | Use streaming read I/O in SP-GiST vacuuming |
tree | commitdiff |
| 2025-03-11 |
Peter Geoghegan | Show index search count in EXPLAIN ANALYZE, take 2. |
tree | commitdiff |
| 2025-03-07 |
Peter Eisentraut | Rename amcancrosscompare |
tree | commitdiff |
| 2025-03-05 |
Peter Geoghegan | Revert "Show index search count in EXPLAIN ANALYZE." |
tree | commitdiff |
| 2025-03-05 |
Peter Geoghegan | Show index search count in EXPLAIN ANALYZE. |
tree | commitdiff |
| 2025-02-27 |
Peter Eisentraut | Generalize hash and ordering support in amapi |
tree | commitdiff |
| 2025-02-13 |
Peter Eisentraut | Remove unnecessary (char *) casts [xlog] |
tree | commitdiff |
| 2025-02-11 |
Nathan Bossart | Add is_analyze parameter to vacuum_delay_point(). |
tree | commitdiff |
| 2025-02-02 |
Peter Eisentraut | Convert strategies to and from compare types |
tree | commitdiff |
| 2025-02-01 |
Peter Eisentraut | Add get_opfamily_name() function |
tree | commitdiff |
| 2025-01-29 |
John Naylor | Fix grammatical typos around possessive "its" |
tree | commitdiff |
| 2025-01-01 |
Bruce Momjian | Update copyright for 2025 |
tree | commitdiff |
| 2024-12-20 |
David Rowley | Introduce CompactAttribute array in TupleDesc, take 2 |
tree | commitdiff |
| 2024-12-03 |
David Rowley | Revert "Introduce CompactAttribute array in TupleDesc" |
tree | commitdiff |
| 2024-12-03 |
David Rowley | Introduce CompactAttribute array in TupleDesc |
tree | commitdiff |
| 2024-11-28 |
Peter Eisentraut | Remove useless casts to (void *) |
tree | commitdiff |
| 2024-09-11 |
Peter Eisentraut | Replace gratuitous memmove() with memcpy() |
tree | commitdiff |
| 2024-09-10 |
Peter Eisentraut | Add amgettreeheight index AM API routine |
tree | commitdiff |
| 2024-09-04 |
Jeff Davis | Remove lc_collate_is_c(). |
tree | commitdiff |
| 2024-06-17 |
Tom Lane | Fix insertion of SP-GiST REDIRECT tuples during REINDEX... |
tree | commitdiff |
| 2024-03-13 |
Peter Eisentraut | Make the order of the header file includes consistent |
tree | commitdiff |
| 2024-03-04 |
Peter Eisentraut | Remove unused #include's from backend .c files |
tree | commitdiff |
| 2024-02-23 |
Heikki Linnakangas | Introduce a new smgr bulk loading facility. |
tree | commitdiff |
| 2024-02-16 |
Nathan Bossart | Use new overflow-safe integer comparison functions. |
tree | commitdiff |
| 2024-01-04 |
Bruce Momjian | Update copyright for 2024 |
tree | commitdiff |
| 2023-12-21 |
Tom Lane | Avoid trying to fetch metapage of an SPGist partitioned... |
tree | commitdiff |
| 2023-12-08 |
Tomas Vondra | Allow parallel CREATE INDEX for BRIN indexes |
tree | commitdiff |
| 2023-11-25 |
Tomas Vondra | Reuse BrinDesc and BrinRevmap in brininsert |
tree | commitdiff |
| 2023-10-26 |
Peter Eisentraut | Add trailing commas to enum definitions |
tree | commitdiff |
| 2023-10-10 |
Peter Eisentraut | Add const to values and nulls arguments |
tree | commitdiff |
| 2023-09-08 |
Thomas Munro | Remove some more "snapshot too old" vestiges. |
tree | commitdiff |
| 2023-09-05 |
Thomas Munro | Remove the "snapshot too old" feature. |
tree | commitdiff |
| 2023-08-23 |
Heikki Linnakangas | Use the buffer cache when initializing an unlogged... |
tree | commitdiff |
| 2023-08-23 |
Thomas Munro | ExtendBufferedWhat -> BufferManagerRelation. |
tree | commitdiff |
| 2023-05-19 |
Tom Lane | Pre-beta mechanical code beautification. |
tree | commitdiff |
| 2023-04-08 |
Andres Freund | Handle logical slot conflicts on standby |
tree | commitdiff |
| 2023-04-08 |
Thomas Munro | Introduce PG_IO_ALIGN_SIZE and align all I/O buffers. |
tree | commitdiff |
| 2023-04-06 |
Andres Freund | Convert many uses of ReadBuffer[Extended](P_NEW) to... |
tree | commitdiff |
| 2023-04-03 |
Peter Geoghegan | Make SP-GiST redirect cleanup more aggressive. |
tree | commitdiff |
| 2023-04-02 |
Andres Freund | Add info in WAL records in preparation for logical... |
tree | commitdiff |
| 2023-04-02 |
Andres Freund | Pass down table relation into more index relation functions |
tree | commitdiff |
| 2023-03-20 |
Tomas Vondra | Ignore BRIN indexes when checking for HOT updates |
tree | commitdiff |
| 2023-02-27 |
Peter Eisentraut | Update types in smgr API |
tree | commitdiff |
| 2023-01-10 |
Peter Eisentraut | New header varatt.h split off from postgres.h |
tree | commitdiff |
| 2023-01-03 |
Michael Paquier | Fix typos in comments, code and documentation |
tree | commitdiff |
| 2023-01-02 |
Bruce Momjian | Update copyright for 2023 |
tree | commitdiff |
| 2022-12-20 |
Andrew Dunstan | Add copyright notices to meson files |
tree | commitdiff |
| 2022-11-17 |
Peter Geoghegan | Standardize rmgrdesc recovery conflict XID output. |
tree | commitdiff |
| 2022-09-22 |
Andres Freund | meson: Add initial version of meson based build system |
tree | commitdiff |
| 2022-08-24 |
David Rowley | Further -Wshadow=compatible-local warning fixes |
tree | commitdiff |
| 2022-07-06 |
Robert Haas | Change internal RelFileNode references to RelFileNumber... |
tree | commitdiff |
| 2022-06-16 |
Tomas Vondra | Revert changes in HOT handling of BRIN indexes |
tree | commitdiff |
| 2022-04-13 |
Alvaro Herrera | Remove extraneous blank lines before block-closing... |
tree | commitdiff |
| 2022-01-08 |
Bruce Momjian | Update copyright for 2022 |
tree | commitdiff |
| 2021-11-30 |
Tomas Vondra | Ignore BRIN indexes when checking for HOT udpates |
tree | commitdiff |
| 2021-11-29 |
Tom Lane | Replace random(), pg_erand48(), etc with a better PRNG... |
tree | commitdiff |
| 2021-11-20 |
Tom Lane | Fix SP-GiST scan initialization logic for binary-compat... |
tree | commitdiff |
| 2021-08-27 |
Tom Lane | Count SP-GiST index scans in pg_stat statistics. |
tree | commitdiff |
| 2021-08-08 |
Peter Eisentraut | Remove some unnecessary casts in format arguments |
tree | commitdiff |
| 2021-07-12 |
Tom Lane | Replace RelationOpenSmgr() with RelationGetSmgr(). |
tree | commitdiff |
| 2021-05-23 |
Tom Lane | Re-order pg_attribute columns to eliminate some padding... |
tree | commitdiff |
| 2021-05-14 |
Tom Lane | Prevent infinite insertion loops in spgdoinsert(). |
tree | commitdiff |
| 2021-05-14 |
Tom Lane | Fix query-cancel handling in spgdoinsert(). |
tree | commitdiff |
| 2021-04-07 |
Michael Paquier | Remove redundant memset(0) calls for page init of some... |
tree | commitdiff |
| 2021-04-05 |
Tom Lane | Support INCLUDE'd columns in SP-GiST. |
tree | commitdiff |
| 2021-04-04 |
Tom Lane | Fix more confusion in SP-GiST. |
tree | commitdiff |
| 2021-04-04 |
Tom Lane | Fix confusion in SP-GiST between attribute type and... |
tree | commitdiff |
| 2021-04-01 |
Tom Lane | Rethink handling of pass-by-value leaf datums in SP... |
tree | commitdiff |
| 2021-02-25 |
Peter Geoghegan | VACUUM VERBOSE: Count "newly deleted" index pages. |
tree | commitdiff |
| 2021-01-13 |
Peter Geoghegan | Pass down "logically unchanged index" hint. |
tree | commitdiff |
| 2021-01-02 |
Bruce Momjian | Update copyright for 2021 |
tree | commitdiff |
| 2020-11-23 |
Tom Lane | Rename the "point is strictly above/below point" compar... |
tree | commitdiff |
| 2020-08-12 |
Andres Freund | snapshot scalability: Don't compute global horizons... |
tree | commitdiff |
| 2020-08-01 |
Tom Lane | Invent "amadjustmembers" AM method for validating opcla... |
tree | commitdiff |
| 2020-06-20 |
Alexander Korotkov | Fix masking of SP-GiST pages during xlog consistency... |
tree | commitdiff |
| 2020-05-14 |
Tom Lane | Initial pgindent and pgperltidy run for v13. |
tree | commitdiff |
| 2020-03-30 |
Alexander Korotkov | Fix missing SP-GiST support in 911e702077 |
tree | commitdiff |
| 2020-03-30 |
Alexander Korotkov | Implement operator class parameters |
tree | commitdiff |
| 2020-01-30 |
Alvaro Herrera | Clean up newlines following left parentheses |
tree | commitdiff |
| 2020-01-15 |
Amit Kapila | Introduce IndexAM fields for parallel vacuum. |
tree | commitdiff |
| 2020-01-01 |
Bruce Momjian | Update copyrights for 2020 |
tree | commitdiff |
| 2019-12-26 |
Michael Paquier | Revert "Rename files and headers related to index AM" |
tree | commitdiff |
| 2019-12-25 |
Michael Paquier | Rename files and headers related to index AM |
tree | commitdiff |
| 2019-11-25 |
Michael Paquier | Refactor reloption handling for index AMs in-core |
tree | commitdiff |
| 2019-11-12 |
Amit Kapila | Make the order of the header file includes consistent... |
tree | commitdiff |
| 2019-11-08 |
Andres Freund | Pass ItemPointer not HeapTuple to IndexBuildCallback. |
tree | commitdiff |
| 2019-11-05 |
Andres Freund | Split all OBJS style lines in makefiles into one-line... |
tree | commitdiff |
| 2019-09-24 |
Alexander Korotkov | Fix bug in pairingheap_SpGistSearchItem_cmp() |
tree | commitdiff |
| 2019-09-19 |
Alexander Korotkov | Improve handling of NULLs in KNN-GiST and KNN-SP-GiST |
tree | commitdiff |
| 2019-09-08 |
Alexander Korotkov | Fix handling of NULL distances in KNN-GiST |
tree | commitdiff |
| next |