aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* 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
* Fix off-by-one loop termination condition in pg_stat_get_subscription().Tom Lane2022-06-07
* Silence compiler warnings from some older compilers.Tom Lane2022-06-01
* Ensure ParseTzFile() closes the input file after failing.Tom Lane2022-05-31
* Handle NULL for short descriptions of custom GUC variablesMichael Paquier2022-05-28
* Remove misguided SSL key file ownership check in libpq.Tom Lane2022-05-26
* Show 'AS "?column?"' explicitly when it's important.Tom Lane2022-05-21
* Fix DDL deparse of CREATE OPERATOR CLASSAlvaro Herrera2022-05-20
* Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGSAlvaro Herrera2022-05-19
* Check column list length in XMLTABLE/JSON_TABLE aliasAlvaro Herrera2022-05-18
* Fix control file update done in restartpoints still running after promotionMichael Paquier2022-05-16
* Make pull_var_clause() handle GroupingFuncs exactly like Aggrefs.Tom Lane2022-05-12
* Fix the logical replication timeout during large transactions.Amit Kapila2022-05-11
* Fix core dump in transformValuesClause when there are no columns.Tom Lane2022-05-09
* Revert "Disallow infinite endpoints in generate_series() for timestamps."Tom Lane2022-05-09
* In REFRESH MATERIALIZED VIEW, set user ID before running user code.Noah Misch2022-05-09
* Make relation-enumerating operations be security-restricted operations.Noah Misch2022-05-09
* Translation updatesPeter Eisentraut2022-05-09
* Fix possibility of self-deadlock in ResolveRecoveryConflictWithBufferPin().Andres Freund2022-05-02
* Fix typo in comment.Etsuro Fujita2022-05-02
* Remove inadequate assertion check in CTE inlining.Tom Lane2022-04-21
* Fix CLUSTER tuplesorts on abbreviated expressions.Peter Geoghegan2022-04-20
* Disallow infinite endpoints in generate_series() for timestamps.Tom Lane2022-04-20
* Fix breakage in AlterFunction().Tom Lane2022-04-19
* Fix the check to limit sync workers.Amit Kapila2022-04-19
* Avoid invalid array reference in transformAlterTableStmt().Tom Lane2022-04-18
* Rethink the delay-checkpoint-end mechanism in the back-branches.Robert Haas2022-04-14
* Prevent access to no-longer-pinned buffer in heapam_tuple_lock().Tom Lane2022-04-13
* Suppress "variable 'pagesaving' set but not used" warning.Tom Lane2022-04-06
* Fix typo in comment.Etsuro Fujita2022-03-30
* Revert "Fix replay of create database records on standby"Alvaro Herrera2022-03-29