aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Fix per-session activation of ALTER {ROLE|DATABASE} SET role.Noah Misch2024-11-15
* Avoid assertion due to disconnected NFA sub-graphs in regex parsing.Tom Lane2024-11-15
* Fix collation handling for foreign keysPeter Eisentraut2024-11-15
* Proper object locking for GRANT/REVOKEPeter Eisentraut2024-11-15
* Kill dead-end children when there's nothing else leftHeikki Linnakangas2024-11-14
* Fix improper interactions between session_authorization and role.Tom Lane2024-11-11
* Ensure cached plans are correctly marked as dependent on role.Nathan Bossart2024-11-11
* Block environment variable mutations from trusted PL/Perl.Noah Misch2024-11-11
* Add two attributes to pg_stat_database for parallel workers activityMichael Paquier2024-11-11
* Add pg_constraint rows for not-null constraintsÁlvaro Herrera2024-11-08
* Disallow partitionwise join when collations don't matchAmit Langote2024-11-08
* Disallow partitionwise grouping when collations don't matchAmit Langote2024-11-08
* Fix inconsistent RestrictInfo serial numbersRichard Guo2024-11-08
* Clarify a foreign key error messagePeter Eisentraut2024-11-07
* Replicate generated columns when 'publish_generated_columns' is set.Amit Kapila2024-11-07
* Improve handling of empty query results in BackgroundPsql::query()Michael Paquier2024-11-07
* Extend Cluster.pm's background_psql() to be able to start asynchronouslyMichael Paquier2024-11-06
* Revert pg_wal_replay_wait() stored procedureAlexander Korotkov2024-11-04
* Add PG_TEST_EXTRA configure option to the Make buildsHeikki Linnakangas2024-11-04
* Add missing newlines at the end of two SQL filesMichael Paquier2024-11-03
* Add SQL function array_reverse()Michael Paquier2024-11-01
* Make all ereport() calls within gram.y provide error locations.Tom Lane2024-10-31
* Add a parse location field to struct FunctionParameter.Tom Lane2024-10-31
* injection_points: Improve comment about disabled isolation permutationMichael Paquier2024-10-31
* Stabilize jsonb_path_query test case.Tom Lane2024-10-30
* Fix some more bugs in foreign keys connecting partitioned tablesÁlvaro Herrera2024-10-30
* Replicate generated columns when specified in the column list.Amit Kapila2024-10-30
* Add missing FATAL => 'all' to a use warnings in PerlPeter Eisentraut2024-10-29
* Fix dependency of partitioned table and table AM with CREATE TABLE .. USINGMichael Paquier2024-10-29
* Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut2024-10-28
* Change the default value of the streaming option to 'parallel'.Amit Kapila2024-10-28
* Set query ID for inner queries of CREATE TABLE AS and DECLAREMichael Paquier2024-10-28
* For inplace update, send nontransactional invalidations.Noah Misch2024-10-25
* Fix concurrrently in typcache_rel_type_cache.sqlAlexander Korotkov2024-10-25
* Add install rules for Kerberos.pm and AdjustUpgrade.pmMichael Paquier2024-10-25
* injection_points: Disable one permutation in isolation test "basic"Michael Paquier2024-10-25
* Remove the RTE_GROUP RTE if we drop the groupClauseRichard Guo2024-10-25
* Add functions pg_restore_relation_stats(), pg_restore_attribute_stats().Jeff Davis2024-10-24
* Stop reading uninitialized memory in heap_inplace_lock().Noah Misch2024-10-24
* Support configuring TLSv1.3 cipher suitesDaniel Gustafsson2024-10-24
* Support configuring multiple ECDH curvesDaniel Gustafsson2024-10-24
* Handle alphanumeric characters in matching GUC namesDaniel Gustafsson2024-10-24
* Add 'no_error' argument to pg_wal_replay_wait()Alexander Korotkov2024-10-24
* Avoid looping over all type cache entries in TypeCacheRelCallback()Alexander Korotkov2024-10-24
* Improve pg_set_attribute_stats() error message.Jeff Davis2024-10-23
* Add functions pg_set_attribute_stats() and pg_clear_attribute_stats().Jeff Davis2024-10-22
* Change pg_*_relation_stats() functions to return type to void.Jeff Davis2024-10-22
* Improve reporting of errors in extension script files.Tom Lane2024-10-22
* Restructure foreign key handling code for ATTACH/DETACHÁlvaro Herrera2024-10-22
* Make all Perl warnings fatal in 043_wal_replay_wait.plAlexander Korotkov2024-10-22