summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Fix instability in parallel regression tests.Tom Lane2016-08-252-10/+10
* Fix improper repetition of previous results from a hashed aggregate.Tom Lane2016-08-242-0/+97
* Create an SP-GiST opclass for inet/cidr.Tom Lane2016-08-233-1/+181
* Add txid_current_ifassigned().Robert Haas2016-08-232-0/+23
* Run select_parallel test by itselfPeter Eisentraut2016-08-223-19/+10
* Use LEFT JOINs in some system views in case referenced row doesn't exist.Tom Lane2016-08-191-11/+9
* Add alternative output for ON CONFLICT toast isolation test.Andres Freund2016-08-181-0/+15
* Fix deletion of speculatively inserted TOAST on conflictAndres Freund2016-08-173-0/+67
* Implement regexp_match(), a simplified alternative to regexp_matches().Tom Lane2016-08-173-2/+37
* Improve parsetree representation of special functions such as CURRENT_DATE.Tom Lane2016-08-164-51/+51
* Fix typosPeter Eisentraut2016-08-162-2/+2
* Final pgindent + perltidy run for 9.6.Tom Lane2016-08-153-40/+40
* Remove bogus dependencies on NUMERIC_MAX_PRECISION.Tom Lane2016-08-141-1/+1
* Add SQL-accessible functions for inspecting index AM properties.Tom Lane2016-08-134-1/+297
* Fix busted Assert for CREATE MATVIEW ... WITH NO DATA.Tom Lane2016-08-112-0/+39
* Fix two errors with nested CASE/WHEN constructs.Tom Lane2016-08-082-0/+87
* Sort out paired double quotes in \connect, \password and \crosstabview.Noah Misch2016-08-082-10/+10
* Make format() error messages consistent againPeter Eisentraut2016-08-081-4/+4
* Make array_to_tsvector() sort and de-duplicate the given strings.Tom Lane2016-08-052-0/+9
* Fix ts_delete(tsvector, text[]) to cope with duplicate array entries.Tom Lane2016-08-052-0/+7
* Make INSERT-from-multiple-VALUES-rows handle targetlist indirection better.Tom Lane2016-08-032-0/+127
* Fix assorted problems in recovery testsAlvaro Herrera2016-08-032-9/+8
* Consistently capitalize names of recovery testsPeter Eisentraut2016-08-024-9/+9
* Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.Tom Lane2016-08-012-4/+4
* Correctly handle owned sequences with extensionsStephen Frost2016-07-312-2/+85
* Fix tqueue.c's range-remapping code.Tom Lane2016-07-292-0/+31
* Eliminate a few more user-visible "cache lookup failed" errors.Robert Haas2016-07-292-0/+35
* Fix assorted fallout from IS [NOT] NULL patch.Tom Lane2016-07-281-3/+3
* Allow functions that return sets of tuples to return simple NULLs.Tom Lane2016-07-262-0/+41
* Change various deparsing functions to return NULL for invalid input.Robert Haas2016-07-262-0/+45
* Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields.Tom Lane2016-07-262-0/+78
* Fix improper example of using psql() function in TAP tests documentation.Fujii Masao2016-07-261-1/+1
* Message style improvementsPeter Eisentraut2016-07-251-1/+1
* Give recovery tests more time to finishAlvaro Herrera2016-07-251-1/+1
* Fix regression tests to work in Welsh locale.Tom Lane2016-07-222-46/+46
* Make core regression tests safe for Danish locale.Tom Lane2016-07-214-21/+21
* Establish conventions about global object names used in regression tests.Tom Lane2016-07-1755-2370/+2372
* Improve test case exercising the sorting path for hash index build.Tom Lane2016-07-162-0/+20
* Add regression test case exercising the sorting path for hash index build.Tom Lane2016-07-162-0/+14
* Avoid serializability errors when locking a tuple with a committed updateAlvaro Herrera2016-07-158-1/+1388
* Fix parsing NOT sequence in tsqueryTeodor Sigaev2016-07-152-0/+42
* Fix nested NOT operation cleanup in tsquery.Teodor Sigaev2016-07-152-0/+15
* Minor test adjustment.Tom Lane2016-07-132-2/+0
* Add a regression test case to improve code coverage for tuplesort.Tom Lane2016-07-132-0/+70
* Fix TAP tests and MSVC scripts for pathnames with spaces.Tom Lane2016-07-091-3/+4
* Rename pg_stat_wal_receiver.conn_info to conninfo.Fujii Masao2016-07-071-2/+2
* Fix failure to handle conflicts in non-arbiter exclusion constraints.Tom Lane2016-07-042-0/+37
* Fix failure to mark all aggregates with appropriate transtype.Tom Lane2016-07-022-0/+32
* Fix some interrelated planner issues with initPlans and Param munging.Tom Lane2016-07-012-0/+81
* Provide and use a makefile target to build all generated headers.Tom Lane2016-07-012-6/+3