summaryrefslogtreecommitdiff
path: root/src/test/modules
AgeCommit message (Expand)Author
2021-03-31Add support for --extension in pg_dumpMichael Paquier
2021-03-30libpq_pipeline: add PQtrace() support and testsAlvaro Herrera
2021-03-25ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera
2021-03-21Suppress various new compiler warnings.Tom Lane
2021-03-16(Blind) fix Perl splitting of strings at newlinesAlvaro Herrera
2021-03-15Implement pipeline mode in libpqAlvaro Herrera
2021-03-02Fix semantics of regular expression back-references.Tom Lane
2021-02-25Change regex \D and \W shorthands to always match newlines.Tom Lane
2021-02-25Allow complemented character class escapes within regex brackets.Tom Lane
2021-02-19Fix another ancient bug in parsing of BRE-mode regular expressions.Tom Lane
2021-02-17Make some minor improvements in the regex code.Tom Lane
2021-02-01Introduce --with-ssl={openssl} as a configure optionMichael Paquier
2021-01-30Add primary keys and unique constraints to system catalogsPeter Eisentraut
2021-01-17Add missing array-enlargement logic to test_regex.c.Tom Lane
2021-01-16Fix pg_dump for GRANT OPTION among initial privileges.Noah Misch
2021-01-13Pass down "logically unchanged index" hint.Peter Geoghegan
2021-01-08Fix ancient bug in parsing of BRE-mode regular expressions.Tom Lane
2021-01-07Fix bogus link in test comments.Tom Lane
2021-01-06Add a test module for the regular expression package.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-18Add a couple of missed .gitignore entries.Tom Lane
2020-11-27Use standard SIGTERM signal handler die() in test_shm_mq worker.Fujii Masao
2020-11-27Use standard SIGHUP and SIGTERM signal handlers in worker_spi.Fujii Masao
2020-11-04Improve our ability to regurgitate SQL-syntax function calls.Tom Lane
2020-11-02Fix some grammar and typos in comments and docsMichael Paquier
2020-10-31Set debug_query_string in worker_spi.Noah Misch
2020-10-07Rethink recent fix for pg_dump's handling of extension config tables.Tom Lane
2020-09-26Further stabilize output from rolenames regression test.Tom Lane
2020-09-18Try to stabilize output from rolenames regression test.Tom Lane
2020-09-17Allow CURRENT_ROLE where CURRENT_USER is acceptedPeter Eisentraut
2020-09-16Fix use-after-free bug with event triggers in an extension scriptAlvaro Herrera
2020-09-14Message fixes and style improvementsPeter Eisentraut
2020-09-04Collect attribute data on extension owned tables being dumpedAndrew Dunstan
2020-08-21Fix handling of CREATE TABLE LIKE with inheritance.Tom Lane
2020-08-18Fix use-after-release issue in PL/SampleMichael Paquier
2020-08-18Add PL/Sample to src/test/modules/Michael Paquier
2020-08-10Replace remaining StrNCpy() by strlcpy()Peter Eisentraut
2020-08-07Support testing of cases where table schemas change after planning.Tom Lane
2020-07-13Fix timestamp range handling in regression tests of modules/commit_ts/Michael Paquier
2020-07-12Fix test failure with -DENFORCE_REGRESSION_TEST_NAME_RESTRICTIONSMichael Paquier
2020-07-12Include replication origins in SQL functions for commit timestampMichael Paquier
2020-07-08tap tests: replace 'master' with 'primary'.Andres Freund
2020-07-08Remove junk in test filePeter Eisentraut
2020-07-07Resolve gratuitous tabs in test SQL filePeter Eisentraut
2020-07-06Fix typo in testPeter Eisentraut
2020-06-13Refactor AlterExtensionContentsStmt grammarPeter Eisentraut
2020-06-07Spelling adjustmentsPeter Eisentraut
2020-06-01Make ssl certificate for ssl_passphrase_callback test via MakefileAndrew Dunstan
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-04-20Add ALTER .. NO DEPENDS ONAlvaro Herrera