aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Revert "Secure Unix-domain sockets of "make check" temporary clusters."Noah Misch2014-03-29
* Secure Unix-domain sockets of "make check" temporary clusters.Noah Misch2014-03-29
* Prevent potential overruns of fixed-size buffers.Tom Lane2014-02-17
* Fix handling of wide datetime input/output.Noah Misch2014-02-17
* Shore up ADMIN OPTION restrictions.Noah Misch2014-02-17
* Don't generate plain-text HISTORY and src/test/regress/README anymore.Tom Lane2014-02-10
* Fix *-qualification of named parameters in SQL-language functions.Tom Lane2014-02-03
* Fix "cannot accept a set" error when only some arms of a CASE return a set.Tom Lane2014-01-08
* Fix inherited UPDATE/DELETE with UNION ALL subqueries.Tom Lane2013-12-14
* Tweak placement of explicit ANALYZE commands in the regression tests.Tom Lane2013-12-11
* Fix possible crash with nested SubLinks.Tom Lane2013-12-10
* Fix crash in assign_collations_walker for EXISTS with empty SELECT list.Tom Lane2013-12-02
* Flatten join alias Vars before pulling up targetlist items from a subquery.Tom Lane2013-11-22
* Compute correct em_nullable_relids in get_eclass_for_sort_expr().Tom Lane2013-11-15
* Make contain_volatile_functions/contain_mutable_functions look into SubLinks.Tom Lane2013-11-08
* Prevent display of dropped columns in row constraint violation messages.Tom Lane2013-11-07
* Fix generation of MergeAppend plans for optimized min/max on expressions.Tom Lane2013-11-07
* Support default arguments and named-argument notation for window functions.Tom Lane2013-11-06
* Fix some odd behaviors when using a SQL-style simple GMT offset timezone.Tom Lane2013-11-01
* Use @libdir@ in both of regress/{input,output}/security_label.sourceNoah Misch2013-09-23
* Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off.Tom Lane2013-09-03
* In locate_grouping_columns(), don't expect an exact match of Var typmods.Tom Lane2013-08-23
* Fix regexp_matches() handling of zero-length matches.Tom Lane2013-07-31
* Restore REINDEX constraint validation.Noah Misch2013-07-30
* Fix regex match failures for backrefs combined with non-greedy quantifiers.Tom Lane2013-07-18
* Fix planning of parameterized appendrel paths with expensive join quals.Tom Lane2013-07-07
* Fix the create_index regression test for Danish collation.Kevin Grittner2013-06-19
* Remove unnecessary restrictions about RowExprs in transformAExprIn().Tom Lane2013-06-09
* Prevent pushing down WHERE clauses into unsafe UNION/INTERSECT nests.Tom Lane2013-06-05
* Revert "Fix permission tests for views/tables proven empty by constraint excl...Tom Lane2013-05-08
* Fix permission tests for views/tables proven empty by constraint exclusion.Tom Lane2013-05-01
* Postpone creation of pathkeys lists to fix bug #8049.Tom Lane2013-04-29
* In isolationtester, retry after EINTR return from select(2).Tom Lane2013-04-06
* Minor robustness improvements for isolationtester.Tom Lane2013-04-02
* Fix infinite-loop risk in fixempties() stage of regex compilation.Tom Lane2013-03-07
* Fix gist_box_same and gist_point_consistent to handle fuzziness correctly.Tom Lane2013-02-08
* Fix plpgsql's reporting of plan-time errors in possibly-simple expressions.Tom Lane2013-01-30
* Fix grammar for subscripting or field selection from a sub-SELECT result.Tom Lane2013-01-30
* Prevent passing gmake's environment variables down through pg_regress.Tom Lane2012-12-01
* Fix SELECT DISTINCT with index-optimized MIN/MAX on inheritance trees.Tom Lane2012-11-26
* Improve handling of INT_MIN / -1 and related cases.Tom Lane2012-11-19
* Fix handling of inherited check constraints in ALTER COLUMN TYPE.Tom Lane2012-11-05
* Fix bogus handling of $(X) (i.e., ".exe") in isolationtester Makefile.Tom Lane2012-11-01
* Prevent parser from believing that views have system columns.Tom Lane2012-10-24
* Isolation test for DROP INDEX CONCURRENTLYSimon Riggs2012-10-18
* Fix planning of non-strict equivalence clauses above outer joins.Tom Lane2012-10-18
* Revert tests for drop index concurrently.Simon Riggs2012-10-18
* Add isolation tests for DROP INDEX CONCURRENTLY.Simon Riggs2012-10-18
* Fix cross-type case in partial row matching for hashed subplans.Tom Lane2012-10-11
* Fix lo_export usage in example programs.Tom Lane2012-10-08