| 2022-04-13 | Michael Paquier | Remove "recheck" argument from check_index_is_clusterable() | commit | commitdiff | tree | 
| 2022-04-13 | David Rowley | Docs: tidy up various usages of the productname tag | commit | commitdiff | tree | 
| 2022-04-13 | Michael Paquier | Rework compression options of pg_receivewal | commit | commitdiff | tree | 
| 2022-04-13 | David Rowley | Docs: adjust wording about basebackup_to_shell's requir... | commit | commitdiff | tree | 
| 2022-04-12 | David Rowley | Docs: adjust pg_upgrade syntax to mark -B as optional | commit | commitdiff | tree | 
| 2022-04-12 | Tom Lane | Doc: tweak textsearch.sgml for SEO purposes. | commit | commitdiff | tree | 
| 2022-04-12 | David Rowley | Docs: avoid confusing use of the word "synchronized" | commit | commitdiff | tree | 
| 2022-04-12 | Robert Haas | Revert the addition of GetMaxBackends() and related... | commit | commitdiff | tree | 
| 2022-04-12 | Tom Lane | Remove not-very-useful early checks of __pg_log_level... | commit | commitdiff | tree | 
| 2022-04-12 | Tom Lane | Doc: update description of random() function. | commit | commitdiff | tree | 
| 2022-04-12 | Peter Eisentraut | Use WRITE_ENUM_FIELD for enum field | commit | commitdiff | tree | 
| 2022-04-12 | Peter Eisentraut | Make node output prefix match node structure name | commit | commitdiff | tree | 
| 2022-04-12 | Alvaro Herrera | adjust_partition_colnos mustn't be called if not needed | commit | commitdiff | tree | 
| 2022-04-12 | Thomas Munro | Fix documentation for pg_stat_recovery_prefetch. | commit | commitdiff | tree | 
| 2022-04-12 | Amit Kapila | Fix grammatical errors and typos in logical replication... | commit | commitdiff | tree | 
| 2022-04-12 | Michael Paquier | Remove WalCompressionMethod in favor of pg_compress_alg... | commit | commitdiff | tree | 
| 2022-04-12 | Alvaro Herrera | Change mechanism to set up source targetlist in MERGE | commit | commitdiff | tree | 
| 2022-04-12 | Michael Paquier | Rename backup_compression.{c,h} to compression.{c,h} | commit | commitdiff | tree | 
| 2022-04-11 | Tom Lane | Make XLogRecGetBlockTag() throw error if there's no... | commit | commitdiff | tree | 
| 2022-04-11 | Peter Geoghegan | Remove comment about historic heap vacuuming issue. | commit | commitdiff | tree | 
| 2022-04-11 | Tom Lane | Remove dead code in do_pg_backup_start(). | commit | commitdiff | tree | 
| 2022-04-11 | Tom Lane | Tweak the default behavior of psql's \dconfig. | commit | commitdiff | tree | 
| 2022-04-11 | Tom Lane | Explicitly ignore guaranteed-true result from pgstat_lo... | commit | commitdiff | tree | 
| 2022-04-11 | Tom Lane | fgetc() returns int, not char. | commit | commitdiff | tree | 
| 2022-04-11 | Jeff Davis | Doc build fix: remove tab from filelist.sgml. | commit | commitdiff | tree | 
| 2022-04-11 | Andrew Dunstan | Improve readability of SQL/JSON documentation. | commit | commitdiff | tree | 
| 2022-04-11 | Peter Eisentraut | Add color support for new frontend detail/hint messages | commit | commitdiff | tree | 
| 2022-04-11 | Tom Lane | Avoid re-writing files unnecessarily in src/tools/copyr... | commit | commitdiff | tree | 
| 2022-04-11 | Robert Haas | docs: Note the recovery_min_apply_delay bloats pg_wal. | commit | commitdiff | tree | 
| 2022-04-11 | David Rowley | Docs: Mention that relpersistence is for sequences... | commit | commitdiff | tree | 
| 2022-04-11 | David Rowley | Fix various typos and spelling mistakes in code comments | commit | commitdiff | tree | 
| 2022-04-11 | David Rowley | Docs: Fix various mistakes and typos | commit | commitdiff | tree | 
| 2022-04-11 | Michael Paquier | Fix the dates of some copyright notices | commit | commitdiff | tree | 
| 2022-04-11 | Peter Eisentraut | Put new command-line options into alphabetical order... | commit | commitdiff | tree | 
| 2022-04-11 | Michael Paquier | doc: Clarify behavior of query planner locking with... | commit | commitdiff | tree | 
| 2022-04-10 | Daniel Gustafsson | Doc: fix typos in documentation | commit | commitdiff | tree | 
| 2022-04-10 | Tom Lane | Doc: reformat descriptions of pgbench output formats. | commit | commitdiff | tree | 
| 2022-04-10 | Andrew Dunstan | Fix pgperlsyncheck following SSL TAP test refactoring | commit | commitdiff | tree | 
| 2022-04-10 | Andrew Dunstan | Add timestamp and elapsed time decorations to TAP test... | commit | commitdiff | tree | 
| 2022-04-09 | Tom Lane | Doc: shorten JSON_SERIALIZE example to avoid a PDF... | commit | commitdiff | tree | 
| 2022-04-09 | Peter Eisentraut | Fix whitespace | commit | commitdiff | tree | 
| 2022-04-09 | Peter Eisentraut | Add missing serial commas | commit | commitdiff | tree | 
| 2022-04-09 | Peter Eisentraut | Add missing source files to nls.mk | commit | commitdiff | tree | 
| 2022-04-08 | Tom Lane | Silence compiler warnings for unsupported compression... | commit | commitdiff | tree | 
| 2022-04-08 | Tom Lane | Improve frontend error logging style. | commit | commitdiff | tree | 
| 2022-04-08 | Tom Lane | Fix busted .gitignore entry. | commit | commitdiff | tree | 
| 2022-04-08 | Robert Haas | Rename delayChkpt to delayChkptFlags. | commit | commitdiff | tree | 
| 2022-04-08 | Peter Eisentraut | psql: Fix translation marking | commit | commitdiff | tree | 
| 2022-04-08 | Robert Haas | Apply PGDLLIMPORT markings broadly. | commit | commitdiff | tree | 
| 2022-04-08 | Robert Haas | Helper script to apply PGDLLIMPORT markings. | commit | commitdiff | tree | 
| 2022-04-08 | Magnus Hagander | Add JIT counters to pg_stat_statements | commit | commitdiff | tree | 
| 2022-04-08 | Jeff Davis | Fix buildfarm failures in pg_walinspect tests. | commit | commitdiff | tree | 
| 2022-04-08 | Jeff Davis | Check XLogRecHasBlockRef() before XLogRecHasBlockImage(). | commit | commitdiff | tree | 
| 2022-04-08 | Jeff Davis | Fix buildfarm failure from commit 2258e76f90. | commit | commitdiff | tree | 
| 2022-04-08 | Jeff Davis | Add contrib/pg_walinspect. | commit | commitdiff | tree | 
| 2022-04-08 | Peter Eisentraut | Remove error message hints mentioning configure options | commit | commitdiff | tree | 
| 2022-04-08 | Andres Freund | pgstat: Update docs to match the shared memory stats... | commit | commitdiff | tree | 
| 2022-04-08 | Michael Paquier | pg_stat_statements: Track I/O timing for temporary... | commit | commitdiff | tree | 
| 2022-04-08 | Andrew Dunstan | Documentation for SQL/JSON features | commit | commitdiff | tree | 
| 2022-04-08 | Michael Paquier | Track I/O timing for temporary file blocks in EXPLAIN... | commit | commitdiff | tree | 
| 2022-04-08 | Thomas Munro | Fix recovery_prefetch docs. | commit | commitdiff | tree | 
| 2022-04-08 | Andres Freund | pgstat: Hide instability in stats.spec with -DCATCACHE_... | commit | commitdiff | tree | 
| 2022-04-07 | Andres Freund | pgstat: add/extend tests for resetting various kinds... | commit | commitdiff | tree | 
| 2022-04-07 | Peter Geoghegan | Truncate line pointer array during heap pruning. | commit | commitdiff | tree | 
| 2022-04-07 | David Rowley | Teach planner and executor about monotonic window funcs | commit | commitdiff | tree | 
| 2022-04-07 | Tom Lane | Extend plsample example to include a trigger handler. | commit | commitdiff | tree | 
| 2022-04-07 | Andres Freund | Add minimal tests for recovery conflict handling. | commit | commitdiff | tree | 
| 2022-04-07 | Andres Freund | pgstat: test stats interactions with physical replication. | commit | commitdiff | tree | 
| 2022-04-07 | Alvaro Herrera | Revert "Rewrite some RI code to avoid using SPI" | commit | commitdiff | tree | 
| 2022-04-07 | Tom Lane | psql: add \dconfig command to show server's configurati... | commit | commitdiff | tree | 
| 2022-04-07 | Andres Freund | pgstat: add tests for handling of restarts, including... | commit | commitdiff | tree | 
| 2022-04-07 | Alvaro Herrera | Rewrite some RI code to avoid using SPI | commit | commitdiff | tree | 
| 2022-04-07 | Andres Freund | Fix test instability introduced in e349c95d3e9 due... | commit | commitdiff | tree | 
| 2022-04-07 | Alvaro Herrera | Add isolation tests for snapshot behavior in ri_triggers.c | commit | commitdiff | tree | 
| 2022-04-07 | Tomas Vondra | Revert "Logical decoding of sequences" | commit | commitdiff | tree | 
| 2022-04-07 | Peter Eisentraut | doc: Fix man page whitespace issues | commit | commitdiff | tree | 
| 2022-04-07 | Jeff Davis | Fix off-by-one error in pg_waldump, introduced in 5c279... | commit | commitdiff | tree | 
| 2022-04-07 | Jeff Davis | Fix another buildfarm issue from commit 5c279a6d350. | commit | commitdiff | tree | 
| 2022-04-07 | Peter Eisentraut | Unlogged sequences | commit | commitdiff | tree | 
| 2022-04-07 | Daniel Gustafsson | Fix typo in xlogrecovery.c code comment | commit | commitdiff | tree | 
| 2022-04-07 | Peter Eisentraut | Avoid <substeps> element in man pages | commit | commitdiff | tree | 
| 2022-04-07 | Thomas Munro | Include some missing headers. | commit | commitdiff | tree | 
| 2022-04-07 | Andres Freund | pgstat: add alternate output for stats.spec, for the... | commit | commitdiff | tree | 
| 2022-04-07 | Andres Freund | Try to silence "-Wmissing-braces" complaints in rmgrdesc.c. | commit | commitdiff | tree | 
| 2022-04-07 | Thomas Munro | Prefetch data referenced by the WAL, take II. | commit | commitdiff | tree | 
| 2022-04-07 | Jeff Davis | Fix warning introduced in 5c279a6d350. | commit | commitdiff | tree | 
| 2022-04-07 | Andres Freund | pgstat: add tests for transaction behaviour, 2PC, funct... | commit | commitdiff | tree | 
| 2022-04-07 | Andres Freund | pgstat: add pg_stat_have_stats() test helper. | commit | commitdiff | tree | 
| 2022-04-07 | Andres Freund | pgstat: add pg_stat_force_next_flush(), use it to simpl... | commit | commitdiff | tree | 
| 2022-04-07 | Andres Freund | pgstat: fix small bug in pgstat_drop_relation(). | commit | commitdiff | tree | 
| 2022-04-07 | Andres Freund | pgstat: prevent fix pgstat_reinit_entry() from zeroing... | commit | commitdiff | tree | 
| 2022-04-07 | Andres Freund | Fix compilation with WAL_DEBUG. | commit | commitdiff | tree | 
| 2022-04-07 | Jeff Davis | Custom WAL Resource Managers. | commit | commitdiff | tree | 
| 2022-04-07 | Peter Eisentraut | Update config.guess and config.sub | commit | commitdiff | tree | 
| 2022-04-07 | Michael Paquier | Add single-item cache when looking at topmost XID of... | commit | commitdiff | tree | 
| 2022-04-07 | Andres Freund | pgstat: move pgstat.c to utils/activity. | commit | commitdiff | tree | 
| 2022-04-07 | Andres Freund | pgstat: rename STATS_COLLECTOR GUC group to STATS_CUMUL... | commit | commitdiff | tree | 
| 2022-04-07 | Andres Freund | pgstat: remove stats_temp_directory. | commit | commitdiff | tree | 
| 2022-04-07 | Andres Freund | pgstat: store statistics in shared memory. | commit | commitdiff | tree | 
| 2022-04-07 | Andres Freund | pgstat: normalize function naming. | commit | commitdiff | tree | 
| next |