aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* pgstat: Use correct lock level in pgstat_drop_all_entries().Andres Freund2022-04-16
* Fix incorrect logic in HaveRegisteredOrActiveSnapshot().Tom Lane2022-04-16
* Fix multi-table VACUUM VERBOSE accounting.Peter Geoghegan2022-04-15
* Tighten ComputeXidHorizons' handling of walsenders.Tom Lane2022-04-15
* VACUUM VERBOSE: Show dead items for an empty table.Peter Geoghegan2022-04-15
* Adjust VACUUM's removable cutoff log message.Peter Geoghegan2022-04-15
* Small cleanups in SQL/JSON codeAndrew Dunstan2022-04-15
* pgstat: set timestamps of fixed-numbered stats after a crash.Andres Freund2022-04-14
* Have CLUSTER ignore partitions not owned by callerAlvaro Herrera2022-04-14
* Improve a couple of sql/json error messagesAndrew Dunstan2022-04-14
* Fix transformJsonBehaviorAndrew Dunstan2022-04-14
* Add missing spaces after single-line commentsDavid Rowley2022-04-14
* Prevent access to no-longer-pinned buffer in heapam_tuple_lock().Tom Lane2022-04-13
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Release cache tuple when no longer neededAlvaro Herrera2022-04-13
* Fix finalization for json_objectagg and friendsAndrew Dunstan2022-04-13
* Fix incorrect format placeholdersPeter Eisentraut2022-04-13
* Remove "recheck" argument from check_index_is_clusterable()Michael Paquier2022-04-13
* Revert the addition of GetMaxBackends() and related stuff.Robert Haas2022-04-12
* Use WRITE_ENUM_FIELD for enum fieldPeter Eisentraut2022-04-12
* Make node output prefix match node structure namePeter Eisentraut2022-04-12
* adjust_partition_colnos mustn't be called if not neededAlvaro Herrera2022-04-12
* Change mechanism to set up source targetlist in MERGEAlvaro Herrera2022-04-12
* Rename backup_compression.{c,h} to compression.{c,h}Michael Paquier2022-04-12
* Make XLogRecGetBlockTag() throw error if there's no such block.Tom Lane2022-04-11
* Remove comment about historic heap vacuuming issue.Peter Geoghegan2022-04-11
* Remove dead code in do_pg_backup_start().Tom Lane2022-04-11
* Explicitly ignore guaranteed-true result from pgstat_lock_entry().Tom Lane2022-04-11
* fgetc() returns int, not char.Tom Lane2022-04-11
* Fix various typos and spelling mistakes in code commentsDavid Rowley2022-04-11
* Fix the dates of some copyright noticesMichael Paquier2022-04-11
* Add missing serial commasPeter Eisentraut2022-04-09
* Rename delayChkpt to delayChkptFlags.Robert Haas2022-04-08
* Check XLogRecHasBlockRef() before XLogRecHasBlockImage().Jeff Davis2022-04-08
* Add contrib/pg_walinspect.Jeff Davis2022-04-08
* Remove error message hints mentioning configure optionsPeter Eisentraut2022-04-08
* Track I/O timing for temporary file blocks in EXPLAIN (BUFFERS)Michael Paquier2022-04-08
* Truncate line pointer array during heap pruning.Peter Geoghegan2022-04-07
* Teach planner and executor about monotonic window funcsDavid Rowley2022-04-08
* Revert "Rewrite some RI code to avoid using SPI"Alvaro Herrera2022-04-07
* Rewrite some RI code to avoid using SPIAlvaro Herrera2022-04-07
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-07
* Unlogged sequencesPeter Eisentraut2022-04-07
* Fix typo in xlogrecovery.c code commentDaniel Gustafsson2022-04-07
* Prefetch data referenced by the WAL, take II.Thomas Munro2022-04-07
* Fix warning introduced in 5c279a6d350.Jeff Davis2022-04-07
* pgstat: add pg_stat_have_stats() test helper.Andres Freund2022-04-07
* pgstat: add pg_stat_force_next_flush(), use it to simplify tests.Andres Freund2022-04-06
* pgstat: fix small bug in pgstat_drop_relation().Andres Freund2022-04-06
* pgstat: prevent fix pgstat_reinit_entry() from zeroing out lwlock.Andres Freund2022-04-06