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
...
*
Fix assertion failure and segmentation fault in backup code.
Fujii Masao
2022-07-20
*
Prevent BASE_BACKUP in the middle of another backup in the same session.
Fujii Masao
2022-07-20
*
Re-add SPICleanup for ABI compatibility in stable branch
Peter Eisentraut
2022-07-18
*
Fix omissions in support for the "regcollation" type.
Tom Lane
2022-07-17
*
Make dsm_impl_posix_resize more future-proof.
Thomas Munro
2022-07-16
*
Don't clobber postmaster sigmask in dsm_impl_resize.
Thomas Munro
2022-07-15
*
Block signals while allocating DSM memory.
Thomas Munro
2022-07-14
*
Fix lock assertions in dshash.c.
Thomas Munro
2022-07-11
*
Fix alias matching in transformLockingClause().
Dean Rasheed
2022-07-07
*
Remove %error-verbose directive from jsonpath parser
Andrew Dunstan
2022-07-03
*
Harden dsm_impl.c against unexpected EEXIST.
Thomas Munro
2022-07-01
*
Fix visibility check when XID is committed in CLOG but not in procarray.
Heikki Linnakangas
2022-06-27
*
CREATE INDEX: use the original userid for more ACL checks.
Noah Misch
2022-06-25
*
Fix memory leak due to LogicalRepRelMapEntry.attrmap.
Amit Kapila
2022-06-23
*
Fix SPI's handling of errors during transaction commit.
Tom Lane
2022-06-22
*
Fix stale values in partition map entries on subscribers.
Amit Kapila
2022-06-21
*
Fix partition table's REPLICA IDENTITY checking on the subscriber.
Amit Kapila
2022-06-21
*
Fix data inconsistency between publisher and subscriber.
Amit Kapila
2022-06-16
*
Fix cache look-up failures while applying changes in logical replication.
Amit Kapila
2022-06-15
*
Un-break whole-row Vars referencing domain-over-composite types.
Tom Lane
2022-06-10
*
Fix off-by-one loop termination condition in pg_stat_get_subscription().
Tom Lane
2022-06-07
*
Silence compiler warnings from some older compilers.
Tom Lane
2022-06-01
*
Ensure ParseTzFile() closes the input file after failing.
Tom Lane
2022-05-31
*
Handle NULL for short descriptions of custom GUC variables
Michael Paquier
2022-05-28
*
Remove misguided SSL key file ownership check in libpq.
Tom Lane
2022-05-26
*
Show 'AS "?column?"' explicitly when it's important.
Tom Lane
2022-05-21
*
Fix DDL deparse of CREATE OPERATOR CLASS
Alvaro Herrera
2022-05-20
*
Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGS
Alvaro Herrera
2022-05-19
*
Check column list length in XMLTABLE/JSON_TABLE alias
Alvaro Herrera
2022-05-18
*
Fix control file update done in restartpoints still running after promotion
Michael Paquier
2022-05-16
*
Make pull_var_clause() handle GroupingFuncs exactly like Aggrefs.
Tom Lane
2022-05-12
*
Fix the logical replication timeout during large transactions.
Amit Kapila
2022-05-11
*
Fix core dump in transformValuesClause when there are no columns.
Tom Lane
2022-05-09
*
Revert "Disallow infinite endpoints in generate_series() for timestamps."
Tom Lane
2022-05-09
*
In REFRESH MATERIALIZED VIEW, set user ID before running user code.
Noah Misch
2022-05-09
*
Make relation-enumerating operations be security-restricted operations.
Noah Misch
2022-05-09
*
Translation updates
Peter Eisentraut
2022-05-09
*
Fix possibility of self-deadlock in ResolveRecoveryConflictWithBufferPin().
Andres Freund
2022-05-02
*
Fix typo in comment.
Etsuro Fujita
2022-05-02
*
Remove inadequate assertion check in CTE inlining.
Tom Lane
2022-04-21
*
Fix CLUSTER tuplesorts on abbreviated expressions.
Peter Geoghegan
2022-04-20
*
Disallow infinite endpoints in generate_series() for timestamps.
Tom Lane
2022-04-20
*
Fix breakage in AlterFunction().
Tom Lane
2022-04-19
*
Fix the check to limit sync workers.
Amit Kapila
2022-04-19
*
Avoid invalid array reference in transformAlterTableStmt().
Tom Lane
2022-04-18
*
Rethink the delay-checkpoint-end mechanism in the back-branches.
Robert Haas
2022-04-14
*
Prevent access to no-longer-pinned buffer in heapam_tuple_lock().
Tom Lane
2022-04-13
*
Suppress "variable 'pagesaving' set but not used" warning.
Tom Lane
2022-04-06
*
Fix typo in comment.
Etsuro Fujita
2022-03-30
*
Revert "Fix replay of create database records on standby"
Alvaro Herrera
2022-03-29
[prev]
[next]