aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Don't hardcode tmp_check/ as test directory for tap testsAndres Freund2022-09-19
* Consistently use named parameters in regex code.Peter Geoghegan2022-09-19
* Remove various duplicated wordsDavid Rowley2022-09-20
* Fix icu tests with C localePeter Eisentraut2022-09-19
* Fix typos.Amit Kapila2022-09-19
* Fix race condition in stats.sql added in 5264add7847Andres Freund2022-09-16
* Message wording improvementsPeter Eisentraut2022-09-16
* Adjust assorted hint messages that list all valid options.Peter Eisentraut2022-09-16
* Detect format-string mistakes in the libpq_pipeline test module.Tom Lane2022-09-15
* Fix grammar in error messageJohn Naylor2022-09-15
* Doc: add some doco about using the libpq_pipeline test module.Tom Lane2022-09-14
* Use SIGNAL_ARGS consistently to declare signal handlers.Tom Lane2022-09-14
* Add subxid-overflow "isolation" testAlvaro Herrera2022-09-14
* Bump minimum Perl version to 5.14John Naylor2022-09-14
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-13
* Don't reflect unescaped cert data to the logsPeter Eisentraut2022-09-13
* Fix NaN comparison in circle_same testDaniel Gustafsson2022-09-12
* Choose FK name correctly during partition attachmentAlvaro Herrera2022-09-08
* Fix the test case introduced by commit 8756930190.Amit Kapila2022-09-08
* Raise a warning if there is a possibility of data from multiple origins.Amit Kapila2022-09-08
* Message style fixesAlvaro Herrera2022-09-07
* Fix new pg_publication_tables query.Tom Lane2022-09-06
* Force parallelism in partition_aggregateTomas Vondra2022-09-05
* Build all Flex files standaloneJohn Naylor2022-09-04
* Speed up lexing of long JSON stringsJohn Naylor2022-09-02
* Revert SQL/JSON featuresAndrew Dunstan2022-09-01
* Adjust XML test case to avoid unstable behavior.Tom Lane2022-08-31
* Fix a bug in roles_is_member_of.Robert Haas2022-08-31
* Adjust comments that called MultiXactIds "XMIDs".Peter Geoghegan2022-08-29
* Clean up inconsistent use of fflush().Tom Lane2022-08-29
* Add optimized functions for linear search within byte arraysJohn Naylor2022-08-26
* Allow grant-level control of role inheritance behavior.Robert Haas2022-08-25
* Update another comment still referring to pg_start/stop_backup()Peter Eisentraut2022-08-25
* Fix typo in MVCC test commentDaniel Gustafsson2022-08-25
* Make role grant system more consistent with other privileges.Robert Haas2022-08-22
* regress: allow to specify directory containing expected files, for ecpgAndres Freund2022-08-20
* Reduce warnings with -Wshadow=compatible-local buildsDavid Rowley2022-08-20
* Ensure that pg_auth_members.grantor is always valid.Robert Haas2022-08-18
* Fix subtly-incorrect matching of parent and child partitioned indexes.Tom Lane2022-08-18
* Simplify and clarify an error messagePeter Eisentraut2022-08-18
* Refactor addition of PlaceHolderVars to joinrel targetlists.Tom Lane2022-08-17
* Avoid using list_length() to test for empty list.Tom Lane2022-08-17
* Allow event trigger table_rewrite for ALTER MATERIALIZED VIEWMichael Paquier2022-08-17
* Fix replica identity check for a partitioned table.Amit Kapila2022-08-16
* Remove HAVE_UNIX_SOCKETS.Thomas Munro2022-08-14
* Remove configure probe for sys/resource.h and refactor.Thomas Munro2022-08-14
* Remove configure probe for sys/select.h.Thomas Munro2022-08-14
* Reject MERGE in CTEs and COPYAlvaro Herrera2022-08-12
* Fix handling of R/W expanded datums that are passed to SQL functions.Tom Lane2022-08-10
* Fix typo in test_oat_hooks READMEDaniel Gustafsson2022-08-10