index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Fix assorted missing logic for GroupingFunc nodes.
Tom Lane
2022-03-21
*
Fix risk of deadlock failure while dropping a partitioned index.
Tom Lane
2022-03-21
*
Fix incorrect xmlschema output for types timetz and timestamptz.
Tom Lane
2022-03-18
*
Revert applying column aliases to the output of whole-row Vars.
Tom Lane
2022-03-17
*
Fix publish_as_relid with multiple publications
Tomas Vondra
2022-03-16
*
Fix race between DROP TABLESPACE and checkpointing.
Thomas Munro
2022-03-16
*
Fix waiting in RegisterSyncRequest().
Thomas Munro
2022-03-16
*
Wake up for latches in CheckpointWriteDelay().
Thomas Munro
2022-03-16
*
Back-patch LLVM 14 API changes.
Thomas Munro
2022-03-16
*
Restore the previous semantics of get_constraint_index().
Tom Lane
2022-03-11
*
Clean up assorted failures under clang's -fsanitize=undefined checks.
Tom Lane
2022-03-03
*
Allow root-owned SSL private keys in libpq, not only the backend.
Tom Lane
2022-03-02
*
Fix data loss on crash after sorted GiST index build.
Heikki Linnakangas
2022-02-24
*
Re-allow underscore as first character of custom GUC names.
Tom Lane
2022-02-23
*
Add compute_query_id = regress
Michael Paquier
2022-02-22
*
Fix temporary object cleanup failing due to toast access without snapshot.
Andres Freund
2022-02-21
*
Suppress warning about stack_base_ptr with late-model GCC.
Tom Lane
2022-02-17
*
WAL log unchanged toasted replica identity key attributes.
Amit Kapila
2022-02-14
*
Fix memory leak in IndexScan node with reordering
Alexander Korotkov
2022-02-14
*
Don't use_physical_tlist for an IOS with non-returnable columns.
Tom Lane
2022-02-11
*
Make timeout.c more robust against missed timer interrupts.
Tom Lane
2022-02-10
*
Test honestly for <sys/signalfd.h>.
Tom Lane
2022-02-09
*
Translation updates
Peter Eisentraut
2022-02-07
*
Test, don't just Assert, that mergejoin's inputs are in order.
Tom Lane
2022-02-05
*
Fix compiler warning in non-assert builds, introduced in f862d57057f.
Andres Freund
2022-02-03
*
Further fix for EvalPlanQual with mix of local and foreign partitions.
Etsuro Fujita
2022-02-03
*
Fix failure to validate the result of select_common_type().
Tom Lane
2022-01-29
*
Fix incorrect memory context switch in COPY TO execution
Michael Paquier
2022-01-29
*
Fix typo in comment.
Etsuro Fujita
2022-01-28
*
Prevent memory context logging from sending log message to connected client.
Fujii Masao
2022-01-28
*
Fix ordering of XIDs in ProcArrayApplyRecoveryInfo
Tomas Vondra
2022-01-27
*
Fix pg_hba_file_rules for authentication method cert
Magnus Hagander
2022-01-26
*
Revert "graceful shutdown" changes for Windows, in back branches only.
Tom Lane
2022-01-25
*
Consider parallel awareness when removing single-child Appends
David Rowley
2022-01-25
*
Fix limitations on what SQL commands can be issued to a walsender.
Tom Lane
2022-01-24
*
Remember to reset yy_start state when firing up repl_scanner.l.
Tom Lane
2022-01-24
*
Suppress variable-set-but-not-used warning from clang 13.
Tom Lane
2022-01-23
*
Correct type of front_pathkey to PathKey
Tomas Vondra
2022-01-23
*
Check syscache result in AlterStatistics
Tomas Vondra
2022-01-23
*
Flush table's relcache during ALTER TABLE ADD PRIMARY KEY USING INDEX.
Tom Lane
2022-01-22
*
fsync pg_logical/mappings in CheckPointLogicalRewriteHeap().
Andres Freund
2022-01-21
*
Fix one-off bug causing missing commit timestamps for subtransactions
Michael Paquier
2022-01-21
*
Teach hash_ok_operator() that record_eq is only sometimes hashable.
Tom Lane
2022-01-16
*
Build inherited extended stats on partitioned tables
Tomas Vondra
2022-01-15
*
Ignore extended statistics for inheritance trees
Tomas Vondra
2022-01-15
*
Fix possible HOT corruption when RECENTLY_DEAD changes to DEAD while pruning.
Andres Freund
2022-01-14
*
Revert error handling improvements for cryptohashes
Michael Paquier
2022-01-14
*
Fix ruleutils.c's dumping of whole-row Vars in more contexts.
Tom Lane
2022-01-13
*
Fix memory leak in indexUnchanged hint mechanism.
Peter Geoghegan
2022-01-12
*
Improve error handling of cryptohash computations
Michael Paquier
2022-01-11
[next]