Commit Graph

168 Commits (a1b8c41e990ec0f083e9b684700a07640d5a356a)

Author SHA1 Message Date
Tom Lane a1b8c41e99 Make some small planner API cleanups. 7 years ago
Michael Paquier c9b75c5838 Simplify restriction handling of two-phase commit for temporary objects 7 years ago
Michael Paquier c5660e0aa5 Restrict the use of temporary namespace in two-phase transactions 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Tom Lane 7a28e9aa0f Fix test_rls_hooks to assign expression collations properly. 7 years ago
Michael Paquier d3c09b9b13 Add PGXS options to control TAP and isolation tests, take two 7 years ago
Michael Paquier d79fb5d237 Add missing NO_INSTALLCHECK in commit_ts and test_rls_hooks 7 years ago
Michael Paquier 1d7dd18686 Revert all new recent changes to add PGXS options for TAP and isolation 7 years ago
Michael Paquier 03faa4a8dd Add PGXS options to control TAP and isolation tests 7 years ago
Alvaro Herrera 3be5fe2b10 Silence compiler warnings 7 years ago
Thomas Munro cfdf4dc4fc Add WL_EXIT_ON_PM_DEATH pseudo-event. 7 years ago
Andres Freund 578b229718 Remove WITH OIDS support, change oid catalog column visibility. 7 years ago
Tom Lane 003c68a3b4 Rename rbtree.c functions to use "rbt" prefix not "rb" prefix. 7 years ago
Alvaro Herrera ad08006ba0 Fix event triggers for partitioned tables 7 years ago
Tom Lane fdba460a26 Create an RTE field to record the query's lock mode for each relation. 7 years ago
Michael Paquier 8d28bf500f Rework activation of commit timestamps during recovery 7 years ago
Tom Lane 3cb646264e Use a ResourceOwner to track buffer pins in all cases. 8 years ago
Andrew Dunstan 35361ee788 Restrict vertical tightness to parentheses in Perl code 8 years ago
Peter Eisentraut 76ece16974 perltidy: Add option --nooutdent-long-comments 8 years ago
Peter Eisentraut d4f16d5071 perltidy: Add option --nooutdent-long-quotes 8 years ago
Tom Lane bdf46af748 Post-feature-freeze pgindent run. 8 years ago
Tom Lane f04d4ac919 Reindent Perl files with perltidy version 20170521. 8 years ago
Tom Lane 3b8f6e75f3 Fix partial-build problems introduced by having more generated headers. 8 years ago
Tom Lane 9c0a0de4c9 Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h. 8 years ago
Magnus Hagander 6a5f796b48 Fix worker_spi for new parameter to initialize connection 8 years ago
Stephen Frost 446f7f5d78 Rewrite pg_dump TAP tests 8 years ago
Andres Freund 2b3031559a Fix GCC 7 snprintf() compiler warning. 8 years ago
Andres Freund 51bc271790 Add Bloom filter implementation. 8 years ago
Tom Lane 0f0deb7194 Improve predtest.c's handling of cases with NULL-constant inputs. 8 years ago
Alvaro Herrera a446a1c70f test_ddl_deparse: rename matview 8 years ago
Alvaro Herrera e69f5e0efc test_ddl_deparse: Don't use pg_class as source for a matview 8 years ago
Tom Lane 4a4e2442a7 Fix improper uses of canonicalize_qual(). 8 years ago
Tom Lane 5748f3a0aa Improve predtest.c's internal docs, and enhance its functionality a bit. 8 years ago
Tom Lane a63c3274a6 Fix test_predtest's idea of what weak refutation means. 8 years ago
Tom Lane 44468f49bb Add test scaffolding for exercising optimizer's predicate-proof logic. 8 years ago
Tom Lane fb533e45f9 Schema-qualify references in test_ddl_deparse test script. 8 years ago
Tom Lane 3d2aed664e Avoid using unsafe search_path settings during dump and restore. 8 years ago
Peter Eisentraut 8b9e9644dc Replace AclObjectKind with ObjectType 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Andrew Dunstan 98d54bb779 Back out the session_start and session_end hooks feature. 8 years ago
Andrew Dunstan 745948422c Disable installcheck tests for test_session_hooks 8 years ago
Andrew Dunstan 9989f92aab Disable test_session_hooks test module until buildfarm issues are sorted out 8 years ago
Andrew Dunstan cd8ce3a22c Add hooks for session start and session end 8 years ago
Noah Misch c66b438db6 Add a temp-install prerequisite to "check"-like targets not having one. 8 years ago
Tom Lane fa5e119dc7 Add missing clean step to src/test/modules/brin/Makefile. 8 years ago
Peter Eisentraut 5373bc2a08 Add background worker type 8 years ago
Alvaro Herrera 404ba54e8f Test BRIN autosummarization 8 years ago
Tom Lane 610bbdd8ac Add a test harness for the red-black tree code. 8 years ago
Peter Eisentraut a1ef920e27 Remove uses of "slave" in replication contexts 9 years ago
Alvaro Herrera ca793c59a5 commit_ts test: Set node name in test 9 years ago