]> granicus.if.org Git - postgresql/history - src/test
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
[postgresql] / src / test /
2008-10-31 Heikki LinnakangasAdd support for user-defined I/O conversion casts.
2008-10-29 Peter EisentrautUnicode escapes in strings and identifiers
2008-10-21 Peter EisentrautUse format_type_be() instead of TypeNameToString()...
2008-10-17 Teodor SigaevImprove headeline generation. Now headline can contain
2008-10-14 Tom LaneExtend the date type to support infinity and -infinity...
2008-10-14 Tom LaneAdd docs and regression test about sorting the output...
2008-10-14 Tom LaneEliminate unnecessary array[] decoration in examples...
2008-10-13 Tom LaneImplement comparison of generic records (composite...
2008-10-13 Tom LaneUpdate oidjoins test to match CVS HEAD.
2008-10-13 Tom LaneFix corner case wherein a WorkTableScan node could...
2008-10-07 Tom LaneExtend CTE patch to support recursive UNION (ie, withou...
2008-10-06 Magnus HaganderAdd columns boot_val and reset_val to the pg_settings...
2008-10-06 Tom LaneFix a missed case in int8-exp-three-digits.out, per...
2008-10-05 Tom LaneImprove behavior of WITH RECURSIVE with an untyped...
2008-10-05 Tom LaneFix markTargetListOrigin() to not fail on a simple...
2008-10-05 Peter EisentrautRemove some unportable tests
2008-10-05 Peter EisentrautReverse int8.out and int8-exp-three-digits.out mixup.
2008-10-05 Peter EisentrautAdditional test coverage for int8 type (int8.c)
2008-10-05 Peter EisentrautAdditional test coverage for boolean type (bool.c)
2008-10-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...
2008-10-04 Peter EisentrautAdditional string function tests for coverage of oracle...
2008-10-03 Peter EisentrautAdd regression test for macaddr type. Enhance document...
2008-10-01 Peter EisentrautAllow pg_regress to be run outside the build tree....
2008-09-25 Tom LaneEstablish the rule that array types should have the...
2008-09-16 Tom LaneClean up a couple of weird corner cases in interval...
2008-09-11 Tom LaneTighten up to_date/to_timestamp so that they are more...
2008-09-11 Tom LaneAdjust the parser to accept the typename syntax INTERVA...
2008-09-10 Tom LaneMake our parsing of INTERVAL literals spec-compliant...
2008-09-10 Alvaro HerreraAdd "source file" and "source line" information to...
2008-09-08 Tom LaneCreate a separate grantable privilege for TRUNCATE...
2008-09-01 Tom LaneAdd a variant expected-output file for the sequence...
2008-09-01 Tom LaneAdd a bunch of new error location reports to parse...
2008-08-28 Tom LaneExtend the parser location infrastructure to include...
2008-08-25 Magnus HaganderConvert remaining builtin set-returning functions to...
2008-08-16 Tom LaneClean up the loose ends in selectivity estimation left...
2008-08-07 Tom LaneSupport hashing for duplicate-elimination in INTERSECT...
2008-08-07 Tom LaneTeach the system how to use hashing for UNION. (INTERS...
2008-08-05 Tom LaneAdd an ORDER BY to one more SELECT DISTINCT test case...
2008-08-05 Tom LaneFix some message style guideline violations in pg_regre...
2008-08-05 Tom LaneImprove SELECT DISTINCT to consider hash aggregation...
2008-08-03 Tom LaneFix copy-and-pasteo that's causing pg_regress to lie...
2008-07-30 Tom LaneFlip the default typispreferred setting from true to...
2008-07-30 Tom LaneReplace the hard-wired type knowledge in TypeCategory...
2008-07-21 Tom LaneCode review for array_fill patch: fix inadequate check...
2008-07-18 Tom LaneImplement SQL-spec RETURNS TABLE syntax for functions.
2008-07-16 Tom LaneAdd a "provariadic" column to pg_proc to eliminate...
2008-07-16 Tom LaneSupport "variadic" functions, which can accept a variab...
2008-07-16 Bruce MomjianAdd array_fill() to create arrays initialized with...
2008-07-14 Tom LaneCreate a type-specific typanalyze routine for tsvector...
2008-07-11 Tom LaneMulti-column GIN indexes. Teodor Sigaev
2008-07-10 Tom LaneFix mis-calculation of extParam/allParam sets for plan...
2008-07-03 Peter EisentrautDon't refer to the database name "regression" inside...
2008-07-03 Peter EisentrautDon't print the name of the database in psql \z.
2008-07-03 Peter EisentrautClean up weird whitespace. Separate patch to simplifiy...
2008-06-27 Tom LaneConsider a clause to be outerjoin_delayed if it referen...
2008-06-14 Tom LaneRefactor the handling of the various DropStmt variants...
2008-06-11 Tom LaneImprove reporting of dependencies in DROP to work like...
2008-06-09 Tom LaneFix an ALTER TABLE test case so that it actually tests...
2008-06-08 Tom LaneRewrite DROP's dependency traversal algorithm into...
2008-05-30 Tom LaneCopy refint.so and autoinc.so into the src/test/regress...
2008-05-27 Tom LaneAlter the xxx_pattern_ops opclasses to use the regular...
2008-05-25 Tom LaneAdjust timestamp regression tests to prevent two low...
2008-05-17 Tom LaneImprove pg_regress so that it reports the fact if any...
2008-05-17 Andrew DunstanAdd $PostgreSQL$ markers to a lot of files that were...
2008-05-16 Tom LaneAdd a RESTART (without parameter) option to ALTER SEQUE...
2008-05-16 Tom LaneExtend GIN to support partial-match searches, and exten...
2008-05-15 Tom LaneSupport SQL/PSM-compatible CASE statement in plpgsql.
2008-05-15 Tom LaneAdd support for tracking call counts and elapsed runtim...
2008-05-13 Tom LaneImprove plpgsql's RAISE command. It is now possible...
2008-05-10 Bruce MomjianUpdate alternative output regression files for new...
2008-05-09 Tom LaneChange the rules for inherited CHECK constraints to...
2008-05-09 Tom LaneFix bogus expected output that should have made it...
2008-05-08 Bruce MomjianAdd regression test for various power expressions with...
2008-05-08 Bruce MomjianHave psql output tab as the proper number of spaces...
2008-05-08 Tom LaneFix rules regression test for recent pg_stat_activity...
2008-05-07 Magnus HaganderMake the pg_stat_activity view call a SRF (pg_stat_get_...
2008-05-05 Andrew DunstanDisplay ACLS using multiple lines for psql's \z. Brenda...
2008-05-03 Tom LaneSupport RETURN QUERY EXECUTE in plpgsql.
2008-04-28 Tom LaneIncrease the statement_timeout value used in the prepar...
2008-04-28 Alvaro HerreraAdd generate_subscripts, a series-generation function...
2008-04-24 Tom LaneFix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that...
2008-04-21 Tom LaneFix convert_IN_to_join to properly handle the case...
2008-04-21 Tom LaneAllow float8, int8, and related datatypes to be passed...
2008-04-10 Tom LaneReplace "amgetmulti" AM functions with "amgetbitmap...
2008-04-07 Peter EisentrautImplement a few changes to how shared libraries and...
2008-04-06 Tom LaneMake plpgsql support FOR over a query specified by...
2008-04-06 Tom LaneImprove hash_any() to use word-wide fetches when hashin...
2008-04-04 Tom LaneRe-implement division for numeric values using the...
2008-04-01 Tom LaneSupport EXECUTE USING in plpgsql.
2008-03-31 Tom LaneApply my original fix for Taiki Yamaguchi's bug report...
2008-03-31 Tom LaneFix a number of places that were making file-type tests...
2008-03-28 Tom LaneSupport statement-level ON TRUNCATE triggers. Simon...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-03-21 Bruce MomjianMore README src cleanups.
2008-03-20 Tom LaneArrange for an explicit cast applied to an ARRAY[]...
2008-03-18 Peter EisentrautCatch all errors in for and while loops in makefiles...
2008-03-10 Magnus HaganderImplement enum type for guc parameters, and convert...
2008-03-04 Magnus HaganderUse windows DACL fix for pg_regress as well.
2008-02-20 Tom LaneMake pg_regress -V consistent with the corresponding...
2008-02-16 Tom LaneUpdate timezone code to track the upstream changes...
next