aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress
Commit message (Expand)AuthorAge
* Band-aid fix for incorrect use of view options as StdRdOptions.Tom Lane2016-11-07
* Need to do SPI_push/SPI_pop around expression evaluation in plpgsql.Tom Lane2016-11-06
* Don't convert Consts into Vars during setrefs.c processing.Tom Lane2016-11-02
* Fix bogus tree-flattening logic in QTNTernary().Tom Lane2016-10-30
* Fix incorrect trigger-property updating in ALTER CONSTRAINT.Tom Lane2016-10-26
* Don't throw serialization errors for self-conflicts in INSERT ON CONFLICT.Tom Lane2016-10-23
* Avoid testing tuple visibility without buffer lock in RI_FKey_check().Tom Lane2016-10-23
* Fix another bug in merging of inherited CHECK constraints.Tom Lane2016-10-13
* Fix broken jsonb_set() logic for replacing array elements.Tom Lane2016-10-13
* Fix incorrect handling of polymorphic aggregates used as window functions.Tom Lane2016-10-09
* Fix two bugs in merging of inherited CHECK constraints.Tom Lane2016-10-08
* Remove user_relns() SRF from regression tests.Tom Lane2016-10-08
* Fix RLS with COPY (col1, col2) FROM tabStephen Frost2016-10-03
* Fix misplacement of submake-generated-headers prerequisites.Tom Lane2016-10-01
* Fix locking a tuple updated by an aborted (sub)transactionAlvaro Herrera2016-09-09
* Add regression test coverage for non-default timezone abbreviation sets.Tom Lane2016-09-04
* Don't require dynamic timezone abbreviations to match underlying time zone.Tom Lane2016-09-02
* Fix instability in parallel regression tests.Tom Lane2016-08-25
* Fix improper repetition of previous results from a hashed aggregate.Tom Lane2016-08-24
* Fix typosPeter Eisentraut2016-08-16
* Remove bogus dependencies on NUMERIC_MAX_PRECISION.Tom Lane2016-08-14
* Add SQL-accessible functions for inspecting index AM properties.Tom Lane2016-08-13
* Fix busted Assert for CREATE MATVIEW ... WITH NO DATA.Tom Lane2016-08-11
* Fix two errors with nested CASE/WHEN constructs.Tom Lane2016-08-08
* Sort out paired double quotes in \connect, \password and \crosstabview.Noah Misch2016-08-08
* Make format() error messages consistent againPeter Eisentraut2016-08-08
* Make array_to_tsvector() sort and de-duplicate the given strings.Tom Lane2016-08-05
* Fix ts_delete(tsvector, text[]) to cope with duplicate array entries.Tom Lane2016-08-05
* Make INSERT-from-multiple-VALUES-rows handle targetlist indirection better.Tom Lane2016-08-03
* Fix tqueue.c's range-remapping code.Tom Lane2016-07-29
* Eliminate a few more user-visible "cache lookup failed" errors.Robert Haas2016-07-29
* Fix assorted fallout from IS [NOT] NULL patch.Tom Lane2016-07-28
* Allow functions that return sets of tuples to return simple NULLs.Tom Lane2016-07-26
* Change various deparsing functions to return NULL for invalid input.Robert Haas2016-07-26
* Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields.Tom Lane2016-07-26
* Fix regression tests to work in Welsh locale.Tom Lane2016-07-22
* Make core regression tests safe for Danish locale.Tom Lane2016-07-21
* Establish conventions about global object names used in regression tests.Tom Lane2016-07-17
* Improve test case exercising the sorting path for hash index build.Tom Lane2016-07-16
* Add regression test case exercising the sorting path for hash index build.Tom Lane2016-07-16
* Fix parsing NOT sequence in tsqueryTeodor Sigaev2016-07-15
* Fix nested NOT operation cleanup in tsquery.Teodor Sigaev2016-07-15
* Minor test adjustment.Tom Lane2016-07-13
* Add a regression test case to improve code coverage for tuplesort.Tom Lane2016-07-13
* Rename pg_stat_wal_receiver.conn_info to conninfo.Fujii Masao2016-07-07
* Fix failure to handle conflicts in non-arbiter exclusion constraints.Tom Lane2016-07-04
* Fix failure to mark all aggregates with appropriate transtype.Tom Lane2016-07-02
* Fix some interrelated planner issues with initPlans and Param munging.Tom Lane2016-07-01
* Provide and use a makefile target to build all generated headers.Tom Lane2016-07-01
* Set consider_parallel correctly for upper planner rels.Robert Haas2016-07-01