aboutsummaryrefslogtreecommitdiff
path: root/src/test/modules
Commit message (Expand)AuthorAge
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-04
* Represent command completion tags as structsAlvaro Herrera2020-03-02
* Remove support for upgrading extensions from "unpackaged" state.Tom Lane2020-02-19
* Restructure ALTER TABLE execution to fix assorted bugs.Tom Lane2020-01-15
* Introduce IndexAM fields for parallel vacuum.Amit Kapila2020-01-15
* doc: Fix naming of SELinuxMichael Paquier2020-01-10
* Make parser rely more heavily on the ParseNamespaceItem data structure.Tom Lane2020-01-02
* Update copyrights for 2020Bruce Momjian2020-01-01
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-27
* Rename files and headers related to index AMMichael Paquier2019-12-25
* Disallow dropping rules on system tables by defaultPeter Eisentraut2019-12-20
* Fix alter_system_table testPeter Eisentraut2019-12-03
* Add a regression test for allow_system_table_modsPeter Eisentraut2019-11-29
* Make the order of the header file includes consistent.Amit Kapila2019-11-25
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Refactor code building relation optionsMichael Paquier2019-11-05
* Make the order of the header file includes consistent in non-backend modules.Amit Kapila2019-10-25
* Revert hooks for session start and end, take twoMichael Paquier2019-10-02
* Fix test_session_hooks with parallel workersMichael Paquier2019-10-01
* Add hooks for session start and session end, take twoMichael Paquier2019-10-01
* Fix lockmode initialization for custom relation optionsMichael Paquier2019-09-27
* Update expected output for dummy_index_amAlvaro Herrera2019-09-25
* Support reloptions of enum typeAlvaro Herrera2019-09-25
* Make more stable regression tests of dummy_index_am for string validationsMichael Paquier2019-09-25
* Add dummy_index_am to src/test/modules/Michael Paquier2019-09-25
* Avoid using INFO elevel for what are fundamentally debug messages.Tom Lane2019-09-07
* Add .gitignore file forgotten in commit bde7493d1.Tom Lane2019-08-28
* Fix overflow check and comment in GIN posting list encoding.Heikki Linnakangas2019-08-28
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-19
* Add missing fmgr.h include.Andres Freund2019-08-16
* Move rolenames test out of the core regression tests.Tom Lane2019-06-30
* Add an enforcement mechanism for global object names in regression tests.Tom Lane2019-06-29
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-17
* Fix double-word typosAlvaro Herrera2019-06-13
* Fix assorted inconsistencies.Amit Kapila2019-06-08
* worker_spi needs a .gitignore file now.Tom Lane2019-06-02
* Increase test coverage for worker_spi by ∞%Alvaro Herrera2019-06-02
* Initial pgperltidy run for v12.Tom Lane2019-05-22
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.Tom Lane2019-04-23
* Fix more strcmp() calls using boolean-like comparisons for result checksMichael Paquier2019-04-12
* Further code review for new integerset code.Tom Lane2019-03-25
* Clean up the Simple-8b encoder code.Heikki Linnakangas2019-03-25
* Fix yet more portability bugs in integerset and its tests.Heikki Linnakangas2019-03-22
* More portability fixes for integerset tests.Heikki Linnakangas2019-03-22
* Make printf format strings in test_integerset portable.Heikki Linnakangas2019-03-22
* Make the integerset test more verbose.Heikki Linnakangas2019-03-22
* Add IntegerSet, to hold large sets of 64-bit ints efficiently.Heikki Linnakangas2019-03-22
* Teach optimizer's predtest.c more things about ScalarArrayOpExpr.Tom Lane2019-03-01
* Solve cross-version-upgrade testing problem induced by 1fb57af92.Tom Lane2019-02-09