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
*
Repair rare failure of MULTIEXPR_SUBLINK subplans in inherited updates.
Tom Lane
2022-08-27
*
Fix typo in comment.
Etsuro Fujita
2022-08-26
*
Defend against stack overrun in a few more places.
Tom Lane
2022-08-24
*
Doc: prefer sysctl to /proc/sys in docs and comments.
Tom Lane
2022-08-23
*
Add CHECK_FOR_INTERRUPTS while decoding changes.
Amit Kapila
2022-08-23
*
Fix subtly-incorrect matching of parent and child partitioned indexes.
Tom Lane
2022-08-18
*
Fix replica identity check for a partitioned table.
Amit Kapila
2022-08-16
*
Fix outdated --help message for postgres -f
Michael Paquier
2022-08-15
*
Preserve memory context of VarStringSortSupport buffers.
Tom Lane
2022-08-14
*
Avoid misbehavior when hash_table_bytes < bucket_size.
Tom Lane
2022-08-13
*
Catch stack overflow when recursing in transformFromClauseItem().
Tom Lane
2022-08-13
*
Add missing fields to _outConstraint()
Peter Eisentraut
2022-08-13
*
Fix _outConstraint() for "identity" constraints
Peter Eisentraut
2022-08-12
*
Fix catalog lookup with the wrong snapshot during logical decoding.
Amit Kapila
2022-08-11
*
Fix handling of R/W expanded datums that are passed to SQL functions.
Tom Lane
2022-08-10
*
In extensions, don't replace objects not belonging to the extension.
Tom Lane
2022-08-08
*
Translation updates
Alvaro Herrera
2022-08-08
*
Partially undo commit 94da73281.
Tom Lane
2022-08-05
*
Fix non-bulletproof ScalarArrayOpExpr code for extended statistics.
Tom Lane
2022-08-05
*
BRIN: mask BRIN_EVACUATE_PAGE for WAL consistency checking
Alvaro Herrera
2022-08-05
*
Add HINT for restartpoint race with KeepFileRestoredFromArchive().
Noah Misch
2022-08-05
*
Fix ENABLE/DISABLE TRIGGER to handle recursion correctly
Alvaro Herrera
2022-08-05
*
Add CHECK_FOR_INTERRUPTS in ExecInsert's speculative insertion loop.
Tom Lane
2022-08-04
*
Fix incorrect tests for SRFs in relation_can_be_sorted_early().
Tom Lane
2022-08-03
*
Check maximum number of columns in function RTEs, too.
Tom Lane
2022-08-01
*
In transformRowExpr(), check for too many columns in the row.
Tom Lane
2022-07-29
*
Fix replay of create database records on standby
Alvaro Herrera
2022-07-28
*
Allow "in place" tablespaces.
Alvaro Herrera
2022-07-27
*
Force immediate commit after CREATE DATABASE etc in extended protocol.
Tom Lane
2022-07-26
*
Fix ruleutils issues with dropped cols in functions-returning-composite.
Tom Lane
2022-07-21
*
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
[next]