summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Update alternative output regression files for new float8 test of power().Bruce Momjian2008-05-103-0/+18
* Change the rules for inherited CHECK constraints to be essentially the sameTom Lane2008-05-094-24/+324
* Fix bogus expected output that should have made it quite clear thatTom Lane2008-05-091-68/+66
* Add regression test for various power expressions with a zero base, andBruce Momjian2008-05-082-0/+8
* Have psql output tab as the proper number of spaces, rather than \x09.Bruce Momjian2008-05-081-7/+9
* Fix rules regression test for recent pg_stat_activity change.Tom Lane2008-05-081-1/+1
* Make the pg_stat_activity view call a SRF (pg_stat_get_activity())Magnus Hagander2008-05-071-1/+1
* Display ACLS using multiple lines for psql's \z. Brendan Jurd.Andrew Dunstan2008-05-051-8/+10
* Support RETURN QUERY EXECUTE in plpgsql.Tom Lane2008-05-032-0/+32
* Increase the statement_timeout value used in the prepared_xacts regressionTom Lane2008-04-282-4/+4
* Add generate_subscripts, a series-generation function which generates anAlvaro Herrera2008-04-282-0/+47
* Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column is correctlyTom Lane2008-04-242-0/+22
* Fix convert_IN_to_join to properly handle the case where the subselect'sTom Lane2008-04-212-0/+52
* Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane2008-04-212-2/+4
* Replace "amgetmulti" AM functions with "amgetbitmap", in which the wholeTom Lane2008-04-108-13/+194
* Implement a few changes to how shared libraries and dynamically loadablePeter Eisentraut2008-04-071-10/+3
* Make plpgsql support FOR over a query specified by a cursor declaration,Tom Lane2008-04-062-0/+190
* Improve hash_any() to use word-wide fetches when hashing suitably alignedTom Lane2008-04-062-10/+10
* Re-implement division for numeric values using the traditional "schoolbook"Tom Lane2008-04-042-0/+99
* Support EXECUTE USING in plpgsql.Tom Lane2008-04-012-1/+38
* Apply my original fix for Taiki Yamaguchi's bug report about DISTINCT MAX().Tom Lane2008-03-312-0/+40
* Fix a number of places that were making file-type tests infelicitously.Tom Lane2008-03-311-2/+2
* Support statement-level ON TRUNCATE triggers. Simon RiggsTom Lane2008-03-282-0/+131
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-11/+4
* More README src cleanups.Bruce Momjian2008-03-216-1/+17
* Arrange for an explicit cast applied to an ARRAY[] constructor to be appliedTom Lane2008-03-202-0/+11
* Catch all errors in for and while loops in makefiles. Don't ignore anyPeter Eisentraut2008-03-187-32/+12
* Implement enum type for guc parameters, and convert a couple of existingMagnus Hagander2008-03-101-1/+1
* Use windows DACL fix for pg_regress as well.Magnus Hagander2008-03-041-2/+18
* Make pg_regress -V consistent with the corresponding code in otherTom Lane2008-02-201-2/+2
* Update timezone code to track the upstream changes since 2003. In particularTom Lane2008-02-162-0/+32
* Allow AS to be omitted when specifying an output column name in SELECTTom Lane2008-02-151-2/+2
* Make pg_regress clean out the testtablespace directory only on Windows.Tom Lane2008-01-191-6/+16
* Fix a regression test that fails if default_text_search_config isn'tTom Lane2008-01-132-2/+2
* The original implementation of polymorphic aggregates didn't really get theTom Lane2008-01-112-0/+72
* Fix some planner issues found while investigating Kevin Grittner's reportTom Lane2008-01-093-0/+85
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-018-16/+16
* Fix attribution for Rime of the Ancient Mariner (obviously it's beenTom Lane2007-12-102-12/+12
* The E. J. Pratt verse used as a tsearch test case is unfortunately stillTom Lane2007-12-092-138/+165
* Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagateTom Lane2007-12-011-0/+2
* Avoid incrementing the CommandCounter when CommandCounterIncrement is calledTom Lane2007-11-302-159/+59
* Repair bug that allowed RevalidateCachedPlan to attempt to rebuild a cachedTom Lane2007-11-302-0/+59
* Fix pg_regress to check the directory it is actually reading files from,Tom Lane2007-11-271-13/+19
* Make casts from xml to text independent of the XML option setting, thusPeter Eisentraut2007-11-272-1/+11
* Fix select_common_type() so that it can select a domain type, if all inputsTom Lane2007-11-262-0/+24
* Fix XML tag namespace change inadvertantly missed from previous fix. AddAndrew Dunstan2007-11-252-0/+19
* Add missed entry for new money regression test.Tom Lane2007-11-241-1/+2
* Add regression tests for MONEY type.D'Arcy J.M. Cain2007-11-245-4/+252
* Change descriptions of entity and tag objects to "XML entity" and "XML tag".Andrew Dunstan2007-11-201-2/+2
* Fix tsvectorout() and tsqueryout() to escape backslesh, add test of that.Teodor Sigaev2007-11-162-0/+21