Commit Graph

53530 Commits (9debd123483b970a53ba0e3de51c6234f3044df0)
 

Author SHA1 Message Date
Peter Geoghegan 9debd12348 Remove comment about historic heap vacuuming issue. 4 years ago
Tom Lane 9de692c101 Remove dead code in do_pg_backup_start(). 4 years ago
Tom Lane 5e70d8b5d1 Tweak the default behavior of psql's \dconfig. 4 years ago
Tom Lane 3c702b3ed1 Explicitly ignore guaranteed-true result from pgstat_lock_entry(). 4 years ago
Tom Lane 93fcf2d209 fgetc() returns int, not char. 4 years ago
Jeff Davis 8638c76cc9 Doc build fix: remove tab from filelist.sgml. 4 years ago
Andrew Dunstan b46bcf7a4b Improve readability of SQL/JSON documentation. 4 years ago
Peter Eisentraut c215cc7b61 Add color support for new frontend detail/hint messages 4 years ago
Tom Lane dfd0f2bbc5 Avoid re-writing files unnecessarily in src/tools/copyright.pl. 4 years ago
Robert Haas ad385a494f docs: Note the recovery_min_apply_delay bloats pg_wal. 4 years ago
David Rowley e0064f0ff6 Docs: Mention that relpersistence is for sequences now too 4 years ago
David Rowley b0e5f02ddc Fix various typos and spelling mistakes in code comments 4 years ago
David Rowley bba3c35b29 Docs: Fix various mistakes and typos 4 years ago
Michael Paquier 7597cc3083 Fix the dates of some copyright notices 4 years ago
Peter Eisentraut 0c65177a21 Put new command-line options into alphabetical order in help output 4 years ago
Michael Paquier 8ac700acff doc: Clarify behavior of query planner locking with REINDEX 4 years ago
Daniel Gustafsson cd959b1b06 Doc: fix typos in documentation 4 years ago
Tom Lane b6b8824ee7 Doc: reformat descriptions of pgbench output formats. 4 years ago
Andrew Dunstan c835dcdab6
Fix pgperlsyncheck following SSL TAP test refactoring 4 years ago
Andrew Dunstan 3b0a42e74e
Add timestamp and elapsed time decorations to TAP test logs 4 years ago
Tom Lane 7b735f8b52 Doc: shorten JSON_SERIALIZE example to avoid a PDF build warning. 4 years ago
Peter Eisentraut 80c877271a Fix whitespace 4 years ago
Peter Eisentraut 38abc39c81 Add missing serial commas 4 years ago
Peter Eisentraut fc5b83bb60 Add missing source files to nls.mk 4 years ago
Tom Lane c0d1c641cb Silence compiler warnings for unsupported compression methods. 4 years ago
Tom Lane 9a374b77fb Improve frontend error logging style. 4 years ago
Tom Lane 5c431c7fb3 Fix busted .gitignore entry. 4 years ago
Robert Haas f37015a161 Rename delayChkpt to delayChkptFlags. 4 years ago
Peter Eisentraut 891624f0ec psql: Fix translation marking 4 years ago
Robert Haas 8ec569479f Apply PGDLLIMPORT markings broadly. 4 years ago
Robert Haas 80900d4690 Helper script to apply PGDLLIMPORT markings. 4 years ago
Magnus Hagander 57d6aea00f Add JIT counters to pg_stat_statements 4 years ago
Jeff Davis dad9ba1c82 Fix buildfarm failures in pg_walinspect tests. 4 years ago
Jeff Davis 12aaae5131 Check XLogRecHasBlockRef() before XLogRecHasBlockImage(). 4 years ago
Jeff Davis 1562e92c62 Fix buildfarm failure from commit 2258e76f90. 4 years ago
Jeff Davis 2258e76f90 Add contrib/pg_walinspect. 4 years ago
Peter Eisentraut 708007dced Remove error message hints mentioning configure options 4 years ago
Andres Freund b3abca6810 pgstat: Update docs to match the shared memory stats reality. 4 years ago
Michael Paquier 76cbf7edb6 pg_stat_statements: Track I/O timing for temporary file blocks 4 years ago
Andrew Dunstan a6baa4badd Documentation for SQL/JSON features 4 years ago
Michael Paquier efb0ef909f Track I/O timing for temporary file blocks in EXPLAIN (BUFFERS) 4 years ago
Thomas Munro dafae9707a Fix recovery_prefetch docs. 4 years ago
Andres Freund d6c0db1483 pgstat: Hide instability in stats.spec with -DCATCACHE_FORCE_RELEASE. 4 years ago
Andres Freund 5264add784 pgstat: add/extend tests for resetting various kinds of stats. 4 years ago
Peter Geoghegan 10a8d13823 Truncate line pointer array during heap pruning. 4 years ago
David Rowley 9d9c02ccd1 Teach planner and executor about monotonic window funcs 4 years ago
Tom Lane 2f4d0d6799 Extend plsample example to include a trigger handler. 4 years ago
Andres Freund 9f8a050f68 Add minimal tests for recovery conflict handling. 4 years ago
Andres Freund 53b9cd20d4 pgstat: test stats interactions with physical replication. 4 years ago
Alvaro Herrera a90641eac2
Revert "Rewrite some RI code to avoid using SPI" 4 years ago