Commit Graph

46955 Commits (f6b39171f3d65155b9390c2c69bc5b3469f923a8)
 

Author SHA1 Message Date
Andres Freund f6b39171f3 docs: cleanup/remove/update references to OID column. 7 years ago
Alvaro Herrera 421a2c4832 Tie loose ends in psql's new \dP command 7 years ago
Alvaro Herrera b036982db7 psql: display tablespace for partitioned indexes 7 years ago
Bruce Momjian fb9c475597 postgresql.conf.sample: add proper defaults for include actions 7 years ago
Bruce Momjian 64bbe10399 docs: clarify pg_upgrade's recovery behavior 7 years ago
Tom Lane 1a75c1d0c5 Fix unportable code in pgbench. 7 years ago
Tom Lane 8cde7f4948 Fix assorted minor bogosity in GSSAPI transport error messages. 7 years ago
Tom Lane b4f96d69ad Minor jsonpath fixes. 7 years ago
Magnus Hagander 252b707bc4 Return NULL for checksum failures if checksums are not enabled 7 years ago
Michael Paquier 9010156445 Fix thinko introduced by 82a5649 in slot.c 7 years ago
Michael Paquier 47ac2033d4 Simplify some ERROR paths clearing wait events and transient files 7 years ago
Michael Paquier a6dcf9df4d Rework handling of invalid indexes with REINDEX CONCURRENTLY 7 years ago
Fujii Masao c8e0f6bbdb Add index terms for reloptions in documentation. 7 years ago
Peter Eisentraut e446cde16d Better scaling of images in HTML output 7 years ago
Michael Paquier 5ed4b123b6 Remove duplicate assignment when initializing logical decoder context 7 years ago
Noah Misch e12a472612 Don't write to stdin of a test process that could have already exited. 7 years ago
Tom Lane dde7fb7836 Use [FLEXIBLE_ARRAY_MEMBER] not [1] in MultiSortSupportData. 7 years ago
Tomas Vondra dbb984128e Convert pre-existing stats_ext tests to new style 7 years ago
Tomas Vondra 3824ca30d1 Fix pg_mcv_list deserialization 7 years ago
Tom Lane 4b40e44f07 Fix failure with textual partition hash keys. 7 years ago
Tom Lane 47169c2550 Avoid possible regression test instability in timestamp.sql. 7 years ago
Alexander Korotkov 1e87198182 Fix division by zero in _bt_vacuum_needs_cleanup() 7 years ago
Etsuro Fujita 3a45321a49 Fix thinko in ExecCleanupTupleRouting(). 7 years ago
Peter Eisentraut abb9c63b2c Unbreak index optimization for LIKE on bytea 7 years ago
Michael Paquier c34677fdaa Fix SHOW ALL command for non-superusers with replication connection 7 years ago
Noah Misch 4ab02e8156 Test both 0.0.0.0 and 127.0.0.x addresses to find a usable port. 7 years ago
Michael Paquier d9f543e9e9 Switch TAP tests of pg_rewind to use non-superuser role, take two 7 years ago
Noah Misch 9daefff122 MSYS: Translate REGRESS_SHLIB to a Windows file name. 7 years ago
Noah Misch 947a35014f When Perl "kill(9, ...)" fails, try "pg_ctl kill". 7 years ago
Tom Lane 5f1433ac5e Prevent memory leaks associated with relcache rd_partcheck structures. 7 years ago
Noah Misch c098509927 Consistently test for in-use shared memory. 7 years ago
Michael Paquier db8db624e8 Revert "Switch TAP tests of pg_rewind to use a role with minimal permissions" 7 years ago
Magnus Hagander 77bd49adba Show shared object statistics in pg_stat_database 7 years ago
Peter Eisentraut ef6f30fe77 Fix REINDEX CONCURRENTLY of partitions 7 years ago
Thomas Munro f7feb020c3 Fix GetNewTransactionId()'s interaction with xidVacLimit. 7 years ago
Michael Paquier d87ab88686 Fix typos in reloptions.c 7 years ago
Michael Paquier d4e2a843e6 Switch TAP tests of pg_rewind to use a role with minimal permissions 7 years ago
Michael Paquier d527fda621 Fix more strcmp() calls using boolean-like comparisons for result checks 7 years ago
Tom Lane 798070ec05 Re-order some regression test scripts for more parallelism. 7 years ago
Tom Lane 5874c70557 Speed up sort-order-comparison tests in create_index_spgist. 7 years ago
Tom Lane 385d396b80 Split up a couple of long-running regression test scripts. 7 years ago
Tom Lane 6726d8d476 Move plpgsql error-trapping tests to a new module-specific test file. 7 years ago
Michael Meskes ed16ba3248 Fix off-by-one check that can lead to a memory overflow in ecpg. 7 years ago
Tom Lane 4aaa3b5cf1 Remove duplicative polygon SP-GiST sequencing test. 7 years ago
Bruce Momjian d4888a3f76 doc: adjust libpq wording to be neither/nor 7 years ago
Tom Lane f72d9a5e7d Remove redundant and ineffective test for btree insertion fast path. 7 years ago
Alvaro Herrera 65d857d92c Fix declaration after statement 7 years ago
Tom Lane 4cae471d1b Fix backwards test in operator_precedence_warning logic. 7 years ago
Peter Eisentraut 765525c8c2 pg_restore: Make not verbose by default 7 years ago
Amit Kapila bdf35744bd Avoid counting transaction stats for parallel worker cooperating 7 years ago