Commit Graph

50120 Commits (39a21ce06baa6734d52566c300aa55c2934f94de)
 

Author SHA1 Message Date
Michael Paquier 39a21ce06b doc: Mention requirement to --enable-tap-tests on section for TAP tests 5 years ago
David Rowley 409d9390e8 Doc: mention that VACUUM can't utilize over 1GB of RAM 5 years ago
Bruce Momjian 650e635901 doc: adjust "cities" example to be consistent with other SQL 5 years ago
Tom Lane 7fc97752d5 Don't try to print data type names in slot_store_error_callback(). 5 years ago
Andrew Dunstan 8d2be14028
add missing tag from commit b8c4261e5e 5 years ago
Andrew Dunstan bd0be7f7a4
Add new make targets world-bin and install-world-bin 5 years ago
Andrew Dunstan a8b564b0c9
Fix prove_installcheck to use correct paths when used with PGXS 5 years ago
Michael Paquier 41edb2db1b Fix incorrect PITR message for transaction ROLLBACK PREPARED 5 years ago
Tom Lane 1603deca34 Don't use abort(3) in libpq's fe-print.c. 5 years ago
Tom Lane be567deb3a Don't depend on -fwrapv semantics in pgbench's random() function. 5 years ago
Amit Kapila 741deb2603 Fix race condition in TransactionGroupUpdateXidStatus(). 5 years ago
Michael Paquier fd7bc10ab4 Add test for CREATE INDEX CONCURRENTLY with not-so-immutable predicate 5 years ago
Michael Paquier acb60edf02 Make index_set_state_flags() transactional 5 years ago
Tom Lane 2d09448654 Remove memory leaks in isolationtester. 5 years ago
Michael Paquier 88274a7a31 Remove non-existing variable reference in MSVC's Solution.pm 5 years ago
Michael Paquier 0455b7ccce Remove some useless logs from the TAP tests of pgbench 5 years ago
Tom Lane ba815f00a0 Remove unnecessary failure cases in RemoveRoleFromObjectPolicy(). 5 years ago
Tom Lane 4a20de9d9e Make walsenders show their replication commands in pg_stat_activity. 5 years ago
Michael Paquier af2e67b47a Cleanup some code related to pgbench log checks in TAP tests 5 years ago
Peter Eisentraut 372a2806eb doc: Change reloption data type spelling for consistency 5 years ago
Thomas Munro d9c05a9ec4 Prepare for forthcoming LLVM 13 API change. 5 years ago
Michael Paquier 7a9eaf111a Fix pattern matching logic for logs in TAP tests of pgbench 5 years ago
Amit Kapila 56e366f675 Fix ABI break introduced by commit 4daa140a2f. 5 years ago
Heikki Linnakangas 6fb377e5f7 Another fix to relmapper race condition. 5 years ago
Heikki Linnakangas 2a0ab13f8d Prevent race condition while reading relmapper file. 5 years ago
Amit Kapila 7a4ecefe9d Doc: Update caveats in synchronous logical replication. 5 years ago
Tom Lane 5179a1ab77 Allow non-quoted identifiers as isolation test session/step names. 5 years ago
Tom Lane 9aa06956ea Doc: fix confusion about LEAKPROOF in syntax summaries. 5 years ago
Tom Lane 13f3655683 Don't assume GSSAPI result strings are null-terminated. 5 years ago
Tom Lane b961bdfe16 Improve display of query results in isolation tests. 5 years ago
Tom Lane e2cde85ef2 Use annotations to reduce instability of isolation-test results. 5 years ago
Tom Lane 6f1321d5ae Restore the portal-level snapshot for simple expressions, too. 5 years ago
Thomas Munro 6dcb185bfc Back-patch "Tolerate version lookup failure for old style Windows locale names." 5 years ago
Tom Lane 33af10c598 Fix misbehavior of DROP OWNED BY with duplicate polroles entries. 5 years ago
Tom Lane 102f31a208 Avoid scribbling on input node tree in CREATE/ALTER DOMAIN. 5 years ago
Andrew Dunstan 5b6b5e5ee5
Don't set a fast default for anything but a plain table 5 years ago
Amit Kapila 357cb8f07f Fix valgrind issue in pgoutput.c. 5 years ago
Heikki Linnakangas 42f782be91 Tidy up GetMultiXactIdMembers()'s behavior on error 5 years ago
Peter Eisentraut 3989f8fb9d Fix subtransaction test for Python 3.10 5 years ago
Amit Kapila 9f7bba2629 Document a few caveats in synchronous logical replication. 5 years ago
Tom Lane d03a41d1c8 Fix plancache refcount leak after error in ExecuteQuery. 5 years ago
Heikki Linnakangas e89a8e30e0 Fix outdated comment that talked about seek position of WAL file. 5 years ago
Andrew Dunstan d906d106f8
Further refinement of stuck_on_old_timeline recovery test 5 years ago
Amit Kapila 602a32a685 Fix decoding of speculative aborts. 5 years ago
Tom Lane 2da5ddf834 Update variant expected-result file. 5 years ago
Tom Lane 0483ae7c51 Remove orphaned expected-result file. 5 years ago
Tom Lane bc7885b7f5 Work around portability issue with newer versions of mktime(). 5 years ago
Andrew Dunstan 47d5781cb1
Further tweaks to stuck_on_old_timeline recovery test 5 years ago
Michael Paquier 545aa6a593 Ignore more environment variables in pg_regress.c 5 years ago
Tom Lane 94e21021cd Restore robustness of TAP tests that wait for postmaster restart. 5 years ago