| 2022-04-19 |
Robert Haas | backend-private struct xlogacceptwrites |
commit | commitdiff | tree |
| 2022-04-19 |
Robert Haas | Remove previous timeline ID from checkpoint. |
commit | commitdiff | tree |
| 2022-04-19 |
Robert Haas | Remove the end-of-recovery checkpoint in all cases. |
commit | commitdiff | tree |
| 2022-04-19 |
Tatsuo Ishii | Fix aggregate logging of pgbench. |
commit | commitdiff | tree |
| 2022-04-19 |
Amit Kapila | Fix the check to limit sync workers. |
commit | commitdiff | tree |
| 2022-04-19 |
Tom Lane | Add missing error handling in pg_md5_hash(). |
commit | commitdiff | tree |
| 2022-04-18 |
Tom Lane | Avoid invalid array reference in transformAlterTableStmt(). |
commit | commitdiff | tree |
| 2022-04-18 |
Michael Paquier | Fix second race condition in 002_archiving.pl with... |
commit | commitdiff | tree |
| 2022-04-18 |
Amit Kapila | Add additional documentation for row filters. |
commit | commitdiff | tree |
| 2022-04-18 |
Michael Paquier | Fix race in TAP test 002_archiving.pl when restoring... |
commit | commitdiff | tree |
| 2022-04-18 |
Michael Paquier | Handle compression level in pg_receivewal for LZ4 |
commit | commitdiff | tree |
| 2022-04-17 |
Noah Misch | Add a temp-install prerequisite to src/interfaces/ecpg... |
commit | commitdiff | tree |
| 2022-04-16 |
Thomas Munro | Don't retry restore_command while reading ahead. |
commit | commitdiff | tree |
| 2022-04-16 |
Andres Freund | pgstat: Use correct lock level in pgstat_drop_all_entri... |
commit | commitdiff | tree |
| 2022-04-16 |
Tom Lane | Fix incorrect logic in HaveRegisteredOrActiveSnapshot(). |
commit | commitdiff | tree |
| 2022-04-16 |
Andrew Dunstan | Build libpq test programs under MSVC |
commit | commitdiff | tree |
| 2022-04-16 |
Peter Eisentraut | Fix some trailing whitespace in documentation files |
commit | commitdiff | tree |
| 2022-04-16 |
Noah Misch | Use standard timeout, in 010_pg_basebackup.pl. |
commit | commitdiff | tree |
| 2022-04-15 |
Peter Geoghegan | Fix multi-table VACUUM VERBOSE accounting. |
commit | commitdiff | tree |
| 2022-04-15 |
Tom Lane | psql: fix \l display for pre-v15 databases. |
commit | commitdiff | tree |
| 2022-04-15 |
Tom Lane | Tighten ComputeXidHorizons' handling of walsenders. |
commit | commitdiff | tree |
| 2022-04-15 |
Peter Geoghegan | VACUUM VERBOSE: Show dead items for an empty table. |
commit | commitdiff | tree |
| 2022-04-15 |
Peter Geoghegan | Adjust VACUUM's removable cutoff log message. |
commit | commitdiff | tree |
| 2022-04-15 |
Tom Lane | Revert "Temporarily add some probes of tenk1's relallvi... |
commit | commitdiff | tree |
| 2022-04-15 |
Andrew Dunstan | Small cleanups in SQL/JSON code |
commit | commitdiff | tree |
| 2022-04-15 |
Andres Freund | pgstat: set timestamps of fixed-numbered stats after... |
commit | commitdiff | tree |
| 2022-04-14 |
Alvaro Herrera | Have CLUSTER ignore partitions not owned by caller |
commit | commitdiff | tree |
| 2022-04-14 |
Alvaro Herrera | Reword text on ROW SHARE lock as acquired by SELECT... |
commit | commitdiff | tree |
| 2022-04-14 |
Tom Lane | Temporarily add some probes of tenk1's relallvisible... |
commit | commitdiff | tree |
| 2022-04-14 |
Andrew Dunstan | Improve a couple of sql/json error messages |
commit | commitdiff | tree |
| 2022-04-14 |
Andrew Dunstan | Fix transformJsonBehavior |
commit | commitdiff | tree |
| 2022-04-14 |
Michael Paquier | pageinspect: Fix handling of all-zero pages |
commit | commitdiff | tree |
| 2022-04-13 |
David Rowley | Add missing spaces after single-line comments |
commit | commitdiff | tree |
| 2022-04-13 |
David Rowley | Docs: fix some spelling mistakes and also do some words... |
commit | commitdiff | tree |
| 2022-04-13 |
Tom Lane | Fix case sensitivity in psql's tab completion for GUC... |
commit | commitdiff | tree |
| 2022-04-13 |
Tom Lane | Further tweak the default behavior of psql's \dconfig. |
commit | commitdiff | tree |
| 2022-04-13 |
Tom Lane | Prevent access to no-longer-pinned buffer in heapam_tup... |
commit | commitdiff | tree |
| 2022-04-13 |
Alvaro Herrera | Remove extraneous blank lines before block-closing... |
commit | commitdiff | tree |
| 2022-04-13 |
Alvaro Herrera | Release cache tuple when no longer needed |
commit | commitdiff | tree |
| 2022-04-13 |
Andrew Dunstan | Fix finalization for json_objectagg and friends |
commit | commitdiff | tree |
| 2022-04-13 |
Peter Eisentraut | Fix incorrect format placeholders |
commit | commitdiff | tree |
| 2022-04-13 |
David Rowley | Docs: wording improvement for compute_query_id = regress |
commit | commitdiff | tree |
| 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 |
| next |