aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress
Commit message (Expand)AuthorAge
* Improve coverage of ruleutils.c for SQLValueFunctionsMichael Paquier2022-10-24
* Improve the accuracy of numeric power() for integer exponents.Dean Rasheed2022-10-20
* Record dependencies of a cast on other casts that it requires.Tom Lane2022-10-17
* Fix EXPLAIN of SEARCH BREADTH FIRST with a constant initial value.Tom Lane2022-10-16
* pgstat: Track time of the last scan of a relationAndres Freund2022-10-14
* Put tests of md5() function into separate test filePeter Eisentraut2022-10-13
* Improve the WARNING message for CREATE SUBSCRIPTION.Amit Kapila2022-10-13
* Yet further fixes for multi-row VALUES lists for updatable views.Tom Lane2022-10-11
* Fix self-referencing foreign keys with partitioned tablesAlvaro Herrera2022-10-07
* Create subscription stats entry at CREATE SUBSCRIPTION timeAndres Freund2022-10-06
* Remove uses of MemoryContextContains in nodeAgg.c and nodeWindowAgg.c.Tom Lane2022-10-06
* tests: Restrict pg_locks queries in advisory_locks.sql to current databaseAndres Freund2022-10-05
* meson: Add windows resource filesAndres Freund2022-10-05
* Revert "Optimize order of GROUP BY keys".Tom Lane2022-10-03
* Use actual backend IDs in pg_stat_get_backend_idset() and friends.Tom Lane2022-09-29
* Introduce SYSTEM_USERMichael Paquier2022-09-29
* meson: pg_regress: Define a HOST_TUPLE sufficient to make resultmap workAndres Freund2022-09-28
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-28
* Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas2022-09-27
* Introduce GUC_NO_RESET flag.Tom Lane2022-09-27
* Improve some publication-related error messagesAlvaro Herrera2022-09-27
* Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot.Tom Lane2022-09-25
* Avoid loss of code coverage with unlogged-index test cases.Tom Lane2022-09-25
* Message style improvementsPeter Eisentraut2022-09-24
* pgstat: Fix transactional stats dropping for indexesAndres Freund2022-09-23
* Allow publications with schema and table of the same schema.Amit Kapila2022-09-23
* Remove ALL keyword from TABLES IN SCHEMA for publicationAlvaro Herrera2022-09-22
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* Tighten pg_get_object_address argument checkingPeter Eisentraut2022-09-21
* Disable autovacuum in MERGE test scriptAlvaro Herrera2022-09-20
* Fix typos.Amit Kapila2022-09-19
* Fix race condition in stats.sql added in 5264add7847Andres Freund2022-09-16
* Adjust assorted hint messages that list all valid options.Peter Eisentraut2022-09-16
* Fix grammar in error messageJohn Naylor2022-09-15
* Use SIGNAL_ARGS consistently to declare signal handlers.Tom Lane2022-09-14
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-13
* Fix NaN comparison in circle_same testDaniel Gustafsson2022-09-12
* Choose FK name correctly during partition attachmentAlvaro Herrera2022-09-08
* Fix new pg_publication_tables query.Tom Lane2022-09-06
* Force parallelism in partition_aggregateTomas Vondra2022-09-05
* 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
* Clean up inconsistent use of fflush().Tom Lane2022-08-29
* Allow grant-level control of role inheritance behavior.Robert Haas2022-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