Commit Graph

49006 Commits (24d2d38b1eb86c0b410ad0f07f66566a83c6f05c)
 

Author SHA1 Message Date
Peter Eisentraut a9d9bdd3ad Save errno across LWLockRelease() calls 6 years ago
Tom Lane 18d85e9b8a Further improve stability fix for partition_aggregate test. 6 years ago
Amit Kapila 6b466bf5f2 Allow pg_stat_statements to track WAL usage statistics. 6 years ago
Noah Misch 70de4e950c Add perl2host call missing from a new test file. 6 years ago
Tom Lane 07871d40c7 Remove bogus Assert, add some regression test cases showing why. 6 years ago
Noah Misch c6b92041d3 Skip WAL for new relfilenodes, under wal_level=minimal. 6 years ago
Peter Eisentraut 552fcebff0 Revert "Improve handling of parameter differences in physical replication" 6 years ago
Amit Kapila df3b181499 Add infrastructure to track WAL usage. 6 years ago
Jeff Davis 0588ee63aa Include chunk overhead in hash table entry size estimate. 6 years ago
Robert Haas 3e0d80fd8d Fix resource management bug with replication=database. 6 years ago
Robert Haas db1531cae0 Be more careful about time_t vs. pg_time_t in basebackup.c. 6 years ago
Robert Haas 9f8f881caa pg_validatebackup: Fix 'make clean' to remove tmp_check. 6 years ago
Robert Haas 19c0422ad0 pg_validatebackup: Adjust TAP tests to undo permissions change. 6 years ago
Robert Haas 460314db08 pg_validatebackup: Also use perl2host in TAP tests. 6 years ago
Tom Lane 0568e7a2a4 Cosmetic improvements for code related to partitionwise join. 6 years ago
Robert Haas 21dc48840c pg_validatebackup: Use tempdir_short in TAP tests. 6 years ago
Robert Haas 87e3004340 pg_validatebackup: Adjust TAP tests to placate perlcritic. 6 years ago
Robert Haas 0d8c9c1210 Generate backup manifests for base backups, and validate them. 6 years ago
Fujii Masao ce77abe63c Include information on buffer usage during planning phase, in EXPLAIN output, take two. 6 years ago
Tom Lane e41955faf0 Fix bugs in gin_fuzzy_search_limit processing. 6 years ago
Fujii Masao c0885c4c30 Improve stability of explain regression test. 6 years ago
Alvaro Herrera 347d2b07fc
Add a glossary to the documentation 6 years ago
Robert Haas 3031440e98 pg_waldump: Don't call XLogDumpDisplayStats() if -q is specified. 6 years ago
Robert Haas c12e43a2e0 Add checksum helper functions. 6 years ago
Tom Lane 6dd9f35779 Fix bogus CALLED_AS_TRIGGER() defenses. 6 years ago
Fujii Masao 19db23bcbd Revert "Include information on buffer usage during planning phase, in EXPLAIN output." 6 years ago
Fujii Masao 18808f8c89 Add wait events for recovery conflicts. 6 years ago
Michael Paquier 9d8ef98800 Add support for \aset in pgbench 6 years ago
Fujii Masao ed7a509571 Include information on buffer usage during planning phase, in EXPLAIN output. 6 years ago
Robert Haas ac44367efb pg_waldump: Add a --quiet option. 6 years ago
Tom Lane 7cb0a423f9 Improve stability fix for partition_aggregate test. 6 years ago
Bruce Momjian 8da1538b39 doc: remove unnecessary INNER keyword 6 years ago
Bruce Momjian c713dc2f7b doc: remove comma, related to commit 92d31085e9 6 years ago
Tom Lane 0b34e7d307 Improve user control over truncation of logged bind-parameter values. 6 years ago
Tomas Vondra 2c220ca46f Fix typo in SLRU stats documentation 6 years ago
David Rowley cefb82d49e Attempt to stabilize partitionwise_aggregate test 6 years ago
Peter Eisentraut 2991ac5fc9 Add SQL functions for Unicode normalization 6 years ago
Peter Eisentraut 070c3d3937 Fix whitespace 6 years ago
Peter Eisentraut 580a446c21 doc: Update for Unix-domain sockets on Windows 6 years ago
Peter Eisentraut c6e0edad46 Add some comments to some SQL features 6 years ago
Thomas Munro 37b3794dfc Add maintenance_io_concurrency to postgresql.conf.sample. 6 years ago
Amit Kapila 3a5e22138a Allow parallel vacuum to accumulate buffer usage. 6 years ago
Fujii Masao 17e0328224 Allow pg_stat_statements to track planning statistics. 6 years ago
Tomas Vondra 28cac71bd3 Collect statistics about SLRU caches 6 years ago
Tom Lane 17ca067995 Clean up parsing of ltree and lquery some more. 6 years ago
Tom Lane 949a9f043e Add support for binary I/O of ltree, lquery, and ltxtquery types. 6 years ago
Tom Lane 501b018799 Check equality semantics for unique indexes on partitioned tables. 6 years ago
Tom Lane a80818605e Improve selectivity estimation for assorted match-style operators. 6 years ago
Peter Eisentraut d8653f4687 Refactor code to look up local replication tuple 6 years ago
Peter Eisentraut 369623492d Update SQL features count 6 years ago