aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Support OpenSSL 1.1.0.Heikki Linnakangas2016-09-15
* Add overflow checks to money type input functionPeter Eisentraut2016-09-14
* Tweak targetlist-SRF tests some more.Tom Lane2016-09-14
* Tweak targetlist-SRF tests.Tom Lane2016-09-14
* Improve parser's and planner's handling of set-returning functions.Tom Lane2016-09-13
* Remove user_relns() SRF from regression tests.Andres Freund2016-09-12
* Address portability issues in bfe16d1a5 test output.Andres Freund2016-09-12
* Add more tests for targetlist SRFs.Andres Freund2016-09-12
* Fix locking a tuple updated by an aborted (sub)transactionAlvaro Herrera2016-09-09
* Fix two src/test/modules MakefilesAlvaro Herrera2016-09-08
* Allow pg_dump to dump non-extension members of an extension-owned schema.Tom Lane2016-09-08
* Support renaming an existing value of an enum type.Tom Lane2016-09-07
* Make locale-dependent regex character classes work for large char codes.Tom Lane2016-09-05
* Relax transactional restrictions on ALTER TYPE ... ADD VALUE.Tom Lane2016-09-05
* Dirty replication slots when using sql interfaceSimon Riggs2016-09-05
* Add regression test coverage for non-default timezone abbreviation sets.Tom Lane2016-09-04
* Remove useless pg_strdup() operations.Tom Lane2016-09-04
* New recovery target recovery_target_lsnSimon Riggs2016-09-03
* Don't require dynamic timezone abbreviations to match underlying time zone.Tom Lane2016-09-02
* Speed up SUM calculation in numeric aggregates.Heikki Linnakangas2016-09-02
* Fix a bunch of places that called malloc and friends with no NULL check.Tom Lane2016-08-30
* Fix instability in parallel regression tests.Tom Lane2016-08-25
* Fix improper repetition of previous results from a hashed aggregate.Tom Lane2016-08-24
* Create an SP-GiST opclass for inet/cidr.Tom Lane2016-08-23
* Add txid_current_ifassigned().Robert Haas2016-08-23
* Run select_parallel test by itselfPeter Eisentraut2016-08-22
* Use LEFT JOINs in some system views in case referenced row doesn't exist.Tom Lane2016-08-19
* Add alternative output for ON CONFLICT toast isolation test.Andres Freund2016-08-18
* Fix deletion of speculatively inserted TOAST on conflictAndres Freund2016-08-17
* Implement regexp_match(), a simplified alternative to regexp_matches().Tom Lane2016-08-17
* Improve parsetree representation of special functions such as CURRENT_DATE.Tom Lane2016-08-16
* Fix typosPeter Eisentraut2016-08-16
* Final pgindent + perltidy run for 9.6.Tom Lane2016-08-15
* 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 assorted problems in recovery testsAlvaro Herrera2016-08-03
* Consistently capitalize names of recovery testsPeter Eisentraut2016-08-02
* Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.Tom Lane2016-08-01
* Correctly handle owned sequences with extensionsStephen Frost2016-07-31
* 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