aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Repair rare failure of MULTIEXPR_SUBLINK subplans in inherited updates.Tom Lane2022-08-27
* Fix typo in comment.Etsuro Fujita2022-08-26
* Defend against stack overrun in a few more places.Tom Lane2022-08-24
* Doc: prefer sysctl to /proc/sys in docs and comments.Tom Lane2022-08-23
* Add CHECK_FOR_INTERRUPTS while decoding changes.Amit Kapila2022-08-23
* Fix subtly-incorrect matching of parent and child partitioned indexes.Tom Lane2022-08-18
* Fix replica identity check for a partitioned table.Amit Kapila2022-08-16
* 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
* Fix _outConstraint() for "identity" constraintsPeter Eisentraut2022-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
* In extensions, don't replace objects not belonging to the extension.Tom Lane2022-08-08
* Translation updatesAlvaro Herrera2022-08-08
* Partially undo commit 94da73281.Tom Lane2022-08-05
* Fix non-bulletproof ScalarArrayOpExpr 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
* 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
* Fix incorrect tests for SRFs in relation_can_be_sorted_early().Tom Lane2022-08-03
* Check maximum number of columns in function RTEs, too.Tom Lane2022-08-01
* In transformRowExpr(), check for too many columns in the row.Tom Lane2022-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
* Fix omissions in support for the "regcollation" type.Tom Lane2022-07-17
* 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 alias matching in transformLockingClause().Dean Rasheed2022-07-07
* Remove %error-verbose directive from jsonpath parserAndrew Dunstan2022-07-03
* 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
* CREATE INDEX: use the original userid for more ACL checks.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
* Fix stale values in partition map entries on subscribers.Amit Kapila2022-06-21
* Fix partition table's REPLICA IDENTITY checking on the subscriber.Amit Kapila2022-06-21
* Fix data inconsistency between publisher and subscriber.Amit Kapila2022-06-16
* Fix cache look-up failures while applying changes in logical replication.Amit Kapila2022-06-15
* Un-break whole-row Vars referencing domain-over-composite types.Tom Lane2022-06-10