summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2022-05-10Fix some incorrect preprocessor tests in tuplesort specializationsDavid Rowley
2022-05-07Fix old-fd issues using global barriers everywhere.Thomas Munro
2022-05-07Rethink PROCSIGNAL_BARRIER_SMGRRELEASE.Thomas Munro
2022-05-04Remove JsonPathSpec typedefPeter Eisentraut
2022-05-04Add missing enum tag in enum used in nodesPeter Eisentraut
2022-05-04Simplify configure testPeter Eisentraut
2022-04-30pg_walinspect: fix case where flush LSN is in the middle of a record.Jeff Davis
2022-04-28Revert recent changes with durable_rename_excl()Michael Paquier
2022-04-28Remove durable_rename_excl()Michael Paquier
2022-04-21Remove inadequate assertion check in CTE inlining.Tom Lane
2022-04-21Rethink method for assigning OIDs to the template0 and postgres DBs.Tom Lane
2022-04-21Use DECLARE_TOAST_WITH_MACRO() to simplify toast-table declarations.Tom Lane
2022-04-20Allow db.schema.table patterns, but complain about random garbage.Robert Haas
2022-04-15Tighten ComputeXidHorizons' handling of walsenders.Tom Lane
2022-04-13Add missing spaces after single-line commentsDavid Rowley
2022-04-13Prevent access to no-longer-pinned buffer in heapam_tuple_lock().Tom Lane
2022-04-13Remove "recheck" argument from check_index_is_clusterable()Michael Paquier
2022-04-12Revert the addition of GetMaxBackends() and related stuff.Robert Haas
2022-04-12Remove not-very-useful early checks of __pg_log_level in logging.h.Tom Lane
2022-04-12Rename backup_compression.{c,h} to compression.{c,h}Michael Paquier
2022-04-11Make XLogRecGetBlockTag() throw error if there's no such block.Tom Lane
2022-04-11Fix various typos and spelling mistakes in code commentsDavid Rowley
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