summaryrefslogtreecommitdiff
path: root/src/test/modules
AgeCommit message (Expand)Author
2021-06-23Improve display of query results in isolation tests.Tom Lane
2021-01-16Fix pg_dump for GRANT OPTION among initial privileges.Noah Misch
2020-10-07Rethink recent fix for pg_dump's handling of extension config tables.Tom Lane
2020-09-04Collect attribute data on extension owned tables being dumpedAndrew Dunstan
2020-08-21Fix handling of CREATE TABLE LIKE with inheritance.Tom Lane
2020-03-11Add pg_dump support for ALTER obj DEPENDS ON EXTENSIONAlvaro Herrera
2020-03-11Avoid duplicates in ALTER ... DEPENDS ON EXTENSIONAlvaro Herrera
2020-01-10doc: Fix naming of SELinuxMichael Paquier
2019-09-07Avoid using INFO elevel for what are fundamentally debug messages.Tom Lane
2019-06-30Move rolenames test out of the core regression tests.Tom Lane
2019-06-29Add an enforcement mechanism for global object names in regression tests.Tom Lane
2019-06-17Fix more typos and inconsistencies in the treeMichael Paquier
2019-06-13Fix double-word typosAlvaro Herrera
2019-06-08Fix assorted inconsistencies.Amit Kapila
2019-06-02worker_spi needs a .gitignore file now.Tom Lane
2019-06-02Increase test coverage for worker_spi by ∞%Alvaro Herrera
2019-05-22Initial pgperltidy run for v12.Tom Lane
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-04-23Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.Tom Lane
2019-04-12Fix more strcmp() calls using boolean-like comparisons for result checksMichael Paquier
2019-03-25Further code review for new integerset code.Tom Lane
2019-03-25Clean up the Simple-8b encoder code.Heikki Linnakangas
2019-03-22Fix yet more portability bugs in integerset and its tests.Heikki Linnakangas
2019-03-22More portability fixes for integerset tests.Heikki Linnakangas
2019-03-22Make printf format strings in test_integerset portable.Heikki Linnakangas
2019-03-22Make the integerset test more verbose.Heikki Linnakangas
2019-03-22Add IntegerSet, to hold large sets of 64-bit ints efficiently.Heikki Linnakangas
2019-03-01Teach optimizer's predtest.c more things about ScalarArrayOpExpr.Tom Lane
2019-02-09Solve cross-version-upgrade testing problem induced by 1fb57af92.Tom Lane
2019-02-09Create the infrastructure for planner support functions.Tom Lane
2019-01-29Refactor planner's header files.Tom Lane
2019-01-29Make some small planner API cleanups.Tom Lane
2019-01-26Simplify restriction handling of two-phase commit for temporary objectsMichael Paquier
2019-01-18Restrict the use of temporary namespace in two-phase transactionsMichael Paquier
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-11Fix test_rls_hooks to assign expression collations properly.Tom Lane
2018-12-03Add PGXS options to control TAP and isolation tests, take twoMichael Paquier
2018-11-29Add missing NO_INSTALLCHECK in commit_ts and test_rls_hooksMichael Paquier
2018-11-26Revert all new recent changes to add PGXS options for TAP and isolationMichael Paquier
2018-11-26Add PGXS options to control TAP and isolation testsMichael Paquier
2018-11-23Silence compiler warningsAlvaro Herrera
2018-11-23Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro
2018-11-20Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-11-06Rename rbtree.c functions to use "rbt" prefix not "rb" prefix.Tom Lane
2018-10-06Fix event triggers for partitioned tablesAlvaro Herrera
2018-09-30Create an RTE field to record the query's lock mode for each relation.Tom Lane
2018-09-26Rework activation of commit timestamps during recoveryMichael Paquier
2018-07-18Use a ResourceOwner to track buffer pins in all cases.Tom Lane
2018-05-09Restrict vertical tightness to parentheses in Perl codeAndrew Dunstan
2018-04-27perltidy: Add option --nooutdent-long-commentsPeter Eisentraut