summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2016-09-13Add more tests for targetlist SRFs.Andres Freund
2016-09-09Fix locking a tuple updated by an aborted (sub)transactionAlvaro Herrera
2016-09-08Fix two src/test/modules MakefilesAlvaro Herrera
2016-09-08Allow pg_dump to dump non-extension members of an extension-owned schema.Tom Lane
2016-09-07Support renaming an existing value of an enum type.Tom Lane
2016-09-05Make locale-dependent regex character classes work for large char codes.Tom Lane
2016-09-05Relax transactional restrictions on ALTER TYPE ... ADD VALUE.Tom Lane
2016-09-05Dirty replication slots when using sql interfaceSimon Riggs
2016-09-05Add regression test coverage for non-default timezone abbreviation sets.Tom Lane
2016-09-04Remove useless pg_strdup() operations.Tom Lane
2016-09-03New recovery target recovery_target_lsnSimon Riggs
2016-09-02Don't require dynamic timezone abbreviations to match underlying time zone.Tom Lane
2016-09-02Speed up SUM calculation in numeric aggregates.Heikki Linnakangas
2016-08-30Fix a bunch of places that called malloc and friends with no NULL check.Tom Lane
2016-08-25Fix instability in parallel regression tests.Tom Lane
2016-08-24Fix improper repetition of previous results from a hashed aggregate.Tom Lane
2016-08-23Create an SP-GiST opclass for inet/cidr.Tom Lane
2016-08-23Add txid_current_ifassigned().Robert Haas
2016-08-22Run select_parallel test by itselfPeter Eisentraut
2016-08-19Use LEFT JOINs in some system views in case referenced row doesn't exist.Tom Lane
2016-08-19Add alternative output for ON CONFLICT toast isolation test.Andres Freund
2016-08-18Fix deletion of speculatively inserted TOAST on conflictAndres Freund
2016-08-17Implement regexp_match(), a simplified alternative to regexp_matches().Tom Lane
2016-08-17Improve parsetree representation of special functions such as CURRENT_DATE.Tom Lane
2016-08-16Fix typosPeter Eisentraut
2016-08-15Final pgindent + perltidy run for 9.6.Tom Lane
2016-08-14Remove bogus dependencies on NUMERIC_MAX_PRECISION.Tom Lane
2016-08-13Add SQL-accessible functions for inspecting index AM properties.Tom Lane
2016-08-11Fix busted Assert for CREATE MATVIEW ... WITH NO DATA.Tom Lane
2016-08-08Fix two errors with nested CASE/WHEN constructs.Tom Lane
2016-08-08Sort out paired double quotes in \connect, \password and \crosstabview.Noah Misch
2016-08-08Make format() error messages consistent againPeter Eisentraut
2016-08-05Make array_to_tsvector() sort and de-duplicate the given strings.Tom Lane
2016-08-05Fix ts_delete(tsvector, text[]) to cope with duplicate array entries.Tom Lane
2016-08-03Make INSERT-from-multiple-VALUES-rows handle targetlist indirection better.Tom Lane
2016-08-03Fix assorted problems in recovery testsAlvaro Herrera
2016-08-02Consistently capitalize names of recovery testsPeter Eisentraut
2016-08-01Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.Tom Lane
2016-07-31Correctly handle owned sequences with extensionsStephen Frost
2016-07-29Fix tqueue.c's range-remapping code.Tom Lane
2016-07-29Eliminate a few more user-visible "cache lookup failed" errors.Robert Haas
2016-07-28Fix assorted fallout from IS [NOT] NULL patch.Tom Lane
2016-07-27Allow functions that return sets of tuples to return simple NULLs.Tom Lane
2016-07-26Change various deparsing functions to return NULL for invalid input.Robert Haas
2016-07-26Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields.Tom Lane
2016-07-26Fix improper example of using psql() function in TAP tests documentation.Fujii Masao
2016-07-26Message style improvementsPeter Eisentraut
2016-07-25Give recovery tests more time to finishAlvaro Herrera
2016-07-22Fix regression tests to work in Welsh locale.Tom Lane
2016-07-21Make core regression tests safe for Danish locale.Tom Lane