aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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
* Fix compilation with WAL_DEBUG.Andres Freund2022-04-06
* Custom WAL Resource Managers.Jeff Davis2022-04-06
* Add single-item cache when looking at topmost XID of a subtrans XIDMichael Paquier2022-04-07
* pgstat: move pgstat.c to utils/activity.Andres Freund2022-04-06
* pgstat: rename STATS_COLLECTOR GUC group to STATS_CUMULATIVE.Andres Freund2022-04-06
* pgstat: remove stats_temp_directory.Andres Freund2022-04-06
* pgstat: store statistics in shared memory.Andres Freund2022-04-06
* pgstat: normalize function naming.Andres Freund2022-04-06
* Reorder subskiplsn in pg_subscription to avoid alignment issues.Amit Kapila2022-04-07
* pgstat: revise replication slot API in preparation for shared memory stats.Andres Freund2022-04-06
* pgstat: scaffolding for transactional stats creation / drop.Andres Freund2022-04-06
* pgstat: prepare APIs used by pgstatfuncs for shared memory stats.Andres Freund2022-04-06
* pgstat: add pgstat_copy_relation_stats().Andres Freund2022-04-06
* pgstat: rename some pgstat_send_* functions to pgstat_report_*.Andres Freund2022-04-06
* Suppress "variable 'pagesaving' set but not used" warning.Tom Lane2022-04-06
* pgstat: stats collector references in comments.Andres Freund2022-04-06
* pgstat: move transactional code into pgstat_xact.c.Andres Freund2022-04-06
* pgstat: move pgstat_report_autovac() to pgstat_database.c.Andres Freund2022-04-06
* dsm: allow use in single user mode.Andres Freund2022-04-06
* Remove exclusive backup modeStephen Frost2022-04-06
* Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane2022-04-06
* Fix unsigned output format in SLRU error reportingPeter Eisentraut2022-04-06
* Allow asynchronous execution in more cases.Etsuro Fujita2022-04-06
* Improve comments for row filtering and toast interaction in logical replication.Amit Kapila2022-04-06
* PLAN clauses for JSON_TABLEAndrew Dunstan2022-04-05
* Have VACUUM warn on relfrozenxid "in the future".Peter Geoghegan2022-04-05
* Refactor and cleanup runtime partition prune code a littleAlvaro Herrera2022-04-05
* dshash: revise sequential scan support.Andres Freund2022-04-04
* pgstat: consistent function comment formatting.Andres Freund2022-04-04
* JSON_TABLEAndrew Dunstan2022-04-04
* vacuumlazy.c: Further consolidate resource allocation.Peter Geoghegan2022-04-04
* Avoid freeing objects during json aggregate finalizationAndrew Dunstan2022-04-04
* Use Generation memory contexts to store tuples in sortsDavid Rowley2022-04-04
* Adjust tuplesort API to have bitwise option flagsDavid Rowley2022-04-04
* Improve the generation memory allocatorDavid Rowley2022-04-04
* Fix tuplesort optimization for CLUSTER-on-expression.Thomas Munro2022-04-04
* Fix portability issues in datetime parsing.Tom Lane2022-04-03
* Generalize how VACUUM skips all-frozen pages.Peter Geoghegan2022-04-03
* Set relfrozenxid to oldest extant XID seen by VACUUM.Peter Geoghegan2022-04-03