aboutsummaryrefslogtreecommitdiff
path: root/src/test/modules
Commit message (Expand)AuthorAge
* Fix handling of CREATE TABLE LIKE with inheritance.Tom Lane2020-08-21
* Fix use-after-release issue in PL/SampleMichael Paquier2020-08-18
* Add PL/Sample to src/test/modules/Michael Paquier2020-08-18
* Replace remaining StrNCpy() by strlcpy()Peter Eisentraut2020-08-10
* Support testing of cases where table schemas change after planning.Tom Lane2020-08-07
* Fix timestamp range handling in regression tests of modules/commit_ts/Michael Paquier2020-07-13
* Fix test failure with -DENFORCE_REGRESSION_TEST_NAME_RESTRICTIONSMichael Paquier2020-07-12
* Include replication origins in SQL functions for commit timestampMichael Paquier2020-07-12
* tap tests: replace 'master' with 'primary'.Andres Freund2020-07-08
* Remove junk in test filePeter Eisentraut2020-07-08
* Resolve gratuitous tabs in test SQL filePeter Eisentraut2020-07-07
* Fix typo in testPeter Eisentraut2020-07-06
* Refactor AlterExtensionContentsStmt grammarPeter Eisentraut2020-06-13
* Spelling adjustmentsPeter Eisentraut2020-06-07
* Make ssl certificate for ssl_passphrase_callback test via MakefileAndrew Dunstan2020-06-01
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Add ALTER .. NO DEPENDS ONAlvaro Herrera2020-04-20
* Fix possible future cache reference leak in ALTER EXTENSION ADD/DROP.Tom Lane2020-04-17
* Introduce xid8-based functions to replace txid_XXX.Thomas Munro2020-04-07
* Further fixes for ssl_passphrase_callback test module.Tom Lane2020-03-25
* Don't listen to localhost in ssl_passphrase_callback testAndrew Dunstan2020-03-25
* Fix assorted portability issues in commit 896fcdb23.Tom Lane2020-03-25
* Provide a TLS init hookAndrew Dunstan2020-03-25
* Add pg_dump support for ALTER obj DEPENDS ON EXTENSIONAlvaro Herrera2020-03-11
* Avoid duplicates in ALTER ... DEPENDS ON EXTENSIONAlvaro Herrera2020-03-11
* 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