index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Optimize vacuuming of relations with no indexes.
Robert Haas
2024-01-18
*
Add try_index_open(), conditional variant of index_open()
Michael Paquier
2024-01-18
*
Add new COPY option SAVE_ERROR_TO
Alexander Korotkov
2024-01-16
*
Add missing PGDLLIMPORT markings
Heikki Linnakangas
2024-01-16
*
Make attstattarget nullable
Peter Eisentraut
2024-01-13
*
Refactor code checking for file existence
Michael Paquier
2024-01-12
*
Add new function pg_get_wal_summarizer_state().
Robert Haas
2024-01-11
*
Cross-check lists of predefined LWLocks.
Nathan Bossart
2024-01-09
*
Fix misuse of RelOptInfo.unique_for_rels cache by SJE
Alexander Korotkov
2024-01-09
*
Make dblink interruptible, via new libpqsrv APIs.
Noah Misch
2024-01-08
*
Remove excess #include "utils/wait_event.h".
Noah Misch
2024-01-08
*
Fix missing word in comment.
Noah Misch
2024-01-08
*
Allow examine_simple_variable() to work on INSERT RETURNING Vars.
Tom Lane
2024-01-08
*
Teach estimate_array_length() to use statistics where available.
Tom Lane
2024-01-04
*
Add macros for looping through a List without a ListCell.
Nathan Bossart
2024-01-04
*
ALTER TABLE command to change generation expression
Peter Eisentraut
2024-01-04
*
Track conflict_reason in pg_replication_slots.
Amit Kapila
2024-01-04
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Second attempt at organizing jsonpath operators and methods
Peter Eisentraut
2024-01-03
*
Revert "Reorganise jsonpath operators and methods"
Peter Eisentraut
2024-01-03
*
Reorganise jsonpath operators and methods
Peter Eisentraut
2024-01-03
*
Add numeric_int8_opt_error() to optionally suppress errors
Peter Eisentraut
2024-01-03
*
gist: fix typo "split(t)ed" -> "split"
Robert Haas
2024-01-02
*
Fix typos in comments and in one isolation test.
Robert Haas
2024-01-02
*
Fix typos in simplehash.h
Peter Eisentraut
2024-01-02
*
Allow upgrades to preserve the full subscription's state.
Amit Kapila
2024-01-02
*
Minor cleanup of the BRIN parallel build code
Tomas Vondra
2023-12-30
*
Add GUC backtrace_on_internal_error
Peter Eisentraut
2023-12-30
*
Make all Perl warnings fatal
Peter Eisentraut
2023-12-29
*
Improve the implementation of information_schema._pg_expandarray().
Tom Lane
2023-12-27
*
Improvements and fixes for e0b1ee17dc
Alexander Korotkov
2023-12-27
*
Remove BTScanOpaqueData.firstPage
Alexander Korotkov
2023-12-27
*
REALLOCATE_BITMAPSETS manual compile-time option
Alexander Korotkov
2023-12-27
*
Enhance checkpointer restartpoint statistics
Alexander Korotkov
2023-12-25
*
Fix numerous typos in incremental backup commits.
Robert Haas
2023-12-21
*
Add support for incremental backup.
Robert Haas
2023-12-20
*
Add a new WAL summarizer process.
Robert Haas
2023-12-20
*
Move src/bin/pg_verifybackup/parse_manifest.c into src/common.
Robert Haas
2023-12-19
*
Prevent integer overflow when forming tuple width estimates.
Tom Lane
2023-12-19
*
Update comment for Cardinality typedef
Peter Eisentraut
2023-12-19
*
Simplify newNode() by removing special cases
Heikki Linnakangas
2023-12-19
*
compute_bitmap_pages' loop_count parameter should be double not int.
Tom Lane
2023-12-18
*
Optimize pg_atomic_exchange_u32 and pg_atomic_exchange_u64.
Nathan Bossart
2023-12-18
*
Provide vectored variants of smgrread() and smgrwrite().
Thomas Munro
2023-12-18
*
Refactor pgstat_prepare_io_time() with an input argument instead of a GUC
Michael Paquier
2023-12-16
*
Remove useless LIMIT_OPTION_DEFAULT value from LimitOption
Alvaro Herrera
2023-12-16
*
Provide multi-block smgrprefetch().
Thomas Munro
2023-12-16
*
Fix bugs in manipulation of large objects.
Tom Lane
2023-12-15
*
Provide vectored variants of FileRead() and FileWrite().
Thomas Munro
2023-12-12
*
Provide helper for retrying partial vectored I/O.
Thomas Munro
2023-12-12
[next]