summaryrefslogtreecommitdiff
path: root/src/test/modules
AgeCommit message (Expand)Author
2021-08-24Fix regexp misbehavior with capturing parens inside "{0}".Tom Lane
2021-08-23Prevent regexp back-refs from sometimes matching when they shouldn't.Tom Lane
2021-08-17Reduce assumptions about locale's behavior in new regex tests.Tom Lane
2021-08-17Improve regex compiler's arc moving/copying logic.Tom Lane
2021-08-09Avoid determining regexp subexpression matches, when possible.Tom Lane
2021-08-08Fix use-after-free issue in regexp engine.Tom Lane
2021-08-01Silence perl warning about uninitialized valueAndrew Dunstan
2021-07-29Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan
2021-07-27Avoid using ambiguous word "non-negative" in error messages.Fujii Masao
2021-07-19Use l*_node() family of functions where appropriatePeter Eisentraut
2021-07-09libpq: Fix sending queries in pipeline aborted stateAlvaro Herrera
2021-06-29Fix libpq state machine in pipeline modeAlvaro Herrera
2021-06-29Dump public schema ownership and security labels.Noah Misch
2021-06-23Improve display of query results in isolation tests.Tom Lane
2021-06-11Add 'Portal Close' message to pipelined PQsendQuery()Alvaro Herrera
2021-06-11Rename PQtraceSetFlags() to PQsetTraceFlags().Noah Misch
2021-06-02Add Windows file version information to libpq_pipeline.exe.Noah Misch
2021-05-27Fix vpath build in libpq_pipeline testPeter Eisentraut
2021-05-27Add NO_INSTALL option to pgxsPeter Eisentraut
2021-05-14Prevent infinite insertion loops in spgdoinsert().Tom Lane
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan
2021-04-15Tweak behavior of pg_dump --extension with configuration tablesMichael Paquier
2021-04-13Remove duplicated --no-sync switches in new tests of test_pg_dumpMichael Paquier
2021-04-09Suppress length of Notice/Error msgs in PQtrace regress modeAlvaro Herrera
2021-04-06Fix compiler warning for MSVC in libpq_pipeline.cDavid Rowley
2021-04-05Support INCLUDE'd columns in SP-GiST.Tom Lane
2021-04-04Fix confusion in SP-GiST between attribute type and leaf storage type.Tom Lane
2021-04-01Fix setvbuf()-induced crash in libpq_pipelineAlvaro Herrera
2021-04-01libpq_pipeline: Must strdup(optarg) to avoid crashAlvaro Herrera
2021-03-31Remove setvbuf() call from PQtrace()Alvaro Herrera
2021-03-31Disable force_parallel_mode in libpq_pipelineAlvaro Herrera
2021-03-31Suppress compiler warning in libpq_pipeline.c.Tom Lane
2021-03-31Fix some libpq_pipeline test problemsAlvaro Herrera
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