aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Optimize vacuuming of relations with no indexes.Robert Haas2024-01-18
* Add try_index_open(), conditional variant of index_open()Michael Paquier2024-01-18
* Add new COPY option SAVE_ERROR_TOAlexander Korotkov2024-01-16
* Add missing PGDLLIMPORT markingsHeikki Linnakangas2024-01-16
* Make attstattarget nullablePeter Eisentraut2024-01-13
* Refactor code checking for file existenceMichael Paquier2024-01-12
* Add new function pg_get_wal_summarizer_state().Robert Haas2024-01-11
* Cross-check lists of predefined LWLocks.Nathan Bossart2024-01-09
* Fix misuse of RelOptInfo.unique_for_rels cache by SJEAlexander Korotkov2024-01-09
* Make dblink interruptible, via new libpqsrv APIs.Noah Misch2024-01-08
* Remove excess #include "utils/wait_event.h".Noah Misch2024-01-08
* Fix missing word in comment.Noah Misch2024-01-08
* Allow examine_simple_variable() to work on INSERT RETURNING Vars.Tom Lane2024-01-08
* Teach estimate_array_length() to use statistics where available.Tom Lane2024-01-04
* Add macros for looping through a List without a ListCell.Nathan Bossart2024-01-04
* ALTER TABLE command to change generation expressionPeter Eisentraut2024-01-04
* Track conflict_reason in pg_replication_slots.Amit Kapila2024-01-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Second attempt at organizing jsonpath operators and methodsPeter Eisentraut2024-01-03
* Revert "Reorganise jsonpath operators and methods"Peter Eisentraut2024-01-03
* Reorganise jsonpath operators and methodsPeter Eisentraut2024-01-03
* Add numeric_int8_opt_error() to optionally suppress errorsPeter Eisentraut2024-01-03
* gist: fix typo "split(t)ed" -> "split"Robert Haas2024-01-02
* Fix typos in comments and in one isolation test.Robert Haas2024-01-02
* Fix typos in simplehash.hPeter Eisentraut2024-01-02
* Allow upgrades to preserve the full subscription's state.Amit Kapila2024-01-02
* Minor cleanup of the BRIN parallel build codeTomas Vondra2023-12-30
* Add GUC backtrace_on_internal_errorPeter Eisentraut2023-12-30
* Make all Perl warnings fatalPeter Eisentraut2023-12-29
* Improve the implementation of information_schema._pg_expandarray().Tom Lane2023-12-27
* Improvements and fixes for e0b1ee17dcAlexander Korotkov2023-12-27
* Remove BTScanOpaqueData.firstPageAlexander Korotkov2023-12-27
* REALLOCATE_BITMAPSETS manual compile-time optionAlexander Korotkov2023-12-27
* Enhance checkpointer restartpoint statisticsAlexander Korotkov2023-12-25
* Fix numerous typos in incremental backup commits.Robert Haas2023-12-21
* Add support for incremental backup.Robert Haas2023-12-20
* Add a new WAL summarizer process.Robert Haas2023-12-20
* Move src/bin/pg_verifybackup/parse_manifest.c into src/common.Robert Haas2023-12-19
* Prevent integer overflow when forming tuple width estimates.Tom Lane2023-12-19
* Update comment for Cardinality typedefPeter Eisentraut2023-12-19
* Simplify newNode() by removing special casesHeikki Linnakangas2023-12-19
* compute_bitmap_pages' loop_count parameter should be double not int.Tom Lane2023-12-18
* Optimize pg_atomic_exchange_u32 and pg_atomic_exchange_u64.Nathan Bossart2023-12-18
* Provide vectored variants of smgrread() and smgrwrite().Thomas Munro2023-12-18
* Refactor pgstat_prepare_io_time() with an input argument instead of a GUCMichael Paquier2023-12-16
* Remove useless LIMIT_OPTION_DEFAULT value from LimitOptionAlvaro Herrera2023-12-16
* Provide multi-block smgrprefetch().Thomas Munro2023-12-16
* Fix bugs in manipulation of large objects.Tom Lane2023-12-15
* Provide vectored variants of FileRead() and FileWrite().Thomas Munro2023-12-12
* Provide helper for retrying partial vectored I/O.Thomas Munro2023-12-12