summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2016-07-17Establish conventions about global object names used in regression tests.Tom Lane
2016-07-16Improve test case exercising the sorting path for hash index build.Tom Lane
2016-07-16Add regression test case exercising the sorting path for hash index build.Tom Lane
2016-07-15Avoid serializability errors when locking a tuple with a committed updateAlvaro Herrera
2016-07-15Fix parsing NOT sequence in tsqueryTeodor Sigaev
2016-07-15Fix nested NOT operation cleanup in tsquery.Teodor Sigaev
2016-07-13Minor test adjustment.Tom Lane
2016-07-13Add a regression test case to improve code coverage for tuplesort.Tom Lane
2016-07-09Fix TAP tests and MSVC scripts for pathnames with spaces.Tom Lane
2016-07-07Rename pg_stat_wal_receiver.conn_info to conninfo.Fujii Masao
2016-07-04Fix failure to handle conflicts in non-arbiter exclusion constraints.Tom Lane
2016-07-02Fix failure to mark all aggregates with appropriate transtype.Tom Lane
2016-07-02Fix some interrelated planner issues with initPlans and Param munging.Tom Lane
2016-07-01Provide and use a makefile target to build all generated headers.Tom Lane
2016-07-01Set consider_parallel correctly for upper planner rels.Robert Haas
2016-06-29Fix some infelicities in EXPLAIN output for parallel query plans.Tom Lane
2016-06-29Update rules.out to match commit 9ed551e0a.Tom Lane
2016-06-29Fix match_foreign_keys_to_quals for FKs linking to unused rtable entries.Tom Lane
2016-06-28Don't apply sortgroupref labels to a tlist that might not match.Tom Lane
2016-06-27Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.Tom Lane
2016-06-27Change predecence of phrase operator.Teodor Sigaev