Commit Graph

53401 Commits (0b018fabaaba77e39539ce7eb71e34a90ceb0825)
 

Author SHA1 Message Date
Peter Geoghegan 0b018fabaa Set relfrozenxid to oldest extant XID seen by VACUUM. 4 years ago
Peter Geoghegan 05023a237c Doc: Add relfrozenxid Tip to XID wraparound section. 4 years ago
Tom Lane e39f990467 Fix overflow hazards in interval input and output conversions. 4 years ago
Peter Geoghegan f7e4d5c64f Doc: Clarify the role of aggressive VACUUMs. 4 years ago
Tom Lane 1b208ebaf1 Add a couple more tests for interval input decoding. 4 years ago
Peter Geoghegan 14bf1e8313 vacuumlazy.c: Clean up variable declarations. 4 years ago
Joe Conway 9752436f04 Use has_privs_for_roles for predefined role checks: round 2 4 years ago
Alvaro Herrera cfdd03f45e
Allow CLUSTER on partitioned tables 4 years ago
Peter Geoghegan b7c485fb93 Doc: Remove MultiXact wraparound section link. 4 years ago
Alvaro Herrera 0af504733c
Remove excess semicolon in MERGE docs 4 years ago
Andrew Dunstan c6dc6a0124 Use ORDER BY in catalog results in SQL/JSON tests 4 years ago
John Naylor 6974924347 Specialize tuplesort routines for different kinds of abbreviated keys 4 years ago
Peter Eisentraut db086de5ab Remove obsolete comment 4 years ago
Michael Paquier d2a2ce4184 Make upgradecheck a no-op in MSVC's vcregress.pl 4 years ago
Michael Paquier d43085d12e pageinspect: Use better macros to get special page area for GIN and GiST 4 years ago
Peter Eisentraut 465ab24296 libpq: Fix pkg-config without OpenSSL 4 years ago
Tom Lane 479b69a4a5 Set minimum required version of zstd as 1.4.0. 4 years ago
Peter Eisentraut c1932e5428 libpq: Allow IP address SANs in server certificates 4 years ago
Robert Haas fa25bebb82 docs: Changing column type doesn't always require an index rebuild. 4 years ago
Peter Eisentraut af9e180495 Add SSL tests for IP addresses in certificates 4 years ago
Peter Eisentraut 5519d5affd psql: Refactor ProcessResult() 4 years ago
Michael Paquier d16773cdc8 Add macros in hash and btree AMs to get the special area of their pages 4 years ago
Michael Paquier 73db8f4d17 Improve handling and logging of TAP tests for pg_upgrade 4 years ago
Michael Paquier 322becb608 Switch the regression tests of pg_upgrade to use TAP tests 4 years ago
Tom Lane fb691bbb4c Keep plpgsql.h C++-clean. 4 years ago
Tom Lane 53ef6c40f1 Expose a few more PL/pgSQL functions to debugger plugins. 4 years ago
Andrew Dunstan 9f91344223 Fix comments with "a expression" 4 years ago
Andrew Dunstan 49082c2cc3 RETURNING clause for JSON() and JSON_SCALAR() 4 years ago
Robert Haas ad43a413c4 initdb: When running CREATE DATABASE, use STRATEGY = WAL_COPY. 4 years ago
Tom Lane f3dd9fe1dd Fix postgres_fdw to check shippability of sort clauses properly. 4 years ago
Andres Freund 28bdfa2adf Print information about type of test and subdirectory before running tests. 4 years ago
Andrew Dunstan d5f43a1a10
Remove use of perl parent module in Cluster.pm 4 years ago
Robert Haas fea1cc49e4 In basebackup_to_shell tests, properly set up pg_hba.conf. 4 years ago
Peter Eisentraut 8910a25fef psql: Refactor SendQuery() 4 years ago
Tom Lane 878e64d0f8 Add missing newline in one libpq error message. 4 years ago
Peter Eisentraut d3ab618290 psql: Add tests for \errverbose 4 years ago
Andrew Dunstan ddee016b34
Fix comment typo in PotsgreSQL::Test::Cluster module 4 years ago
Daniel Gustafsson 4e31c46e1e doc: Fix typo in ANALYZE documentation 4 years ago
Daniel Gustafsson 2beb4acff1 Add diagnostic output on error in pump_until 4 years ago
Amit Kapila 8f2e2bbf14 Raise a WARNING for missing publications. 4 years ago
Michael Paquier 8ac4c25a05 Clean up some dead code in pg_dump with tar format and gzip compression 4 years ago
Tom Lane f8e0d900af Add .gitignore for basebackup_to_shell. 4 years ago
Tomas Vondra db0d67db24 Optimize order of GROUP BY keys 4 years ago
Andrew Dunstan 606948b058 SQL JSON functions 4 years ago
Robert Haas 8e053dc6df Fix possible NULL-pointer-deference in backup_compression.c. 4 years ago
Robert Haas 027fa0fd72 basebackup_to_shell: Add TAP test. 4 years ago
Robert Haas 26a0c025e2 Document basebackup_to_shell.required_role. 4 years ago
Peter Eisentraut 7ae1619bc5 Add range_agg with multirange inputs 4 years ago
Andres Freund ff50baec65 ci: enable zstd where available. 4 years ago
Peter Eisentraut f453d684ec Change some internal error messages to elogs 4 years ago