summaryrefslogtreecommitdiff
path: root/src/test/modules
AgeCommit message (Expand)Author
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-10Solve 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-25Add 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-21Remove 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
2018-04-27perltidy: Add option --nooutdent-long-quotesPeter Eisentraut
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-25Reindent Perl files with perltidy version 20170521.Tom Lane
2018-04-09Fix partial-build problems introduced by having more generated headers.Tom Lane
2018-04-08Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.Tom Lane
2018-04-05Fix worker_spi for new parameter to initialize connectionMagnus Hagander
2018-04-04Rewrite pg_dump TAP testsStephen Frost
2018-04-03Fix GCC 7 snprintf() compiler warning.Andres Freund
2018-04-01Add Bloom filter implementation.Andres Freund