summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2022-04-08Improve frontend error logging style.Tom Lane
2022-04-08Rename delayChkpt to delayChkptFlags.Robert Haas
2022-04-08Apply PGDLLIMPORT markings broadly.Robert Haas
2022-04-08Fix buildfarm failure from commit 2258e76f90.Jeff Davis
2022-04-08Add contrib/pg_walinspect.Jeff Davis
2022-04-08Track I/O timing for temporary file blocks in EXPLAIN (BUFFERS)Michael Paquier
2022-04-07Teach planner and executor about monotonic window funcsDavid Rowley
2022-04-07Revert "Rewrite some RI code to avoid using SPI"Alvaro Herrera
2022-04-07Rewrite some RI code to avoid using SPIAlvaro Herrera
2022-04-07Revert "Logical decoding of sequences"Tomas Vondra
2022-04-07Fix another buildfarm issue from commit 5c279a6d350.Jeff Davis
2022-04-07Unlogged sequencesPeter Eisentraut
2022-04-07Include some missing headers.Thomas Munro
2022-04-07Prefetch data referenced by the WAL, take II.Thomas Munro
2022-04-07Fix warning introduced in 5c279a6d350.Jeff Davis
2022-04-07pgstat: add pg_stat_have_stats() test helper.Andres Freund
2022-04-07pgstat: add pg_stat_force_next_flush(), use it to simplify tests.Andres Freund
2022-04-07Custom WAL Resource Managers.Jeff Davis
2022-04-07pgstat: rename STATS_COLLECTOR GUC group to STATS_CUMULATIVE.Andres Freund
2022-04-07pgstat: remove stats_temp_directory.Andres Freund
2022-04-07pgstat: store statistics in shared memory.Andres Freund
2022-04-07pgstat: normalize function naming.Andres Freund
2022-04-07Reorder subskiplsn in pg_subscription to avoid alignment issues.Amit Kapila
2022-04-07pgstat: revise replication slot API in preparation for shared memory stats.Andres Freund
2022-04-07pgstat: scaffolding for transactional stats creation / drop.Andres Freund
2022-04-07pgstat: prepare APIs used by pgstatfuncs for shared memory stats.Andres Freund
2022-04-07pgstat: introduce PgStat_Kind enum.Andres Freund
2022-04-06Use ISB as a spin-delay instruction on ARM64.Tom Lane
2022-04-06pgstat: add pgstat_copy_relation_stats().Andres Freund
2022-04-06pgstat: rename some pgstat_send_* functions to pgstat_report_*.Andres Freund
2022-04-06pgstat: stats collector references in comments.Andres Freund
2022-04-06pgstat: move transactional code into pgstat_xact.c.Andres Freund
2022-04-06pgstat: move pgstat_report_autovac() to pgstat_database.c.Andres Freund
2022-04-06Forgotten catversion bump for 39969e2a1e4d7f5a37f3ef37d53bbfe171e7d77aStephen Frost
2022-04-06Remove exclusive backup modeStephen Frost
2022-04-06Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane
2022-04-06Change one AssertMacro to AssertPeter Eisentraut
2022-04-06Allow asynchronous execution in more cases.Etsuro Fujita
2022-04-05PLAN clauses for JSON_TABLEAndrew Dunstan
2022-04-05Refactor and cleanup runtime partition prune code a littleAlvaro Herrera
2022-04-04dshash: revise sequential scan support.Andres Freund
2022-04-04pgstat: remove some superflous comments from pgstat.h.Andres Freund
2022-04-04JSON_TABLEAndrew Dunstan
2022-04-04Use Generation memory contexts to store tuples in sortsDavid Rowley
2022-04-04Adjust tuplesort API to have bitwise option flagsDavid Rowley
2022-04-04Improve the generation memory allocatorDavid Rowley
2022-04-03Set relfrozenxid to oldest extant XID seen by VACUUM.Peter Geoghegan
2022-04-02Fix overflow hazards in interval input and output conversions.Tom Lane
2022-04-02Allow CLUSTER on partitioned tablesAlvaro Herrera
2022-04-02Specialize tuplesort routines for different kinds of abbreviated keysJohn Naylor