summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2008-03-25Simplify and standardize conversions between TEXT datums and ordinary CTom Lane
2008-03-21More README src cleanups.Bruce Momjian
2008-03-20Arrange for an explicit cast applied to an ARRAY[] constructor to be appliedTom Lane
2008-03-18Catch all errors in for and while loops in makefiles. Don't ignore anyPeter Eisentraut
2008-03-10Implement enum type for guc parameters, and convert a couple of existingMagnus Hagander
2008-03-04Use windows DACL fix for pg_regress as well.Magnus Hagander
2008-02-20Make pg_regress -V consistent with the corresponding code in otherTom Lane
2008-02-16Update timezone code to track the upstream changes since 2003. In particularTom Lane
2008-02-15Allow AS to be omitted when specifying an output column name in SELECTTom Lane
2008-01-19Make pg_regress clean out the testtablespace directory only on Windows.Tom Lane
2008-01-13Fix a regression test that fails if default_text_search_config isn'tTom Lane
2008-01-11The original implementation of polymorphic aggregates didn't really get theTom Lane
2008-01-09Fix some planner issues found while investigating Kevin Grittner's reportTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-12-10Fix attribution for Rime of the Ancient Mariner (obviously it's beenTom Lane
2007-12-09The E. J. Pratt verse used as a tsearch test case is unfortunately stillTom Lane
2007-12-01Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagateTom Lane
2007-11-30Avoid incrementing the CommandCounter when CommandCounterIncrement is calledTom Lane
2007-11-30Repair bug that allowed RevalidateCachedPlan to attempt to rebuild a cachedTom Lane
2007-11-27Fix pg_regress to check the directory it is actually reading files from,Tom Lane
2007-11-27Make casts from xml to text independent of the XML option setting, thusPeter Eisentraut
2007-11-26Fix select_common_type() so that it can select a domain type, if all inputsTom Lane
2007-11-25Fix XML tag namespace change inadvertantly missed from previous fix. AddAndrew Dunstan
2007-11-24Add missed entry for new money regression test.Tom Lane
2007-11-24Add regression tests for MONEY type.D'Arcy J.M. Cain
2007-11-20Change descriptions of entity and tag objects to "XML entity" and "XML tag".Andrew Dunstan
2007-11-16Fix tsvectorout() and tsqueryout() to escape backslesh, add test of that.Teodor Sigaev
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