aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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
* Fix temporary object cleanup failing due to toast access without snapshot.Andres Freund2022-02-21
* Suppress warning about stack_base_ptr with late-model GCC.Tom Lane2022-02-17
* WAL log unchanged toasted replica identity key attributes.Amit Kapila2022-02-14
* Fix memory leak in IndexScan node with reorderingAlexander Korotkov2022-02-14
* Don't use_physical_tlist for an IOS with non-returnable columns.Tom Lane2022-02-11
* Make timeout.c more robust against missed timer interrupts.Tom Lane2022-02-10
* Test honestly for <sys/signalfd.h>.Tom Lane2022-02-09
* Translation updatesPeter Eisentraut2022-02-07
* Test, don't just Assert, that mergejoin's inputs are in order.Tom Lane2022-02-05
* Fix compiler warning in non-assert builds, introduced in f862d57057f.Andres Freund2022-02-03
* Further fix for EvalPlanQual with mix of local and foreign partitions.Etsuro Fujita2022-02-03
* Fix failure to validate the result of select_common_type().Tom Lane2022-01-29
* Fix incorrect memory context switch in COPY TO executionMichael Paquier2022-01-29
* Fix typo in comment.Etsuro Fujita2022-01-28
* Prevent memory context logging from sending log message to connected client.Fujii Masao2022-01-28
* Fix ordering of XIDs in ProcArrayApplyRecoveryInfoTomas Vondra2022-01-27
* Fix pg_hba_file_rules for authentication method certMagnus Hagander2022-01-26
* Revert "graceful shutdown" changes for Windows, in back branches only.Tom Lane2022-01-25
* Consider parallel awareness when removing single-child AppendsDavid Rowley2022-01-25
* Fix limitations on what SQL commands can be issued to a walsender.Tom Lane2022-01-24
* Remember to reset yy_start state when firing up repl_scanner.l.Tom Lane2022-01-24
* Suppress variable-set-but-not-used warning from clang 13.Tom Lane2022-01-23
* Correct type of front_pathkey to PathKeyTomas Vondra2022-01-23
* Check syscache result in AlterStatisticsTomas Vondra2022-01-23
* Flush table's relcache during ALTER TABLE ADD PRIMARY KEY USING INDEX.Tom Lane2022-01-22
* fsync pg_logical/mappings in CheckPointLogicalRewriteHeap().Andres Freund2022-01-21
* Fix one-off bug causing missing commit timestamps for subtransactionsMichael Paquier2022-01-21
* Teach hash_ok_operator() that record_eq is only sometimes hashable.Tom Lane2022-01-16
* Build inherited extended stats on partitioned tablesTomas Vondra2022-01-15
* Ignore extended statistics for inheritance treesTomas Vondra2022-01-15
* Fix possible HOT corruption when RECENTLY_DEAD changes to DEAD while pruning.Andres Freund2022-01-14
* Revert error handling improvements for cryptohashesMichael Paquier2022-01-14
* Fix ruleutils.c's dumping of whole-row Vars in more contexts.Tom Lane2022-01-13
* Fix memory leak in indexUnchanged hint mechanism.Peter Geoghegan2022-01-12
* Improve error handling of cryptohash computationsMichael Paquier2022-01-11