summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-04-11Fix various typos and spelling mistakes in code commentsDavid Rowley
2022-04-11Fix the dates of some copyright noticesMichael Paquier
2022-04-11Put new command-line options into alphabetical order in help outputPeter Eisentraut
2022-04-10Fix pgperlsyncheck following SSL TAP test refactoringAndrew Dunstan
2022-04-10Add timestamp and elapsed time decorations to TAP test logsAndrew Dunstan
2022-04-09Fix whitespacePeter Eisentraut
2022-04-09Add missing serial commasPeter Eisentraut
2022-04-09Add missing source files to nls.mkPeter Eisentraut
2022-04-08Silence compiler warnings for unsupported compression methods.Tom Lane
2022-04-08Improve frontend error logging style.Tom Lane
2022-04-08Fix busted .gitignore entry.Tom Lane
2022-04-08Rename delayChkpt to delayChkptFlags.Robert Haas
2022-04-08psql: Fix translation markingPeter Eisentraut
2022-04-08Apply PGDLLIMPORT markings broadly.Robert Haas
2022-04-08Helper script to apply PGDLLIMPORT markings.Robert Haas
2022-04-08Check XLogRecHasBlockRef() before XLogRecHasBlockImage().Jeff Davis
2022-04-08Fix buildfarm failure from commit 2258e76f90.Jeff Davis
2022-04-08Add contrib/pg_walinspect.Jeff Davis
2022-04-08Remove error message hints mentioning configure optionsPeter Eisentraut
2022-04-08Track I/O timing for temporary file blocks in EXPLAIN (BUFFERS)Michael Paquier
2022-04-08pgstat: Hide instability in stats.spec with -DCATCACHE_FORCE_RELEASE.Andres Freund
2022-04-07pgstat: add/extend tests for resetting various kinds of stats.Andres Freund
2022-04-07Truncate line pointer array during heap pruning.Peter Geoghegan
2022-04-07Teach planner and executor about monotonic window funcsDavid Rowley
2022-04-07Extend plsample example to include a trigger handler.Tom Lane
2022-04-07Add minimal tests for recovery conflict handling.Andres Freund
2022-04-07pgstat: test stats interactions with physical replication.Andres Freund
2022-04-07Revert "Rewrite some RI code to avoid using SPI"Alvaro Herrera
2022-04-07psql: add \dconfig command to show server's configuration parameters.Tom Lane
2022-04-07pgstat: add tests for handling of restarts, including crashes.Andres Freund
2022-04-07Rewrite some RI code to avoid using SPIAlvaro Herrera
2022-04-07Fix test instability introduced in e349c95d3e9 due to async deduplication.Andres Freund
2022-04-07Add isolation tests for snapshot behavior in ri_triggers.cAlvaro Herrera
2022-04-07Revert "Logical decoding of sequences"Tomas Vondra
2022-04-07Fix off-by-one error in pg_waldump, introduced in 5c279a6d350.Jeff Davis
2022-04-07Fix another buildfarm issue from commit 5c279a6d350.Jeff Davis
2022-04-07Unlogged sequencesPeter Eisentraut
2022-04-07Fix typo in xlogrecovery.c code commentDaniel Gustafsson
2022-04-07Include some missing headers.Thomas Munro
2022-04-07pgstat: add alternate output for stats.spec, for the 2PC disabled case.Andres Freund
2022-04-07Try to silence "-Wmissing-braces" complaints in rmgrdesc.c.Andres Freund
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 tests for transaction behaviour, 2PC, function stats.Andres Freund
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-07pgstat: fix small bug in pgstat_drop_relation().Andres Freund
2022-04-07pgstat: prevent fix pgstat_reinit_entry() from zeroing out lwlock.Andres Freund
2022-04-07Fix compilation with WAL_DEBUG.Andres Freund
2022-04-07Custom WAL Resource Managers.Jeff Davis