aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Add deduplication to nbtree.Peter Geoghegan2020-02-26
* Add equalimage B-Tree support functions.Peter Geoghegan2020-02-26
* Simplify FK-to-partitioned regression test queryAlvaro Herrera2020-02-20
* Remove support for upgrading extensions from "unpackaged" state.Tom Lane2020-02-19
* Fix confusion about event trigger vs. plain function in plpgsql.Tom Lane2020-02-19
* Make inherited LOCK TABLE perform access permission checks on parent table only.Fujii Masao2020-02-18
* Remove pg_regress' --load-language option.Tom Lane2020-02-14
* Try to harden insert-conflict-specconflict against autovacuum.Andres Freund2020-02-11
* Test additional speculative conflict scenarios.Andres Freund2020-02-11
* Fix failure to create FKs correctly in partitionsAlvaro Herrera2020-02-07
* Fix TRUNCATE .. CASCADE on partitionsAlvaro Herrera2020-02-07
* Fix bug in Tid scan.Fujii Masao2020-02-07
* Revert "Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_vers...Michael Paquier2020-02-07
* Add leader_pid to pg_stat_activityMichael Paquier2020-02-06
* Force tuple conversion when the source has missing attributes.Andrew Gierth2020-02-05
* When a TAP file has non-zero exit status, retain temporary directories.Noah Misch2020-02-05
* Fix handling of "Subplans Removed" field in EXPLAIN output.Tom Lane2020-02-04
* Fix CheckAttributeType's handling of collations for ranges.Tom Lane2020-01-31
* Fix typo in recently-added TAP test for replication slotsMichael Paquier2020-01-31
* Make inherited TRUNCATE perform access permission checks on parent table only.Fujii Masao2020-01-31
* Fix slot data persistency when advancing physical replication slotsMichael Paquier2020-01-30
* Invent "trusted" extensions, and remove the pg_pltemplate catalog.Tom Lane2020-01-29
* Fail if recovery target is not reachedPeter Eisentraut2020-01-29
* Fix dangling pointer in EvalPlanQual machinery.Tom Lane2020-01-28
* Added relation name in error messages for constraint checks.Amit Kapila2020-01-28
* Add connection parameters to control SSL protocol min/max in libpqMichael Paquier2020-01-28
* Fix EXPLAIN (SETTINGS) to follow policy about when to print empty fields.Tom Lane2020-01-26
* Clean up EXPLAIN's handling of per-worker details.Tom Lane2020-01-25
* Add functions gcd() and lcm() for integer and numeric types.Dean Rasheed2020-01-25
* Fix an oversight in commit 4c70098ff.Tom Lane2020-01-23
* Clean up formatting.c's logic for matching constant strings.Tom Lane2020-01-23
* Add BRIN test caseAlvaro Herrera2020-01-22
* Fix concurrent indexing operations with temporary tablesMichael Paquier2020-01-22
* Clarify behavior of adding and altering a column in same ALTER command.Tom Lane2020-01-21
* Further tweaking of jsonb_set_lax().Tom Lane2020-01-20
* Allow vacuum command to process indexes in parallel.Amit Kapila2020-01-20
* Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_versionMichael Paquier2020-01-18
* Avoid full scan of GIN indexes when possibleAlexander Korotkov2020-01-18
* Repair more failures with SubPlans in multi-row VALUES lists.Tom Lane2020-01-17
* Add a non-strict version of jsonb_setAndrew Dunstan2020-01-17
* Restructure ALTER TABLE execution to fix assorted bugs.Tom Lane2020-01-15
* Report progress of ANALYZE commandsAlvaro Herrera2020-01-15
* Introduce IndexAM fields for parallel vacuum.Amit Kapila2020-01-15
* Revert copyright script changes to binary *.key filesBruce Momjian2020-01-14
* ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSIONPeter Eisentraut2020-01-14
* Make rewriter prevent auto-updates on views with conditional INSTEAD rules.Dean Rasheed2020-01-14
* Revert test added by commit d207038053.Amit Kapila2020-01-14
* Reduce size of backend scanner's tables.Tom Lane2020-01-13
* Apply multiple multivariate MCV lists when possibleTomas Vondra2020-01-13
* Apply all available functional dependenciesTomas Vondra2020-01-13