summaryrefslogtreecommitdiff
path: root/src/test/modules
AgeCommit message (Expand)Author
2020-02-19Remove support for upgrading extensions from "unpackaged" state.Tom Lane
2020-01-15Restructure ALTER TABLE execution to fix assorted bugs.Tom Lane
2020-01-15Introduce IndexAM fields for parallel vacuum.Amit Kapila
2020-01-10doc: Fix naming of SELinuxMichael Paquier
2020-01-02Make parser rely more heavily on the ParseNamespaceItem data structure.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-26Revert "Rename files and headers related to index AM"Michael Paquier
2019-12-25Rename files and headers related to index AMMichael Paquier
2019-12-20Disallow dropping rules on system tables by defaultPeter Eisentraut
2019-12-03Fix alter_system_table testPeter Eisentraut
2019-11-29Add a regression test for allow_system_table_modsPeter Eisentraut
2019-11-25Make the order of the header file includes consistent.Amit Kapila
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-11-05Refactor code building relation optionsMichael Paquier
2019-10-25Make the order of the header file includes consistent in non-backend modules.Amit Kapila
2019-10-02Revert hooks for session start and end, take twoMichael Paquier
2019-10-01Fix test_session_hooks with parallel workersMichael Paquier
2019-10-01Add hooks for session start and session end, take twoMichael Paquier
2019-09-27Fix lockmode initialization for custom relation optionsMichael Paquier
2019-09-25Update expected output for dummy_index_amAlvaro Herrera
2019-09-25Support reloptions of enum typeAlvaro Herrera
2019-09-25Make more stable regression tests of dummy_index_am for string validationsMichael Paquier
2019-09-25Add dummy_index_am to src/test/modules/Michael Paquier
2019-09-07Avoid using INFO elevel for what are fundamentally debug messages.Tom Lane
2019-08-28Add .gitignore file forgotten in commit bde7493d1.Tom Lane
2019-08-28Fix overflow check and comment in GIN posting list encoding.Heikki Linnakangas
2019-08-19Fix inconsistencies and typos in the tree, take 11Michael Paquier
2019-08-16Add missing fmgr.h include.Andres Freund
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