summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2008-04-21Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane
2008-04-10Replace "amgetmulti" AM functions with "amgetbitmap", in which the wholeTom Lane
2008-04-07Implement a few changes to how shared libraries and dynamically loadablePeter Eisentraut
2008-04-06Make plpgsql support FOR over a query specified by a cursor declaration,Tom Lane
2008-04-06Improve hash_any() to use word-wide fetches when hashing suitably alignedTom Lane
2008-04-04Re-implement division for numeric values using the traditional "schoolbook"Tom Lane
2008-04-01Support EXECUTE USING in plpgsql.Tom Lane
2008-03-31Apply my original fix for Taiki Yamaguchi's bug report about DISTINCT MAX().Tom Lane
2008-03-31Fix a number of places that were making file-type tests infelicitously.Tom Lane
2008-03-28Support statement-level ON TRUNCATE triggers. Simon RiggsTom Lane
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