| Commit message (Expand) | Author | Age |
* | Add test case for CREATE CAST. | Heikki Linnakangas | 2008-10-31 |
* | Add support for user-defined I/O conversion casts. | Heikki Linnakangas | 2008-10-31 |
* | Unicode escapes in strings and identifiers | Peter Eisentraut | 2008-10-29 |
* | Use format_type_be() instead of TypeNameToString() for some more user-facing | Peter Eisentraut | 2008-10-21 |
* | Improve headeline generation. Now headline can contain | Teodor Sigaev | 2008-10-17 |
* | Extend the date type to support infinity and -infinity, analogously to | Tom Lane | 2008-10-14 |
* | Add docs and regression test about sorting the output of a recursive query in | Tom Lane | 2008-10-14 |
* | Eliminate unnecessary array[] decoration in examples of recursive cycle | Tom Lane | 2008-10-14 |
* | Implement comparison of generic records (composite types), and invent a | Tom Lane | 2008-10-13 |
* | Update oidjoins test to match CVS HEAD. | Tom Lane | 2008-10-13 |
* | Fix corner case wherein a WorkTableScan node could get initialized before the | Tom Lane | 2008-10-13 |
* | Extend CTE patch to support recursive UNION (ie, without ALL). The | Tom Lane | 2008-10-07 |
* | Add columns boot_val and reset_val to the pg_settings view, to expose | Magnus Hagander | 2008-10-06 |
* | Fix a missed case in int8-exp-three-digits.out, per buildfarm results. | Tom Lane | 2008-10-06 |
* | Improve behavior of WITH RECURSIVE with an untyped literal in the | Tom Lane | 2008-10-05 |
* | Fix markTargetListOrigin() to not fail on a simple-Var reference to a | Tom Lane | 2008-10-05 |
* | Remove some unportable tests | Peter Eisentraut | 2008-10-05 |
* | Reverse int8.out and int8-exp-three-digits.out mixup. | Peter Eisentraut | 2008-10-05 |
* | Additional test coverage for int8 type (int8.c) | Peter Eisentraut | 2008-10-05 |
* | Additional test coverage for boolean type (bool.c) | Peter Eisentraut | 2008-10-05 |
* | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane | 2008-10-04 |
* | Additional string function tests for coverage of oracle_compat.c | Peter Eisentraut | 2008-10-04 |
* | Add regression test for macaddr type. Enhance documentation about accepted | Peter Eisentraut | 2008-10-03 |
* | Allow pg_regress to be run outside the build tree. Look for input files | Peter Eisentraut | 2008-10-01 |
* | Establish the rule that array types should have the same typdelim as their | Tom Lane | 2008-09-25 |
* | Clean up a couple of weird corner cases in interval parsing: make -yyyy-mm be | Tom Lane | 2008-09-16 |
* | Tighten up to_date/to_timestamp so that they are more likely to reject | Tom Lane | 2008-09-11 |
* | Adjust the parser to accept the typename syntax INTERVAL ... SECOND(n) | Tom Lane | 2008-09-11 |
* | Make our parsing of INTERVAL literals spec-compliant (or at least a heck of | Tom Lane | 2008-09-10 |
* | Add "source file" and "source line" information to each GUC variable. | Alvaro Herrera | 2008-09-10 |
* | Create a separate grantable privilege for TRUNCATE, rather than having it be | Tom Lane | 2008-09-08 |
* | Add a variant expected-output file for the sequence regression test, to cover | Tom Lane | 2008-09-01 |
* | Add a bunch of new error location reports to parse-analysis error messages. | Tom Lane | 2008-09-01 |
* | Extend the parser location infrastructure to include a location field in | Tom Lane | 2008-08-28 |
* | Convert remaining builtin set-returning functions to use OUT parameters, making | Magnus Hagander | 2008-08-25 |
* | Clean up the loose ends in selectivity estimation left by my patch for semi | Tom Lane | 2008-08-16 |
* | Support hashing for duplicate-elimination in INTERSECT and EXCEPT queries. | Tom Lane | 2008-08-07 |
* | Teach the system how to use hashing for UNION. (INTERSECT/EXCEPT will follow, | Tom Lane | 2008-08-07 |
* | Add an ORDER BY to one more SELECT DISTINCT test case, per buildfarm results. | Tom Lane | 2008-08-05 |
* | Fix some message style guideline violations in pg_regress, as well as | Tom Lane | 2008-08-05 |
* | Improve SELECT DISTINCT to consider hash aggregation, as well as sort/uniq, | Tom Lane | 2008-08-05 |
* | Fix copy-and-pasteo that's causing pg_regress to lie about which file it can't | Tom Lane | 2008-08-03 |
* | Flip the default typispreferred setting from true to false. This affects | Tom Lane | 2008-07-30 |
* | Replace the hard-wired type knowledge in TypeCategory() and IsPreferredType() | Tom Lane | 2008-07-30 |
* | Code review for array_fill patch: fix inadequate check for array size overflow | Tom Lane | 2008-07-21 |
* | Implement SQL-spec RETURNS TABLE syntax for functions. | Tom Lane | 2008-07-18 |
* | Add a "provariadic" column to pg_proc to eliminate the remarkably expensive | Tom Lane | 2008-07-16 |
* | Support "variadic" functions, which can accept a variable number of arguments | Tom Lane | 2008-07-16 |
* | Add array_fill() to create arrays initialized with a value. | Bruce Momjian | 2008-07-16 |
* | Create a type-specific typanalyze routine for tsvector, which collects stats | Tom Lane | 2008-07-14 |