aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress
Commit message (Expand)AuthorAge
* Fix duplicate primary keys in partitionsAlvaro Herrera2018-10-04
* Add option SKIP_LOCKED to VACUUM and ANALYZEMichael Paquier2018-10-04
* Fix corner-case failures in has_foo_privilege() family of functions.Tom Lane2018-10-02
* Test passing expanded-value representations to workers.Amit Kapila2018-10-02
* Change PROCEDURE to FUNCTION in CREATE EVENT TRIGGER syntaxPeter Eisentraut2018-10-01
* Fix assorted bugs in pg_get_partition_constraintdef().Tom Lane2018-09-27
* Improve test coverage of geometric typesTomas Vondra2018-09-26
* Add basic regression tests for default monitoring rolesMichael Paquier2018-09-26
* Fast default trigger and expand_tuple fixesAndrew Dunstan2018-09-24
* Fix failure in WHERE CURRENT OF after rewinding the referenced cursor.Tom Lane2018-09-23
* Fix handling of format string text characters in to_timestamp()/to_date()Alexander Korotkov2018-09-20
* Add support for nearest-neighbor (KNN) searches to SP-GiSTAlexander Korotkov2018-09-19
* Fix ALTER/TYPE on columns referenced by FKs in partitioned tablesAlvaro Herrera2018-09-14
* Order active window clauses for greater reuse of Sort nodes.Andrew Gierth2018-09-14
* Don't allow LIMIT/OFFSET clause within sub-selects to be pushed to workers.Amit Kapila2018-09-14
* Repair bug in regexp split performance improvements.Andrew Gierth2018-09-12
* Remove ruleutils.c's special case for BIT [VARYING] literals.Tom Lane2018-09-11
* Repair double-free in SP-GIST rescan (bug #15378)Andrew Gierth2018-09-11
* Improve behavior of to_timestamp()/to_date() functionsAlexander Korotkov2018-09-09
* Fully enforce uniqueness of constraint names.Tom Lane2018-09-04
* Prohibit pushing subqueries containing window function calculation toAmit Kapila2018-09-04
* Remove pg_constraint.conincludingAlvaro Herrera2018-09-03
* Disable support for partitionwise joins in problematic cases.Etsuro Fujita2018-08-31
* Error position support for partition specificationsPeter Eisentraut2018-08-30
* Error position support for defaults and check constraintsPeter Eisentraut2018-08-30
* Add more tests for VACUUM skips with partitioned tablesMichael Paquier2018-08-24
* Fix lexing of standard multi-character operators in edge cases.Andrew Gierth2018-08-23
* Change PROCEDURE to FUNCTION in CREATE TRIGGER syntaxPeter Eisentraut2018-08-22
* Change PROCEDURE to FUNCTION in CREATE OPERATOR syntaxPeter Eisentraut2018-08-22
* doc: Update uses of the word "procedure"Peter Eisentraut2018-08-22
* Add regression tests for VACUUM and ANALYZE with relation skipsMichael Paquier2018-08-22
* Set scan direction appropriately for SubPlans (bug #15336)Andrew Gierth2018-08-17
* Fix executor prune failure when plan already prunedAlvaro Herrera2018-08-16
* Clean up assorted misuses of snprintf()'s result value.Tom Lane2018-08-15
* Fix wrong order of operations in inheritance_planner.Tom Lane2018-08-11
* Match RelOptInfos by relids not pointer equality.Tom Lane2018-08-08
* Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.Tom Lane2018-08-04
* Fix run-time partition pruning for appends with multiple source rels.Tom Lane2018-08-01
* Allow multi-inserts during COPY into a partitioned tablePeter Eisentraut2018-08-01
* Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane2018-07-31
* Change bms_add_range to be a no-op for empty rangesAlvaro Herrera2018-07-30
* Refactor geometric functions and operatorsTomas Vondra2018-07-29
* Add strict_multi_assignment and too_many_rows plpgsql checksTomas Vondra2018-07-25
* psql: Add option for procedures to \dfPeter Eisentraut2018-07-24
* Mop-up for 3522d0eaba5, which missed some alternative output files.Andres Freund2018-07-22
* Hand code string to integer conversion for performance.Andres Freund2018-07-22
* Deduplicate "invalid input syntax" messages for various types.Andres Freund2018-07-22
* Add toast tables to most system catalogsMichael Paquier2018-07-20
* Remove undocumented restriction against duplicate partition key columns.Tom Lane2018-07-19
* Improve psql's \d command to show whether index columns are key columns.Tom Lane2018-07-19