index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Fix outdated --help message for postgres -f
Michael Paquier
2022-08-15
*
Preserve memory context of VarStringSortSupport buffers.
Tom Lane
2022-08-14
*
Catch stack overflow when recursing in transformFromClauseItem().
Tom Lane
2022-08-13
*
Add missing fields to _outConstraint()
Peter Eisentraut
2022-08-13
*
pg_upgrade: Fix some minor code issues
Peter Eisentraut
2022-08-13
*
Fix _outConstraint() for "identity" constraints
Peter Eisentraut
2022-08-12
*
Back-Patch "Add wait_for_subscription_sync for TAP tests."
Amit Kapila
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
*
Stamp 12.12.
REL_12_12
Tom Lane
2022-08-08
*
Stabilize output of new regression test.
Tom Lane
2022-08-08
*
In extensions, don't replace objects not belonging to the extension.
Tom Lane
2022-08-08
*
Translation updates
Alvaro Herrera
2022-08-08
*
Remove unportable use of timezone in recent test
Alvaro Herrera
2022-08-07
*
Improve recently-added test reliability
Alvaro Herrera
2022-08-06
*
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
*
regress: fix test instability
Alvaro Herrera
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
*
Reduce test runtime of src/test/modules/snapshot_too_old.
Tom Lane
2022-08-03
*
Check maximum number of columns in function RTEs, too.
Tom Lane
2022-08-01
*
Fix error reporting after ioctl() call with pg_upgrade --clone
Michael Paquier
2022-08-01
*
Fix new recovery test for log_error_verbosity=verbose case
Andrew Dunstan
2022-07-29
*
In transformRowExpr(), check for too many columns in the row.
Tom Lane
2022-07-29
*
Fix test instability
Alvaro Herrera
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
*
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 \watch's interaction with libedit on ^C.
Thomas Munro
2022-07-10
*
Fix alias matching in transformLockingClause().
Dean Rasheed
2022-07-07
*
Remove %error-verbose directive from jsonpath parser
Andrew Dunstan
2022-07-03
*
Fix previous commit's ecpg_clocale for ppc Darwin.
Noah Misch
2022-07-02
*
ecpglib: call newlocale() once per process.
Noah Misch
2022-07-02
*
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
*
Fix PostgreSQL::Test aliasing for Perl v5.10.1.
Noah Misch
2022-06-25
*
CREATE INDEX: use the original userid for more ACL checks.
Noah Misch
2022-06-25
*
For PostgreSQL::Test compatibility, alias entire package symbol tables.
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
*
Avoid ecpglib core dump with out-of-order operations.
Tom Lane
2022-06-14
[next]