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 performance regression in tuplesort specializations
David Rowley
2022-04-22
*
Remove inadequate assertion check in CTE inlining.
Tom Lane
2022-04-21
*
Rethink method for assigning OIDs to the template0 and postgres DBs.
Tom Lane
2022-04-21
*
Use DECLARE_TOAST_WITH_MACRO() to simplify toast-table declarations.
Tom Lane
2022-04-21
*
vacuumlazy.c: MultiXactIds are MXIDs, not XMIDs.
Peter Geoghegan
2022-04-20
*
Fix CLUSTER tuplesorts on abbreviated expressions.
Peter Geoghegan
2022-04-20
*
Disallow infinite endpoints in generate_series() for timestamps.
Tom Lane
2022-04-20
*
set_deparse_plan: Reuse variable to appease Coverity
Alvaro Herrera
2022-04-20
*
Move ModifyTableContext->lockmode to UpdateContext
Alvaro Herrera
2022-04-20
*
ExecModifyTable: use context.planSlot instead of planSlot
Alvaro Herrera
2022-04-20
*
Fix breakage in AlterFunction().
Tom Lane
2022-04-19
*
Remove duplicated word in comment of basebackup.c
Michael Paquier
2022-04-20
*
Fix extract epoch from interval calculation
Peter Eisentraut
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
*
Don't retry restore_command while reading ahead.
Thomas Munro
2022-04-17
*
pgstat: Use correct lock level in pgstat_drop_all_entries().
Andres Freund
2022-04-16
*
Fix incorrect logic in HaveRegisteredOrActiveSnapshot().
Tom Lane
2022-04-16
*
Fix multi-table VACUUM VERBOSE accounting.
Peter Geoghegan
2022-04-15
*
Tighten ComputeXidHorizons' handling of walsenders.
Tom Lane
2022-04-15
*
VACUUM VERBOSE: Show dead items for an empty table.
Peter Geoghegan
2022-04-15
*
Adjust VACUUM's removable cutoff log message.
Peter Geoghegan
2022-04-15
*
Small cleanups in SQL/JSON code
Andrew Dunstan
2022-04-15
*
pgstat: set timestamps of fixed-numbered stats after a crash.
Andres Freund
2022-04-14
*
Have CLUSTER ignore partitions not owned by caller
Alvaro Herrera
2022-04-14
*
Improve a couple of sql/json error messages
Andrew Dunstan
2022-04-14
*
Fix transformJsonBehavior
Andrew Dunstan
2022-04-14
*
Add missing spaces after single-line comments
David Rowley
2022-04-14
*
Prevent access to no-longer-pinned buffer in heapam_tuple_lock().
Tom Lane
2022-04-13
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
Release cache tuple when no longer needed
Alvaro Herrera
2022-04-13
*
Fix finalization for json_objectagg and friends
Andrew Dunstan
2022-04-13
*
Fix incorrect format placeholders
Peter Eisentraut
2022-04-13
*
Remove "recheck" argument from check_index_is_clusterable()
Michael Paquier
2022-04-13
*
Revert the addition of GetMaxBackends() and related stuff.
Robert Haas
2022-04-12
*
Use WRITE_ENUM_FIELD for enum field
Peter Eisentraut
2022-04-12
*
Make node output prefix match node structure name
Peter Eisentraut
2022-04-12
*
adjust_partition_colnos mustn't be called if not needed
Alvaro Herrera
2022-04-12
*
Change mechanism to set up source targetlist in MERGE
Alvaro Herrera
2022-04-12
*
Rename backup_compression.{c,h} to compression.{c,h}
Michael Paquier
2022-04-12
*
Make XLogRecGetBlockTag() throw error if there's no such block.
Tom Lane
2022-04-11
*
Remove comment about historic heap vacuuming issue.
Peter Geoghegan
2022-04-11
*
Remove dead code in do_pg_backup_start().
Tom Lane
2022-04-11
*
Explicitly ignore guaranteed-true result from pgstat_lock_entry().
Tom Lane
2022-04-11
*
fgetc() returns int, not char.
Tom Lane
2022-04-11
*
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-11
*
Fix the dates of some copyright notices
Michael Paquier
2022-04-11
*
Add missing serial commas
Peter Eisentraut
2022-04-09
*
Rename delayChkpt to delayChkptFlags.
Robert Haas
2022-04-08
*
Check XLogRecHasBlockRef() before XLogRecHasBlockImage().
Jeff Davis
2022-04-08
[next]