index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
An addition to 8c441c08279
Alexander Korotkov
2024-01-09
*
Forbid SJE with result relation
Alexander Korotkov
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
*
Fix indentation in ExecParallelHashIncreaseNumBatches()
Alexander Korotkov
2024-01-08
*
Allow examine_simple_variable() to work on INSERT RETURNING Vars.
Tom Lane
2024-01-08
*
Fix oversized memory allocation in Parallel Hash Join
Alexander Korotkov
2024-01-07
*
Fix the issue that SJE mistakenly omits qual clauses
Alexander Korotkov
2024-01-06
*
Add copyright notices to a few perl scripts that don't have them
Andrew Dunstan
2024-01-05
*
Fix corruption of local buffer state during extend of temp relation
Michael Paquier
2024-01-05
*
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
*
Fix use of incorrect TupleTableSlot in DISTINCT aggregates
David Rowley
2024-01-04
*
Track conflict_reason in pg_replication_slots.
Amit Kapila
2024-01-04
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Avoid masking EOF (no-password-supplied) conditions in auth.c.
Tom Lane
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
*
Fix defects in PrepareForIncrementalBackup.
Robert Haas
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
*
Refactor: separate function to find all objects depending on a column
Peter Eisentraut
2024-01-03
*
Minor fixes for search path cache code.
Tom Lane
2024-01-02
*
Remove Lock suffix from WALSummarizerLock in wait_event_names.txt
Robert Haas
2024-01-02
*
jsonpath_exec: fix typo "absense" -> "absence"
Robert Haas
2024-01-02
*
gist: fix typo "split(t)ed" -> "split"
Robert Haas
2024-01-02
*
tsquery: fix typo "rewrited" -> "rewritten"
Robert Haas
2024-01-02
*
Fix typos in comments and in one isolation test.
Robert Haas
2024-01-02
*
Add WALSummarizerLock to wait_event_names.txt
Robert Haas
2024-01-02
*
Replace the relid in some missing fields during SJE
Alexander Korotkov
2024-01-02
*
Allow upgrades to preserve the full subscription's state.
Amit Kapila
2024-01-02
*
Turn AT_PASS_* macros into an enum
Peter Eisentraut
2024-01-01
*
Fix parallel BRIN builds with synchronized scans
Tomas Vondra
2023-12-30
*
Minor cleanup of the BRIN parallel build code
Tomas Vondra
2023-12-30
*
Don't send "cannot connect" errors on invalid startup packet
Heikki Linnakangas
2023-12-30
*
Add GUC backtrace_on_internal_error
Peter Eisentraut
2023-12-30
*
Make all Perl warnings fatal
Peter Eisentraut
2023-12-29
*
Fix variable name and comment
Peter Eisentraut
2023-12-28
*
Improve the implementation of information_schema._pg_expandarray().
Tom Lane
2023-12-27
*
Fix incorrect format placeholders
Peter Eisentraut
2023-12-27
*
Fix incorrect data type choices in some read and write calls.
Tom Lane
2023-12-27
*
Initialize variable to placate compiler.
Robert Haas
2023-12-27
*
Improvements and fixes for e0b1ee17dc
Alexander Korotkov
2023-12-27
*
Remove BTScanOpaqueData.firstPage
Alexander Korotkov
2023-12-27
*
Fix typo and case in messages
John Naylor
2023-12-27
*
Make replace_relid() leave argument unmodified
Alexander Korotkov
2023-12-27
*
REALLOCATE_BITMAPSETS manual compile-time option
Alexander Korotkov
2023-12-27
*
Add asserts to bimapset manipulation functions
Alexander Korotkov
2023-12-27
*
Fix failure to verify PGC_[SU_]BACKEND GUCs in pg_file_settings view.
Tom Lane
2023-12-26
[next]