aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Replace "amgetmulti" AM functions with "amgetbitmap", in which the wholeTom Lane2008-04-10
* Implement a few changes to how shared libraries and dynamically loadablePeter Eisentraut2008-04-07
* Make plpgsql support FOR over a query specified by a cursor declaration,Tom Lane2008-04-06
* Improve hash_any() to use word-wide fetches when hashing suitably alignedTom Lane2008-04-06
* Re-implement division for numeric values using the traditional "schoolbook"Tom Lane2008-04-04
* Support EXECUTE USING in plpgsql.Tom Lane2008-04-01
* Apply my original fix for Taiki Yamaguchi's bug report about DISTINCT MAX().Tom Lane2008-03-31
* Fix a number of places that were making file-type tests infelicitously.Tom Lane2008-03-31
* Support statement-level ON TRUNCATE triggers. Simon RiggsTom Lane2008-03-28
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-25
* More README src cleanups.Bruce Momjian2008-03-21
* Arrange for an explicit cast applied to an ARRAY[] constructor to be appliedTom Lane2008-03-20
* Catch all errors in for and while loops in makefiles. Don't ignore anyPeter Eisentraut2008-03-18
* Implement enum type for guc parameters, and convert a couple of existingMagnus Hagander2008-03-10
* Use windows DACL fix for pg_regress as well.Magnus Hagander2008-03-04
* Make pg_regress -V consistent with the corresponding code in otherTom Lane2008-02-20
* Update timezone code to track the upstream changes since 2003. In particularTom Lane2008-02-16
* Allow AS to be omitted when specifying an output column name in SELECTTom Lane2008-02-15
* Make pg_regress clean out the testtablespace directory only on Windows.Tom Lane2008-01-19
* Fix a regression test that fails if default_text_search_config isn'tTom Lane2008-01-13
* The original implementation of polymorphic aggregates didn't really get theTom Lane2008-01-11
* 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