summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-11-10Have text search thesaurus files use "?" for stop words.Bruce Momjian
2007-11-10Reduce error level of ROLLBACK outside a transaction from WARNING toBruce Momjian
2007-11-09Add an expected-results file to get regression to pass cleanly in sv_SETom Lane
2007-11-09Allow XML processing instructions starting with "xml" while prohibitingPeter Eisentraut
2007-11-08After conferencing again with Bruce, put in more accurate XML error message.Peter Eisentraut
2007-11-08Adjust test results for message changes. Darn.Peter Eisentraut
2007-11-07Use "alternative" instead of "alternate" where it is clearer.Peter Eisentraut
2007-10-29Mention the index name in 'could not create unique index' errors,Tom Lane
2007-10-29Remove the hack in the grammar that "optimized away" DEFAULT NULL clauses.Tom Lane
2007-10-27Change text search parsing rules for hyphenated words so that digit stringsTom Lane
2007-10-27Rename default text search parser's "uri" token type to "url_path",Tom Lane
2007-10-24Disallow scrolling of FOR UPDATE/FOR SHARE cursors, so as to avoid problemsTom Lane
2007-10-24Fix UPDATE/DELETE WHERE CURRENT OF to support repeated update and update-Tom Lane
2007-10-24Remove the aggregate form of ts_rewrite(), since it doesn't work as desiredTom Lane
2007-10-23Rename and slightly redefine the default text search parser's "word"Tom Lane
2007-10-23Fix two-argument form of ts_rewrite() so it actually works for cases whereTom Lane
2007-10-13Migrate the former contrib/txid module into core. This will make it easierTom Lane
2007-10-13Strengthen type_sanity's check on pg_type.typarray. It failed toTom Lane
2007-10-11Fix the plan-invalidation mechanism to treat regclass constants that refer toTom Lane
2007-09-25Just-in-time background writing strategy. This code avoids re-scanningTom Lane
2007-09-24Simplify and rename some GUC variables, per various recent discussions:Tom Lane
2007-09-24Remove "convert 'blah' using conversion_name" facility, because if itAndrew Dunstan
2007-09-23Temporarily modify tsearch regression tests to suppress notice that comesTom Lane
2007-09-20HOT updates. When we update a tuple without changing any of its indexedTom Lane
2007-09-11Add regression tests for ispell, synonym and thesaurus dictionaries.Teodor Sigaev
2007-09-11Rename recently-added pg_stat_activity column from txn_start to xact_start,Tom Lane
2007-09-11Arrange for SET LOCAL's effects to persist until the end of the current topTom Lane
2007-09-09fix typo in regression Makefile.Andrew Dunstan
2007-09-09Provide for a file specifying non-standard config options for temp installAndrew Dunstan
2007-09-05Implement lazy XID allocation: transactions that do not modify any databaseTom Lane
2007-09-03Add an ORDER BY to nail down the expected row order from a query that'sTom Lane
2007-09-03Fix breakage of GIN support for varchar[] and cidr[] that I introduced in theTom Lane
2007-09-03Implement function-local GUC parameter settings, as per recent discussion.Tom Lane
2007-08-31Rewrite make_outerjoininfo's construction of min_lefthand and min_righthandTom Lane
2007-08-25Rename built-in Snowball stemmer dictionaries to be english_stem,Tom Lane
2007-08-21Uppercase keywords in regression tsearch test scripts.Bruce Momjian
2007-08-21Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane
2007-08-19Provide for logfiles in machine readable CSV format. In consequence, renameAndrew Dunstan
2007-08-15Repair problems occurring when multiple RI updates have to be done to the sameTom Lane
2007-08-11Code review for regexp_matches/regexp_split patch. Refactor to avoid assumingTom Lane
2007-08-01Fix strange quoting.Bruce Momjian
2007-08-01Fix script quoting problem.Bruce Momjian
2007-07-31Fix a bug in the original implementation of redundant-join-clause removal:Tom Lane
2007-07-25Arrange to put TOAST tables belonging to temporary tables into special schemasTom Lane
2007-07-25Adjust horology test to avoid join-plan-dependent result ordering inTom Lane
2007-07-25Implement RETURN QUERY for PL/PgSQL. This provides some convenient syntaxNeil Conway
2007-07-20Fix regression tests for PL/pgSQL error message changesPeter Eisentraut
2007-07-18Fix an old thinko in SS_make_initplan_from_plan, which is used when optimizingTom Lane
2007-07-18Cast NULL to a pointer type in the execl() call, to avoid a compiler warning onAlvaro Herrera