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
*
Remove misguided SSL key file ownership check in libpq.
Tom Lane
2022-05-26
*
Show 'AS "?column?"' explicitly when it's important.
Tom Lane
2022-05-21
*
Fix DDL deparse of CREATE OPERATOR CLASS
Alvaro Herrera
2022-05-20
*
Check column list length in XMLTABLE/JSON_TABLE alias
Alvaro Herrera
2022-05-18
*
Fix control file update done in restartpoints still running after promotion
Michael Paquier
2022-05-16
*
Make pull_var_clause() handle GroupingFuncs exactly like Aggrefs.
Tom Lane
2022-05-12
*
Fix the logical replication timeout during large transactions.
Amit Kapila
2022-05-11
*
Fix core dump in transformValuesClause when there are no columns.
Tom Lane
2022-05-09
*
Revert "Disallow infinite endpoints in generate_series() for timestamps."
Tom Lane
2022-05-09
*
In REFRESH MATERIALIZED VIEW, set user ID before running user code.
Noah Misch
2022-05-09
*
Make relation-enumerating operations be security-restricted operations.
Noah Misch
2022-05-09
*
Translation updates
Peter Eisentraut
2022-05-09
*
Fix possibility of self-deadlock in ResolveRecoveryConflictWithBufferPin().
Andres Freund
2022-05-02
*
Fix typo in comment.
Etsuro Fujita
2022-05-02
*
Remove inadequate assertion check in CTE inlining.
Tom Lane
2022-04-21
*
Fix CLUSTER tuplesorts on abbreviated expressions.
Peter Geoghegan
2022-04-20
*
Disallow infinite endpoints in generate_series() for timestamps.
Tom Lane
2022-04-20
*
Fix breakage in AlterFunction().
Tom Lane
2022-04-19
*
Fix the check to limit sync workers.
Amit Kapila
2022-04-19
*
Avoid invalid array reference in transformAlterTableStmt().
Tom Lane
2022-04-18
*
Rethink the delay-checkpoint-end mechanism in the back-branches.
Robert Haas
2022-04-14
*
Prevent access to no-longer-pinned buffer in heapam_tuple_lock().
Tom Lane
2022-04-13
*
Fix typo in comment.
Etsuro Fujita
2022-03-30
*
Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.
Robert Haas
2022-03-24
*
Don't try to translate NULL in GetConfigOptionByNum().
Andres Freund
2022-03-23
*
Don't call fwrite() with len == 0 when writing out relcache init file.
Andres Freund
2022-03-23
*
Fix "missing continuation record" after standby promotion
Alvaro Herrera
2022-03-23
*
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 race between DROP TABLESPACE and checkpointing.
Thomas Munro
2022-03-16
*
Fix waiting in RegisterSyncRequest().
Thomas Munro
2022-03-16
*
Back-patch LLVM 14 API changes.
Thomas Munro
2022-03-16
*
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 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
*
Improve subscriber's error message for wrong publication relkind.
Tom Lane
2022-02-15
*
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
*
Fix back-patch of "Avoid race in RelationBuildDesc() ..."
Noah Misch
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 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
[next]