aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix replica identity check for a partitioned table.Amit Kapila2022-08-16
* doc: fix wrong tag used in create sequence manual.Tatsuo Ishii2022-08-16
* Add missing bad-PGconn guards in libpq entry points.Tom Lane2022-08-15
* Fix outdated --help message for postgres -fMichael Paquier2022-08-15
* Preserve memory context of VarStringSortSupport buffers.Tom Lane2022-08-14
* Avoid misbehavior when hash_table_bytes < bucket_size.Tom Lane2022-08-13
* Catch stack overflow when recursing in transformFromClauseItem().Tom Lane2022-08-13
* Add missing fields to _outConstraint()Peter Eisentraut2022-08-13
* pg_upgrade: Fix some minor code issuesPeter Eisentraut2022-08-13
* doc: add missing role attributes to user management sectionBruce Momjian2022-08-12
* doc: add section about heap-only tuples (HOT)Bruce Momjian2022-08-12
* doc: warn about security issues around log filesBruce Momjian2022-08-12
* doc: clarify configuration file for Windows buildsBruce Momjian2022-08-12
* doc: document the CREATE INDEX "USING" clauseBruce Momjian2022-08-12
* doc: clarify CREATE TABLE AS ... IF NOT EXISTSBruce Momjian2022-08-12
* doc: improve wal_level docs for the 'minimal' levelBruce Momjian2022-08-12
* doc: clarify DROP EXTENSION dependent members textBruce Momjian2022-08-12
* Fix _outConstraint() for "identity" constraintsPeter Eisentraut2022-08-12
* Back-Patch "Add wait_for_subscription_sync for TAP tests."Amit Kapila2022-08-12
* Fix catalog lookup with the wrong snapshot during logical decoding.Amit Kapila2022-08-11
* Fix handling of R/W expanded datums that are passed to SQL functions.Tom Lane2022-08-10
* Stamp 14.5.REL_14_5Tom Lane2022-08-08
* Stabilize output of new regression test.Tom Lane2022-08-08
* Last-minute updates for release notes.Tom Lane2022-08-08
* In extensions, don't replace objects not belonging to the extension.Tom Lane2022-08-08
* Translation updatesAlvaro Herrera2022-08-08
* Release notes for 14.5, 13.8, 12.12, 11.17, 10.22.Tom Lane2022-08-07
* Remove unportable use of timezone in recent testAlvaro Herrera2022-08-07
* Improve recently-added test reliabilityAlvaro Herrera2022-08-06
* First-draft release notes for 14.5.Tom Lane2022-08-05
* Partially undo commit 94da73281.Tom Lane2022-08-05
* Fix handling of bare boolean expressions in mcv_get_match_bitmap.Tom Lane2022-08-05
* Fix non-bulletproof ScalarArrayOpExpr code for extended statistics.Tom Lane2022-08-05
* Backpatch addition of .git-blame-ignore-revsAlvaro Herrera2022-08-05
* Fix incorrect permissions-checking code for extended statistics.Tom Lane2022-08-05
* BRIN: mask BRIN_EVACUATE_PAGE for WAL consistency checkingAlvaro Herrera2022-08-05
* Add HINT for restartpoint race with KeepFileRestoredFromArchive().Noah Misch2022-08-05
* regress: fix test instabilityAlvaro Herrera2022-08-05
* postgres_fdw: Disable batch insertion when there are WCO constraints.Etsuro Fujita2022-08-05
* Fix ENABLE/DISABLE TRIGGER to handle recursion correctlyAlvaro Herrera2022-08-05
* Add CHECK_FOR_INTERRUPTS in ExecInsert's speculative insertion loop.Tom Lane2022-08-04
* Add proper regression test for the recent SRFs-in-pathkeys problem.Tom Lane2022-08-04
* Fix assorted doc typosJohn Naylor2022-08-04
* Clarify DROP EXTENSION docs regarding explicitly dependent routinesJohn Naylor2022-08-04
* Fix incorrect tests for SRFs in relation_can_be_sorted_early().Tom Lane2022-08-03
* Reduce test runtime of src/test/modules/snapshot_too_old.Tom Lane2022-08-03
* Be more wary about 32-bit integer overflow in pg_stat_statements.Tom Lane2022-08-02
* Check maximum number of columns in function RTEs, too.Tom Lane2022-08-01
* Fix error reporting after ioctl() call with pg_upgrade --cloneMichael Paquier2022-08-01
* Fix trim_array() for zero-dimensional array argument.Tom Lane2022-07-31