aboutsummaryrefslogtreecommitdiff
path: root/src/test/modules
Commit message (Expand)AuthorAge
* Revert changes about warnings/errors for placeholders.Tom Lane2021-12-27
* Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().Tom Lane2021-12-27
* Add missing EmitWarningsOnPlaceholders() calls.Tom Lane2021-12-21
* Ignore BRIN indexes when checking for HOT udpatesTomas Vondra2021-11-30
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-28
* Move Perl test modules to a better namespaceAndrew Dunstan2021-10-24
* Add module build directory to the PATH for TAP testsAndrew Dunstan2021-10-22
* shm_mq: Update mq_bytes_written less often.Robert Haas2021-10-14
* Fix loop variable signednessPeter Eisentraut2021-10-06
* Reference test binary using TESTDIR in 001_libpq_pipeline.pl.Andres Freund2021-10-01
* Remove some unused variables in TAP testsMichael Paquier2021-09-06
* Fix regexp misbehavior with capturing parens inside "{0}".Tom Lane2021-08-24
* Prevent regexp back-refs from sometimes matching when they shouldn't.Tom Lane2021-08-23
* Reduce assumptions about locale's behavior in new regex tests.Tom Lane2021-08-17
* Improve regex compiler's arc moving/copying logic.Tom Lane2021-08-17
* Avoid determining regexp subexpression matches, when possible.Tom Lane2021-08-09
* Fix use-after-free issue in regexp engine.Tom Lane2021-08-07
* Silence perl warning about uninitialized valueAndrew Dunstan2021-08-01
* Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan2021-07-29
* Avoid using ambiguous word "non-negative" in error messages.Fujii Masao2021-07-28
* Use l*_node() family of functions where appropriatePeter Eisentraut2021-07-19
* libpq: Fix sending queries in pipeline aborted stateAlvaro Herrera2021-07-09
* Fix libpq state machine in pipeline modeAlvaro Herrera2021-06-29
* Dump public schema ownership and security labels.Noah Misch2021-06-28
* Improve display of query results in isolation tests.Tom Lane2021-06-23
* Add 'Portal Close' message to pipelined PQsendQuery()Alvaro Herrera2021-06-11
* Rename PQtraceSetFlags() to PQsetTraceFlags().Noah Misch2021-06-10
* Add Windows file version information to libpq_pipeline.exe.Noah Misch2021-06-01
* Fix vpath build in libpq_pipeline testPeter Eisentraut2021-05-27
* Add NO_INSTALL option to pgxsPeter Eisentraut2021-05-27
* Prevent infinite insertion loops in spgdoinsert().Tom Lane2021-05-14
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Add a copyright notice to perl files lacking one.Andrew Dunstan2021-05-07
* Tweak behavior of pg_dump --extension with configuration tablesMichael Paquier2021-04-15
* Remove duplicated --no-sync switches in new tests of test_pg_dumpMichael Paquier2021-04-13
* Suppress length of Notice/Error msgs in PQtrace regress modeAlvaro Herrera2021-04-09
* Fix compiler warning for MSVC in libpq_pipeline.cDavid Rowley2021-04-07
* Support INCLUDE'd columns in SP-GiST.Tom Lane2021-04-05
* Fix confusion in SP-GiST between attribute type and leaf storage type.Tom Lane2021-04-04
* Fix setvbuf()-induced crash in libpq_pipelineAlvaro Herrera2021-04-01
* libpq_pipeline: Must strdup(optarg) to avoid crashAlvaro Herrera2021-04-01
* Remove setvbuf() call from PQtrace()Alvaro Herrera2021-03-31
* Disable force_parallel_mode in libpq_pipelineAlvaro Herrera2021-03-31
* Suppress compiler warning in libpq_pipeline.c.Tom Lane2021-03-31
* Fix some libpq_pipeline test problemsAlvaro Herrera2021-03-31
* Add support for --extension in pg_dumpMichael Paquier2021-03-31
* libpq_pipeline: add PQtrace() support and testsAlvaro Herrera2021-03-30
* ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera2021-03-25
* Suppress various new compiler warnings.Tom Lane2021-03-21
* (Blind) fix Perl splitting of strings at newlinesAlvaro Herrera2021-03-16