aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* 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 incorrect row estimates used for Memoize costingDavid Rowley2022-05-16
* 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
* Disable asynchronous execution if using gating Result nodes.Etsuro Fujita2022-04-28
* Fix incautious CTE matching in rewriteSearchAndCycle().Tom Lane2022-04-23
* 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 extract epoch from interval calculationPeter Eisentraut2022-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
* Fix NULL input behaviour of pg_stat_get_replication_slot().Andres Freund2022-03-27
* Fix breakage of get_ps_display() in the PS_USE_NONE case.Tom Lane2022-03-27
* Fix replay of create database records on standbyAlvaro Herrera2022-03-25
* Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.Robert Haas2022-03-24
* Don't try to translate NULL in GetConfigOptionByNum().Andres Freund2022-03-23
* Don't call fwrite() with len == 0 when writing out relcache init file.Andres Freund2022-03-23
* Fix "missing continuation record" after standby promotionAlvaro Herrera2022-03-23
* Fix assorted missing logic for GroupingFunc nodes.Tom Lane2022-03-21
* Fix risk of deadlock failure while dropping a partitioned index.Tom Lane2022-03-21
* Fix incorrect xmlschema output for types timetz and timestamptz.Tom Lane2022-03-18
* Revert applying column aliases to the output of whole-row Vars.Tom Lane2022-03-17
* Fix publish_as_relid with multiple publicationsTomas Vondra2022-03-16
* Fix race between DROP TABLESPACE and checkpointing.Thomas Munro2022-03-16
* Fix waiting in RegisterSyncRequest().Thomas Munro2022-03-16
* Wake up for latches in CheckpointWriteDelay().Thomas Munro2022-03-16
* Back-patch LLVM 14 API changes.Thomas Munro2022-03-16
* Restore the previous semantics of get_constraint_index().Tom Lane2022-03-11
* Clean up assorted failures under clang's -fsanitize=undefined checks.Tom Lane2022-03-03
* Allow root-owned SSL private keys in libpq, not only the backend.Tom Lane2022-03-02
* Fix data loss on crash after sorted GiST index build.Heikki Linnakangas2022-02-24
* Re-allow underscore as first character of custom GUC names.Tom Lane2022-02-23
* Add compute_query_id = regressMichael Paquier2022-02-22