aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Clean up the loose ends in selectivity estimation left by my patch for semiTom Lane2008-08-16
* Support hashing for duplicate-elimination in INTERSECT and EXCEPT queries.Tom Lane2008-08-07
* Teach the system how to use hashing for UNION. (INTERSECT/EXCEPT will follow,Tom Lane2008-08-07
* Add an ORDER BY to one more SELECT DISTINCT test case, per buildfarm results.Tom Lane2008-08-05
* Fix some message style guideline violations in pg_regress, as well asTom Lane2008-08-05
* Improve SELECT DISTINCT to consider hash aggregation, as well as sort/uniq,Tom Lane2008-08-05
* Fix copy-and-pasteo that's causing pg_regress to lie about which file it can'tTom Lane2008-08-03
* Flip the default typispreferred setting from true to false. This affectsTom Lane2008-07-30
* Replace the hard-wired type knowledge in TypeCategory() and IsPreferredType()Tom Lane2008-07-30
* Code review for array_fill patch: fix inadequate check for array size overflowTom Lane2008-07-21
* Implement SQL-spec RETURNS TABLE syntax for functions.Tom Lane2008-07-18
* Add a "provariadic" column to pg_proc to eliminate the remarkably expensiveTom Lane2008-07-16
* Support "variadic" functions, which can accept a variable number of argumentsTom Lane2008-07-16
* Add array_fill() to create arrays initialized with a value.Bruce Momjian2008-07-16
* Create a type-specific typanalyze routine for tsvector, which collects statsTom Lane2008-07-14
* Multi-column GIN indexes. Teodor SigaevTom Lane2008-07-11
* Fix mis-calculation of extParam/allParam sets for plan nodes, as seen inTom Lane2008-07-10
* Don't refer to the database name "regression" inside the regression testPeter Eisentraut2008-07-03
* Don't print the name of the database in psql \z.Peter Eisentraut2008-07-03
* Clean up weird whitespace. Separate patch to simplifiy the next change.Peter Eisentraut2008-07-03
* Consider a clause to be outerjoin_delayed if it references the nullable sideTom Lane2008-06-27
* Refactor the handling of the various DropStmt variants so that when multipleTom Lane2008-06-14
* Improve reporting of dependencies in DROP to work like the scheme that weTom Lane2008-06-11
* Fix an ALTER TABLE test case so that it actually tests what the comment says itTom Lane2008-06-09
* Rewrite DROP's dependency traversal algorithm into an honest two-passTom Lane2008-06-08
* Copy refint.so and autoinc.so into the src/test/regress directory duringTom Lane2008-05-30
* Alter the xxx_pattern_ops opclasses to use the regular equality operator ofTom Lane2008-05-27
* Adjust timestamp regression tests to prevent two low-probability failureTom Lane2008-05-25
* Improve pg_regress so that it reports the fact if any test processTom Lane2008-05-17
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-17
* Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing aTom Lane2008-05-16
* Extend GIN to support partial-match searches, and extend tsquery to supportTom Lane2008-05-16
* Support SQL/PSM-compatible CASE statement in plpgsql.Tom Lane2008-05-15
* Add support for tracking call counts and elapsed runtime for user-definedTom Lane2008-05-15
* Improve plpgsql's RAISE command. It is now possible to attach DETAIL andTom Lane2008-05-13
* Update alternative output regression files for new float8 test of power().Bruce Momjian2008-05-10
* Change the rules for inherited CHECK constraints to be essentially the sameTom Lane2008-05-09
* Fix bogus expected output that should have made it quite clear thatTom Lane2008-05-09
* Add regression test for various power expressions with a zero base, andBruce Momjian2008-05-08
* Have psql output tab as the proper number of spaces, rather than \x09.Bruce Momjian2008-05-08
* Fix rules regression test for recent pg_stat_activity change.Tom Lane2008-05-08
* Make the pg_stat_activity view call a SRF (pg_stat_get_activity())Magnus Hagander2008-05-07
* Display ACLS using multiple lines for psql's \z. Brendan Jurd.Andrew Dunstan2008-05-05
* Support RETURN QUERY EXECUTE in plpgsql.Tom Lane2008-05-03
* Increase the statement_timeout value used in the prepared_xacts regressionTom Lane2008-04-28
* Add generate_subscripts, a series-generation function which generates anAlvaro Herrera2008-04-28
* Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column is correctlyTom Lane2008-04-24
* Fix convert_IN_to_join to properly handle the case where the subselect'sTom Lane2008-04-21
* Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane2008-04-21
* Replace "amgetmulti" AM functions with "amgetbitmap", in which the wholeTom Lane2008-04-10