summaryrefslogtreecommitdiff
path: root/src/test/regress
AgeCommit message (Expand)Author
2008-06-11Improve reporting of dependencies in DROP to work like the scheme that weTom Lane
2008-06-09Fix an ALTER TABLE test case so that it actually tests what the comment says itTom Lane
2008-06-08Rewrite DROP's dependency traversal algorithm into an honest two-passTom Lane
2008-05-30Copy refint.so and autoinc.so into the src/test/regress directory duringTom Lane
2008-05-27Alter the xxx_pattern_ops opclasses to use the regular equality operator ofTom Lane
2008-05-25Adjust timestamp regression tests to prevent two low-probability failureTom Lane
2008-05-17Improve pg_regress so that it reports the fact if any test processTom Lane
2008-05-16Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing aTom Lane
2008-05-16Extend GIN to support partial-match searches, and extend tsquery to supportTom Lane
2008-05-15Support SQL/PSM-compatible CASE statement in plpgsql.Tom Lane
2008-05-15Add support for tracking call counts and elapsed runtime for user-definedTom Lane
2008-05-13Improve plpgsql's RAISE command. It is now possible to attach DETAIL andTom Lane
2008-05-10Update alternative output regression files for new float8 test of power().Bruce Momjian
2008-05-09Change the rules for inherited CHECK constraints to be essentially the sameTom Lane
2008-05-09Fix bogus expected output that should have made it quite clear thatTom Lane
2008-05-08Add regression test for various power expressions with a zero base, andBruce Momjian
2008-05-08Have psql output tab as the proper number of spaces, rather than \x09.Bruce Momjian
2008-05-08Fix rules regression test for recent pg_stat_activity change.Tom Lane
2008-05-07Make the pg_stat_activity view call a SRF (pg_stat_get_activity())Magnus Hagander
2008-05-05Display ACLS using multiple lines for psql's \z. Brendan Jurd.Andrew Dunstan
2008-05-03Support RETURN QUERY EXECUTE in plpgsql.Tom Lane
2008-04-28Increase the statement_timeout value used in the prepared_xacts regressionTom Lane
2008-04-28Add generate_subscripts, a series-generation function which generates anAlvaro Herrera
2008-04-24Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column is correctlyTom Lane
2008-04-21Fix convert_IN_to_join to properly handle the case where the subselect'sTom Lane
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-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