postgresql.git
2022-04-12 Robert HaasRevert the addition of GetMaxBackends() and related...
2022-04-12 Tom LaneRemove not-very-useful early checks of __pg_log_level...
2022-04-12 Tom LaneDoc: update description of random() function.
2022-04-12 Peter EisentrautUse WRITE_ENUM_FIELD for enum field
2022-04-12 Peter EisentrautMake node output prefix match node structure name
2022-04-12 Alvaro Herreraadjust_partition_colnos mustn't be called if not needed
2022-04-12 Thomas MunroFix documentation for pg_stat_recovery_prefetch.
2022-04-12 Amit KapilaFix grammatical errors and typos in logical replication...
2022-04-12 Michael PaquierRemove WalCompressionMethod in favor of pg_compress_alg...
2022-04-12 Alvaro HerreraChange mechanism to set up source targetlist in MERGE
2022-04-12 Michael PaquierRename backup_compression.{c,h} to compression.{c,h}
2022-04-11 Tom LaneMake XLogRecGetBlockTag() throw error if there's no...
2022-04-11 Peter GeogheganRemove comment about historic heap vacuuming issue.
2022-04-11 Tom LaneRemove dead code in do_pg_backup_start().
2022-04-11 Tom LaneTweak the default behavior of psql's \dconfig.
2022-04-11 Tom LaneExplicitly ignore guaranteed-true result from pgstat_lo...
2022-04-11 Tom Lanefgetc() returns int, not char.
2022-04-11 Jeff DavisDoc build fix: remove tab from filelist.sgml.
2022-04-11 Andrew DunstanImprove readability of SQL/JSON documentation.
2022-04-11 Peter EisentrautAdd color support for new frontend detail/hint messages
2022-04-11 Tom LaneAvoid re-writing files unnecessarily in src/tools/copyr...
2022-04-11 Robert Haasdocs: Note the recovery_min_apply_delay bloats pg_wal.
2022-04-11 David RowleyDocs: Mention that relpersistence is for sequences...
2022-04-11 David RowleyFix various typos and spelling mistakes in code comments
2022-04-11 David RowleyDocs: Fix various mistakes and typos
2022-04-11 Michael PaquierFix the dates of some copyright notices
2022-04-11 Peter EisentrautPut new command-line options into alphabetical order...
2022-04-11 Michael Paquierdoc: Clarify behavior of query planner locking with...
2022-04-10 Daniel GustafssonDoc: fix typos in documentation
2022-04-10 Tom LaneDoc: reformat descriptions of pgbench output formats.
2022-04-10 Andrew DunstanFix pgperlsyncheck following SSL TAP test refactoring
2022-04-10 Andrew DunstanAdd timestamp and elapsed time decorations to TAP test...
2022-04-09 Tom LaneDoc: shorten JSON_SERIALIZE example to avoid a PDF...
2022-04-09 Peter EisentrautFix whitespace
2022-04-09 Peter EisentrautAdd missing serial commas
2022-04-09 Peter EisentrautAdd missing source files to nls.mk
2022-04-08 Tom LaneSilence compiler warnings for unsupported compression...
2022-04-08 Tom LaneImprove frontend error logging style.
2022-04-08 Tom LaneFix busted .gitignore entry.
2022-04-08 Robert HaasRename delayChkpt to delayChkptFlags.
2022-04-08 Peter Eisentrautpsql: Fix translation marking
2022-04-08 Robert HaasApply PGDLLIMPORT markings broadly.
2022-04-08 Robert HaasHelper script to apply PGDLLIMPORT markings.
2022-04-08 Magnus HaganderAdd JIT counters to pg_stat_statements
2022-04-08 Jeff DavisFix buildfarm failures in pg_walinspect tests.
2022-04-08 Jeff DavisCheck XLogRecHasBlockRef() before XLogRecHasBlockImage().
2022-04-08 Jeff DavisFix buildfarm failure from commit 2258e76f90.
2022-04-08 Jeff DavisAdd contrib/pg_walinspect.
2022-04-08 Peter EisentrautRemove error message hints mentioning configure options
2022-04-08 Andres Freundpgstat: Update docs to match the shared memory stats...
2022-04-08 Michael Paquierpg_stat_statements: Track I/O timing for temporary...
2022-04-08 Andrew DunstanDocumentation for SQL/JSON features
2022-04-08 Michael PaquierTrack I/O timing for temporary file blocks in EXPLAIN...
2022-04-08 Thomas MunroFix recovery_prefetch docs.
2022-04-08 Andres Freundpgstat: Hide instability in stats.spec with -DCATCACHE_...
2022-04-07 Andres Freundpgstat: add/extend tests for resetting various kinds...
2022-04-07 Peter GeogheganTruncate line pointer array during heap pruning.
2022-04-07 David RowleyTeach planner and executor about monotonic window funcs
2022-04-07 Tom LaneExtend plsample example to include a trigger handler.
2022-04-07 Andres FreundAdd minimal tests for recovery conflict handling.
2022-04-07 Andres Freundpgstat: test stats interactions with physical replication.
2022-04-07 Alvaro HerreraRevert "Rewrite some RI code to avoid using SPI"
2022-04-07 Tom Lanepsql: add \dconfig command to show server's configurati...
2022-04-07 Andres Freundpgstat: add tests for handling of restarts, including...
2022-04-07 Alvaro HerreraRewrite some RI code to avoid using SPI
2022-04-07 Andres FreundFix test instability introduced in e349c95d3e9 due...
2022-04-07 Alvaro HerreraAdd isolation tests for snapshot behavior in ri_triggers.c
2022-04-07 Tomas VondraRevert "Logical decoding of sequences"
2022-04-07 Peter Eisentrautdoc: Fix man page whitespace issues
2022-04-07 Jeff DavisFix off-by-one error in pg_waldump, introduced in 5c279...
2022-04-07 Jeff DavisFix another buildfarm issue from commit 5c279a6d350.
2022-04-07 Peter EisentrautUnlogged sequences
2022-04-07 Daniel GustafssonFix typo in xlogrecovery.c code comment
2022-04-07 Peter EisentrautAvoid <substeps> element in man pages
2022-04-07 Thomas MunroInclude some missing headers.
2022-04-07 Andres Freundpgstat: add alternate output for stats.spec, for the...
2022-04-07 Andres FreundTry to silence "-Wmissing-braces" complaints in rmgrdesc.c.
2022-04-07 Thomas MunroPrefetch data referenced by the WAL, take II.
2022-04-07 Jeff DavisFix warning introduced in 5c279a6d350.
2022-04-07 Andres Freundpgstat: add tests for transaction behaviour, 2PC, funct...
2022-04-07 Andres Freundpgstat: add pg_stat_have_stats() test helper.
2022-04-07 Andres Freundpgstat: add pg_stat_force_next_flush(), use it to simpl...
2022-04-07 Andres Freundpgstat: fix small bug in pgstat_drop_relation().
2022-04-07 Andres Freundpgstat: prevent fix pgstat_reinit_entry() from zeroing...
2022-04-07 Andres FreundFix compilation with WAL_DEBUG.
2022-04-07 Jeff DavisCustom WAL Resource Managers.
2022-04-07 Peter EisentrautUpdate config.guess and config.sub
2022-04-07 Michael PaquierAdd single-item cache when looking at topmost XID of...
2022-04-07 Andres Freundpgstat: move pgstat.c to utils/activity.
2022-04-07 Andres Freundpgstat: rename STATS_COLLECTOR GUC group to STATS_CUMUL...
2022-04-07 Andres Freundpgstat: remove stats_temp_directory.
2022-04-07 Andres Freundpgstat: store statistics in shared memory.
2022-04-07 Andres Freundpgstat: normalize function naming.
2022-04-07 Amit KapilaReorder subskiplsn in pg_subscription to avoid alignmen...
2022-04-07 Andres Freundpgstat: revise replication slot API in preparation...
2022-04-07 Andres Freundpgstat: scaffolding for transactional stats creation...
2022-04-07 Andres Freundpgstat: prepare APIs used by pgstatfuncs for shared...
2022-04-07 Andres Freundpgstat: introduce PgStat_Kind enum.
2022-04-06 Michael PaquierAdd option --config-file to pg_rewind
2022-04-06 Tom LaneUse ISB as a spin-delay instruction on ARM64.
next