aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Fix some planner issues found while investigating Kevin Grittner's reportTom Lane2008-01-09
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Fix attribution for Rime of the Ancient Mariner (obviously it's beenTom Lane2007-12-10
* The E. J. Pratt verse used as a tsearch test case is unfortunately stillTom Lane2007-12-09
* Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagateTom Lane2007-12-01
* Avoid incrementing the CommandCounter when CommandCounterIncrement is calledTom Lane2007-11-30
* Repair bug that allowed RevalidateCachedPlan to attempt to rebuild a cachedTom Lane2007-11-30
* Fix pg_regress to check the directory it is actually reading files from,Tom Lane2007-11-27
* Make casts from xml to text independent of the XML option setting, thusPeter Eisentraut2007-11-27
* Fix select_common_type() so that it can select a domain type, if all inputsTom Lane2007-11-26
* Fix XML tag namespace change inadvertantly missed from previous fix. AddAndrew Dunstan2007-11-25
* Add missed entry for new money regression test.Tom Lane2007-11-24
* Add regression tests for MONEY type.D'Arcy J.M. Cain2007-11-24
* Change descriptions of entity and tag objects to "XML entity" and "XML tag".Andrew Dunstan2007-11-20
* Fix tsvectorout() and tsqueryout() to escape backslesh, add test of that.Teodor Sigaev2007-11-16
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Have text search thesaurus files use "?" for stop words.Bruce Momjian2007-11-10
* Reduce error level of ROLLBACK outside a transaction from WARNING toBruce Momjian2007-11-10
* Add an expected-results file to get regression to pass cleanly in sv_SETom Lane2007-11-09
* Allow XML processing instructions starting with "xml" while prohibitingPeter Eisentraut2007-11-09
* After conferencing again with Bruce, put in more accurate XML error message.Peter Eisentraut2007-11-08
* Adjust test results for message changes. Darn.Peter Eisentraut2007-11-08
* Use "alternative" instead of "alternate" where it is clearer.Peter Eisentraut2007-11-07
* Mention the index name in 'could not create unique index' errors,Tom Lane2007-10-29
* Remove the hack in the grammar that "optimized away" DEFAULT NULL clauses.Tom Lane2007-10-29
* Change text search parsing rules for hyphenated words so that digit stringsTom Lane2007-10-27
* Rename default text search parser's "uri" token type to "url_path",Tom Lane2007-10-27
* Disallow scrolling of FOR UPDATE/FOR SHARE cursors, so as to avoid problemsTom Lane2007-10-24
* Fix UPDATE/DELETE WHERE CURRENT OF to support repeated update and update-Tom Lane2007-10-24
* Remove the aggregate form of ts_rewrite(), since it doesn't work as desiredTom Lane2007-10-24
* Rename and slightly redefine the default text search parser's "word"Tom Lane2007-10-23
* Fix two-argument form of ts_rewrite() so it actually works for cases whereTom Lane2007-10-23
* Migrate the former contrib/txid module into core. This will make it easierTom Lane2007-10-13
* Strengthen type_sanity's check on pg_type.typarray. It failed toTom Lane2007-10-13
* Fix the plan-invalidation mechanism to treat regclass constants that refer toTom Lane2007-10-11
* Just-in-time background writing strategy. This code avoids re-scanningTom Lane2007-09-25
* Simplify and rename some GUC variables, per various recent discussions:Tom Lane2007-09-24
* Remove "convert 'blah' using conversion_name" facility, because if itAndrew Dunstan2007-09-24
* Temporarily modify tsearch regression tests to suppress notice that comesTom Lane2007-09-23
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-20
* Add regression tests for ispell, synonym and thesaurus dictionaries.Teodor Sigaev2007-09-11
* Rename recently-added pg_stat_activity column from txn_start to xact_start,Tom Lane2007-09-11
* Arrange for SET LOCAL's effects to persist until the end of the current topTom Lane2007-09-11
* fix typo in regression Makefile.Andrew Dunstan2007-09-09
* Provide for a file specifying non-standard config options for temp installAndrew Dunstan2007-09-09
* Implement lazy XID allocation: transactions that do not modify any databaseTom Lane2007-09-05
* Add an ORDER BY to nail down the expected row order from a query that'sTom Lane2007-09-03
* Fix breakage of GIN support for varchar[] and cidr[] that I introduced in theTom Lane2007-09-03
* Implement function-local GUC parameter settings, as per recent discussion.Tom Lane2007-09-03
* Rewrite make_outerjoininfo's construction of min_lefthand and min_righthandTom Lane2007-08-31