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
*
Move VM update code from lazy_scan_heap() to lazy_scan_prune().
Robert Haas
2024-01-18
*
Optimize vacuuming of relations with no indexes.
Robert Haas
2024-01-18
*
Error message capitalisation
Peter Eisentraut
2024-01-18
*
Improve handling of dropped partitioned indexes for REINDEX INDEX
Michael Paquier
2024-01-18
*
Add try_index_open(), conditional variant of index_open()
Michael Paquier
2024-01-18
*
Fix spelling in notice
Alexander Korotkov
2024-01-17
*
Fix incorrect comment on how BackendStatusArray is indexed
Heikki Linnakangas
2024-01-17
*
Close socket in case of errors in setting non-blocking
Daniel Gustafsson
2024-01-17
*
Fix description of DecodeInsert() in decode.c
Michael Paquier
2024-01-17
*
Add support for parsing of large XML data (>= 10MB)
Michael Paquier
2024-01-17
*
Fix format specifier for NOTICE in copyfrom.c
Alexander Korotkov
2024-01-17
*
Add new COPY option SAVE_ERROR_TO
Alexander Korotkov
2024-01-16
*
Fix REALLOCATE_BITMAPSETS code
David Rowley
2024-01-17
*
Be more consistent about whether to update the FSM while vacuuming.
Robert Haas
2024-01-16
*
Support identity columns in partitioned tables
Peter Eisentraut
2024-01-16
*
struct XmlTableRoutine: use C99 designated initializers
Alvaro Herrera
2024-01-16
*
Assert that partition inherits from only one parent in MergeAttributes()
Peter Eisentraut
2024-01-16
*
Fix 'negative bitmapset member' error
Alexander Korotkov
2024-01-15
*
Avoid useless ReplicationOriginExitCleanup locking
Alvaro Herrera
2024-01-15
*
Prevent access to an unpinned buffer in BEFORE ROW UPDATE triggers.
Tom Lane
2024-01-14
*
Remove useless Assert
Peter Eisentraut
2024-01-14
*
Re-pgindent catcache.c after previous commit.
Tom Lane
2024-01-13
*
Cope with catcache entries becoming stale during detoasting.
Tom Lane
2024-01-13
*
Make attstattarget nullable
Peter Eisentraut
2024-01-13
*
Fix memory leak in connection string validation.
Jeff Davis
2024-01-12
*
Re-validate connection string in libpqrcv_connect().
Jeff Davis
2024-01-12
*
Refactor ATExecAddColumn() to use BuildDescForRelation()
Peter Eisentraut
2024-01-12
*
Refactor code checking for file existence
Michael Paquier
2024-01-12
*
Rework how logirep launchers are stopped during pg_upgrade
Michael Paquier
2024-01-12
*
Allow subquery pullup to wrap a PlaceHolderVar in another one.
Tom Lane
2024-01-11
*
Remove hastup from LVPagePruneState.
Robert Haas
2024-01-11
*
Reindent after commit d9ef650fca7bc574586f4171cd929cfd5240326e.
Robert Haas
2024-01-11
*
Add new function pg_get_wal_summarizer_state().
Robert Haas
2024-01-11
*
Restore initdb's old behavior of always setting the lc_xxx GUCs.
Tom Lane
2024-01-10
*
Fix Asserts in calc_non_nestloop_required_outer().
Tom Lane
2024-01-10
*
Handle WindowClause.runCondition in tree walker/mutator functions.
Tom Lane
2024-01-10
*
Cross-check lists of predefined LWLocks.
Nathan Bossart
2024-01-09
*
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
[next]