index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Fix replica identity check for a partitioned table.
Amit Kapila
2022-08-16
*
doc: fix wrong tag used in create sequence manual.
Tatsuo Ishii
2022-08-16
*
Add missing bad-PGconn guards in libpq entry points.
Tom Lane
2022-08-15
*
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
*
pg_upgrade: Fix some minor code issues
Peter Eisentraut
2022-08-13
*
doc: add missing role attributes to user management section
Bruce Momjian
2022-08-12
*
doc: add section about heap-only tuples (HOT)
Bruce Momjian
2022-08-12
*
doc: warn about security issues around log files
Bruce Momjian
2022-08-12
*
doc: clarify configuration file for Windows builds
Bruce Momjian
2022-08-12
*
doc: document the CREATE INDEX "USING" clause
Bruce Momjian
2022-08-12
*
doc: clarify CREATE TABLE AS ... IF NOT EXISTS
Bruce Momjian
2022-08-12
*
doc: improve wal_level docs for the 'minimal' level
Bruce Momjian
2022-08-12
*
doc: clarify DROP EXTENSION dependent members text
Bruce Momjian
2022-08-12
*
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 14.5.
REL_14_5
Tom Lane
2022-08-08
*
Stabilize output of new regression test.
Tom Lane
2022-08-08
*
Last-minute updates for release notes.
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
*
Release notes for 14.5, 13.8, 12.12, 11.17, 10.22.
Tom Lane
2022-08-07
*
Remove unportable use of timezone in recent test
Alvaro Herrera
2022-08-07
*
Improve recently-added test reliability
Alvaro Herrera
2022-08-06
*
First-draft release notes for 14.5.
Tom Lane
2022-08-05
*
Partially undo commit 94da73281.
Tom Lane
2022-08-05
*
Fix handling of bare boolean expressions in mcv_get_match_bitmap.
Tom Lane
2022-08-05
*
Fix non-bulletproof ScalarArrayOpExpr code for extended statistics.
Tom Lane
2022-08-05
*
Backpatch addition of .git-blame-ignore-revs
Alvaro Herrera
2022-08-05
*
Fix incorrect permissions-checking 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
*
regress: fix test instability
Alvaro Herrera
2022-08-05
*
postgres_fdw: Disable batch insertion when there are WCO constraints.
Etsuro Fujita
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
*
Add proper regression test for the recent SRFs-in-pathkeys problem.
Tom Lane
2022-08-04
*
Fix assorted doc typos
John Naylor
2022-08-04
*
Clarify DROP EXTENSION docs regarding explicitly dependent routines
John Naylor
2022-08-04
*
Fix incorrect tests for SRFs in relation_can_be_sorted_early().
Tom Lane
2022-08-03
*
Reduce test runtime of src/test/modules/snapshot_too_old.
Tom Lane
2022-08-03
*
Be more wary about 32-bit integer overflow in pg_stat_statements.
Tom Lane
2022-08-02
*
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 trim_array() for zero-dimensional array argument.
Tom Lane
2022-07-31
[next]