summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-12Use WRITE_ENUM_FIELD for enum fieldPeter Eisentraut
2022-04-12Make node output prefix match node structure namePeter Eisentraut
2022-04-12adjust_partition_colnos mustn't be called if not neededAlvaro Herrera
2022-04-12Fix documentation for pg_stat_recovery_prefetch.Thomas Munro
2022-04-12Fix grammatical errors and typos in logical replication docs.Amit Kapila
2022-04-12Remove WalCompressionMethod in favor of pg_compress_algorithmMichael Paquier
2022-04-12Change mechanism to set up source targetlist in MERGEAlvaro Herrera
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-11Remove comment about historic heap vacuuming issue.Peter Geoghegan
2022-04-11Remove dead code in do_pg_backup_start().Tom Lane
2022-04-11Tweak the default behavior of psql's \dconfig.Tom Lane
2022-04-11Explicitly ignore guaranteed-true result from pgstat_lock_entry().Tom Lane
2022-04-11fgetc() returns int, not char.Tom Lane
2022-04-11Doc build fix: remove tab from filelist.sgml.Jeff Davis
2022-04-11Improve readability of SQL/JSON documentation.Andrew Dunstan
2022-04-11Add color support for new frontend detail/hint messagesPeter Eisentraut
2022-04-11Avoid re-writing files unnecessarily in src/tools/copyright.pl.Tom Lane
2022-04-11docs: Note the recovery_min_apply_delay bloats pg_wal.Robert Haas
2022-04-11Docs: Mention that relpersistence is for sequences now tooDavid Rowley
2022-04-11Fix various typos and spelling mistakes in code commentsDavid Rowley
2022-04-11Docs: Fix various mistakes and typosDavid 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-11doc: Clarify behavior of query planner locking with REINDEXMichael Paquier
2022-04-10Doc: fix typos in documentationDaniel Gustafsson
2022-04-10Doc: reformat descriptions of pgbench output formats.Tom Lane
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-09Doc: shorten JSON_SERIALIZE example to avoid a PDF build warning.Tom Lane
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-08Add JIT counters to pg_stat_statementsMagnus Hagander
2022-04-08Fix buildfarm failures in pg_walinspect tests.Jeff Davis
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-08pgstat: Update docs to match the shared memory stats reality.Andres Freund
2022-04-08pg_stat_statements: Track I/O timing for temporary file blocksMichael Paquier
2022-04-08Documentation for SQL/JSON featuresAndrew Dunstan
2022-04-08Track I/O timing for temporary file blocks in EXPLAIN (BUFFERS)Michael Paquier