summaryrefslogtreecommitdiff
path: root/src/test/modules
Commit message (Expand)AuthorAgeFilesLines
* Further fixes for ssl_passphrase_callback test module.Tom Lane2020-03-251-7/+3
* Don't listen to localhost in ssl_passphrase_callback testAndrew Dunstan2020-03-251-1/+0
* Fix assorted portability issues in commit 896fcdb23.Tom Lane2020-03-252-1/+5
* Provide a TLS init hookAndrew Dunstan2020-03-257-0/+247
* Add pg_dump support for ALTER obj DEPENDS ON EXTENSIONAlvaro Herrera2020-03-111-0/+32
* Avoid duplicates in ALTER ... DEPENDS ON EXTENSIONAlvaro Herrera2020-03-112-0/+4
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-041-2/+2
* Represent command completion tags as structsAlvaro Herrera2020-03-021-1/+1
* Remove support for upgrading extensions from "unpackaged" state.Tom Lane2020-02-192-11/+1
* Restructure ALTER TABLE execution to fix assorted bugs.Tom Lane2020-01-151-3/+0
* Introduce IndexAM fields for parallel vacuum.Amit Kapila2020-01-151-0/+3
* doc: Fix naming of SELinuxMichael Paquier2020-01-101-10/+8
* Make parser rely more heavily on the ParseNamespaceItem data structure.Tom Lane2020-01-021-9/+10
* Update copyrights for 2020Bruce Momjian2020-01-0116-16/+16
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-271-1/+1
* Rename files and headers related to index AMMichael Paquier2019-12-251-1/+1
* Disallow dropping rules on system tables by defaultPeter Eisentraut2019-12-202-2/+19
* Fix alter_system_table testPeter Eisentraut2019-12-032-0/+4
* Add a regression test for allow_system_table_modsPeter Eisentraut2019-11-293-1/+354
* Make the order of the header file includes consistent.Amit Kapila2019-11-251-1/+1
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-058-8/+26
* Refactor code building relation optionsMichael Paquier2019-11-051-11/+4
* Make the order of the header file includes consistent in non-backend modules.Amit Kapila2019-10-254-11/+7
* Revert hooks for session start and end, take twoMichael Paquier2019-10-028-252/+0
* Fix test_session_hooks with parallel workersMichael Paquier2019-10-011-0/+9
* Add hooks for session start and session end, take twoMichael Paquier2019-10-018-0/+243
* Fix lockmode initialization for custom relation optionsMichael Paquier2019-09-273-1/+5
* Update expected output for dummy_index_amAlvaro Herrera2019-09-251-1/+25
* Support reloptions of enum typeAlvaro Herrera2019-09-252-7/+40
* Make more stable regression tests of dummy_index_am for string validationsMichael Paquier2019-09-252-5/+13
* Add dummy_index_am to src/test/modules/Michael Paquier2019-09-259-0/+554
* Avoid using INFO elevel for what are fundamentally debug messages.Tom Lane2019-09-075-0/+333
* Add .gitignore file forgotten in commit bde7493d1.Tom Lane2019-08-281-0/+4
* Fix overflow check and comment in GIN posting list encoding.Heikki Linnakangas2019-08-288-0/+158
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-191-2/+2
* Add missing fmgr.h include.Andres Freund2019-08-161-0/+1
* Move rolenames test out of the core regression tests.Tom Lane2019-06-306-0/+1525
* Add an enforcement mechanism for global object names in regression tests.Tom Lane2019-06-291-0/+7
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-171-1/+1
* Fix double-word typosAlvaro Herrera2019-06-131-3/+3
* Fix assorted inconsistencies.Amit Kapila2019-06-081-1/+1
* worker_spi needs a .gitignore file now.Tom Lane2019-06-021-0/+4
* Increase test coverage for worker_spi by ∞%Alvaro Herrera2019-06-025-1/+106
* Initial pgperltidy run for v12.Tom Lane2019-05-221-2/+3
* Phase 2 pgindent run for v12.Tom Lane2019-05-224-10/+10
* Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.Tom Lane2019-04-233-2/+6
* Fix more strcmp() calls using boolean-like comparisons for result checksMichael Paquier2019-04-121-4/+4
* Further code review for new integerset code.Tom Lane2019-03-252-16/+7
* Clean up the Simple-8b encoder code.Heikki Linnakangas2019-03-251-6/+11
* Fix yet more portability bugs in integerset and its tests.Heikki Linnakangas2019-03-221-2/+5