summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2022-05-09Fix core dump in transformValuesClause when there are no columns.Tom Lane
2022-05-09Revert "Disallow infinite endpoints in generate_series() for timestamps."Tom Lane
2022-05-09In REFRESH MATERIALIZED VIEW, set user ID before running user code.Noah Misch
2022-05-09Make relation-enumerating operations be security-restricted operations.Noah Misch
2022-05-09Translation updatesPeter Eisentraut
2022-05-03Fix possibility of self-deadlock in ResolveRecoveryConflictWithBufferPin().Andres Freund
2022-05-02Fix typo in comment.Etsuro Fujita
2022-04-21Remove inadequate assertion check in CTE inlining.Tom Lane
2022-04-21Fix CLUSTER tuplesorts on abbreviated expressions.Peter Geoghegan
2022-04-20Disallow infinite endpoints in generate_series() for timestamps.Tom Lane
2022-04-20Fix breakage in AlterFunction().Tom Lane
2022-04-19Fix the check to limit sync workers.Amit Kapila
2022-04-18Avoid invalid array reference in transformAlterTableStmt().Tom Lane
2022-04-14Rethink the delay-checkpoint-end mechanism in the back-branches.Robert Haas
2022-04-13Prevent access to no-longer-pinned buffer in heapam_tuple_lock().Tom Lane
2022-04-06Suppress "variable 'pagesaving' set but not used" warning.Tom Lane
2022-03-30Fix typo in comment.Etsuro Fujita
2022-03-29Revert "Fix replay of create database records on standby"Alvaro Herrera
2022-03-27Fix breakage of get_ps_display() in the PS_USE_NONE case.Tom Lane
2022-03-25Fix replay of create database records on standbyAlvaro Herrera
2022-03-24Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.Robert Haas
2022-03-23Don't try to translate NULL in GetConfigOptionByNum().Andres Freund
2022-03-23Don't call fwrite() with len == 0 when writing out relcache init file.Andres Freund
2022-03-23Fix "missing continuation record" after standby promotionAlvaro Herrera
2022-03-21Fix assorted missing logic for GroupingFunc nodes.Tom Lane
2022-03-21Fix risk of deadlock failure while dropping a partitioned index.Tom Lane
2022-03-18Fix incorrect xmlschema output for types timetz and timestamptz.Tom Lane
2022-03-17Revert applying column aliases to the output of whole-row Vars.Tom Lane
2022-03-16Fix publish_as_relid with multiple publicationsTomas Vondra
2022-03-16Fix race between DROP TABLESPACE and checkpointing.Thomas Munro
2022-03-16Fix waiting in RegisterSyncRequest().Thomas Munro
2022-03-15Back-patch LLVM 14 API changes.Thomas Munro
2022-03-03Clean up assorted failures under clang's -fsanitize=undefined checks.Tom Lane
2022-03-02Allow root-owned SSL private keys in libpq, not only the backend.Tom Lane
2022-02-21Fix temporary object cleanup failing due to toast access without snapshot.Andres Freund
2022-02-18Suppress warning about stack_base_ptr with late-model GCC.Tom Lane
2022-02-14WAL log unchanged toasted replica identity key attributes.Amit Kapila
2022-02-14Fix memory leak in IndexScan node with reorderingAlexander Korotkov
2022-02-11Don't use_physical_tlist for an IOS with non-returnable columns.Tom Lane
2022-02-10Fix back-patch of "Avoid race in RelationBuildDesc() ..."Noah Misch
2022-02-07Translation updatesPeter Eisentraut
2022-02-05Test, don't just Assert, that mergejoin's inputs are in order.Tom Lane
2022-01-29Fix failure to validate the result of select_common_type().Tom Lane
2022-01-27Fix ordering of XIDs in ProcArrayApplyRecoveryInfoTomas Vondra
2022-01-26Fix pg_hba_file_rules for authentication method certMagnus Hagander
2022-01-25Revert "graceful shutdown" changes for Windows, in back branches only.Tom Lane
2022-01-25Consider parallel awareness when removing single-child AppendsDavid Rowley
2022-01-24Fix limitations on what SQL commands can be issued to a walsender.Tom Lane
2022-01-24Remember to reset yy_start state when firing up repl_scanner.l.Tom Lane
2022-01-23Suppress variable-set-but-not-used warning from clang 13.Tom Lane