aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Revert the addition of GetMaxBackends() and related stuff.Robert Haas2022-04-12
* Remove not-very-useful early checks of __pg_log_level in logging.h.Tom Lane2022-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
* Fix various typos and spelling mistakes in code commentsDavid Rowley2022-04-11
* Improve frontend error logging style.Tom Lane2022-04-08
* Rename delayChkpt to delayChkptFlags.Robert Haas2022-04-08
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-08
* Fix buildfarm failure from commit 2258e76f90.Jeff Davis2022-04-08
* Add contrib/pg_walinspect.Jeff Davis2022-04-08
* Track I/O timing for temporary file blocks in EXPLAIN (BUFFERS)Michael Paquier2022-04-08
* 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
* Fix another buildfarm issue from commit 5c279a6d350.Jeff Davis2022-04-07
* Unlogged sequencesPeter Eisentraut2022-04-07
* Include some missing headers.Thomas Munro2022-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
* Custom WAL Resource Managers.Jeff Davis2022-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: introduce PgStat_Kind enum.Andres Freund2022-04-06
* Use ISB as a spin-delay instruction on ARM64.Tom Lane2022-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
* 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
* Forgotten catversion bump for 39969e2a1e4d7f5a37f3ef37d53bbfe171e7d77aStephen Frost2022-04-06
* Remove exclusive backup modeStephen Frost2022-04-06
* Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane2022-04-06
* Change one AssertMacro to AssertPeter Eisentraut2022-04-06
* Allow asynchronous execution in more cases.Etsuro Fujita2022-04-06
* PLAN clauses for JSON_TABLEAndrew Dunstan2022-04-05
* Refactor and cleanup runtime partition prune code a littleAlvaro Herrera2022-04-05
* dshash: revise sequential scan support.Andres Freund2022-04-04
* pgstat: remove some superflous comments from pgstat.h.Andres Freund2022-04-04
* JSON_TABLEAndrew 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