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
*
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
*
Add contrib/pg_walinspect.
Jeff Davis
2022-04-08
*
Remove error message hints mentioning configure options
Peter Eisentraut
2022-04-08
*
Track I/O timing for temporary file blocks in EXPLAIN (BUFFERS)
Michael Paquier
2022-04-08
*
Truncate line pointer array during heap pruning.
Peter Geoghegan
2022-04-07
*
Teach planner and executor about monotonic window funcs
David Rowley
2022-04-08
*
Revert "Rewrite some RI code to avoid using SPI"
Alvaro Herrera
2022-04-07
*
Rewrite some RI code to avoid using SPI
Alvaro Herrera
2022-04-07
*
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-07
*
Unlogged sequences
Peter Eisentraut
2022-04-07
*
Fix typo in xlogrecovery.c code comment
Daniel Gustafsson
2022-04-07
*
Prefetch data referenced by the WAL, take II.
Thomas Munro
2022-04-07
*
Fix warning introduced in 5c279a6d350.
Jeff Davis
2022-04-07
*
pgstat: add pg_stat_have_stats() test helper.
Andres Freund
2022-04-07
*
pgstat: add pg_stat_force_next_flush(), use it to simplify tests.
Andres Freund
2022-04-06
*
pgstat: fix small bug in pgstat_drop_relation().
Andres Freund
2022-04-06
*
pgstat: prevent fix pgstat_reinit_entry() from zeroing out lwlock.
Andres Freund
2022-04-06
[next]