aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix outdated --help message for postgres -fMichael Paquier2022-08-15
* Preserve memory context of VarStringSortSupport buffers.Tom Lane2022-08-14
* 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
* 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 12.12.REL_12_12Tom Lane2022-08-08
* Stabilize output of new regression test.Tom Lane2022-08-08
* In extensions, don't replace objects not belonging to the extension.Tom Lane2022-08-08
* Translation updatesAlvaro Herrera2022-08-08
* Remove unportable use of timezone in recent testAlvaro Herrera2022-08-07
* Improve recently-added test reliabilityAlvaro Herrera2022-08-06
* 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
* 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
* Reduce test runtime of src/test/modules/snapshot_too_old.Tom Lane2022-08-03
* 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 new recovery test for log_error_verbosity=verbose caseAndrew Dunstan2022-07-29
* In transformRowExpr(), check for too many columns in the row.Tom Lane2022-07-29
* Fix test instabilityAlvaro Herrera2022-07-29
* Fix replay of create database records on standbyAlvaro Herrera2022-07-28
* Allow "in place" tablespaces.Alvaro Herrera2022-07-27
* Force immediate commit after CREATE DATABASE etc in extended protocol.Tom Lane2022-07-26
* Fix ruleutils issues with dropped cols in functions-returning-composite.Tom Lane2022-07-21
* Fix assertion failure and segmentation fault in backup code.Fujii Masao2022-07-20
* Prevent BASE_BACKUP in the middle of another backup in the same session.Fujii Masao2022-07-20
* Re-add SPICleanup for ABI compatibility in stable branchPeter Eisentraut2022-07-18
* Make dsm_impl_posix_resize more future-proof.Thomas Munro2022-07-16
* Don't clobber postmaster sigmask in dsm_impl_resize.Thomas Munro2022-07-15
* Block signals while allocating DSM memory.Thomas Munro2022-07-14
* Fix lock assertions in dshash.c.Thomas Munro2022-07-11
* Fix \watch's interaction with libedit on ^C.Thomas Munro2022-07-10
* Fix alias matching in transformLockingClause().Dean Rasheed2022-07-07
* Remove %error-verbose directive from jsonpath parserAndrew Dunstan2022-07-03
* Fix previous commit's ecpg_clocale for ppc Darwin.Noah Misch2022-07-02
* ecpglib: call newlocale() once per process.Noah Misch2022-07-02
* Harden dsm_impl.c against unexpected EEXIST.Thomas Munro2022-07-01
* Fix visibility check when XID is committed in CLOG but not in procarray.Heikki Linnakangas2022-06-27
* Fix PostgreSQL::Test aliasing for Perl v5.10.1.Noah Misch2022-06-25
* CREATE INDEX: use the original userid for more ACL checks.Noah Misch2022-06-25
* For PostgreSQL::Test compatibility, alias entire package symbol tables.Noah Misch2022-06-25
* Fix memory leak due to LogicalRepRelMapEntry.attrmap.Amit Kapila2022-06-23
* Fix SPI's handling of errors during transaction commit.Tom Lane2022-06-22
* Avoid ecpglib core dump with out-of-order operations.Tom Lane2022-06-14