| Commit message (Expand) | Author | Age |
* | Fix snapshot management, take two. | Alvaro Herrera | 2009-10-07 |
* | Change CREATE TABLE so that column default expressions coming from different | Tom Lane | 2009-10-06 |
* | Ensure that a cursor has an immutable snapshot throughout its lifespan. | Alvaro Herrera | 2009-10-02 |
* | Fix equivclass.c's not-quite-right strategy for handling X=X clauses. | Tom Lane | 2009-09-29 |
* | Fix crash if a DROP is attempted on an internally-dependent object. | Tom Lane | 2009-09-22 |
* | Fix assertion failure when a SELECT DISTINCT ON expression is volatile. | Tom Lane | 2009-09-12 |
* | Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of the | Tom Lane | 2009-09-09 |
* | Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExpr | Tom Lane | 2009-09-02 |
* | Modify the definition of window-function PARTITION BY and ORDER BY clauses | Tom Lane | 2009-08-27 |
* | Repair bug #4926 "too few pathkeys for mergeclauses". This example shows | Tom Lane | 2009-07-17 |
* | Fix handling of changed-Param signaling for CteScan plan nodes. We were using | Tom Lane | 2009-07-06 |
* | Make to_timestamp and friends skip leading spaces before an integer field, | Tom Lane | 2009-06-22 |
* | Change test tables in copy2 regression test to be temporary tables. | Tom Lane | 2009-06-14 |
* | Fix things so that you can still do "select foo()" where foo is a SQL | Tom Lane | 2009-06-11 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Make handling of INTERVAL DAY TO MINUTE and INTERVAL DAY TO SECOND input | Tom Lane | 2009-06-10 |
* | Fix xmlattribute escaping XML special characters twice (bug #4822). | Peter Eisentraut | 2009-06-09 |
* | Change AdjustIntervalForTypmod to not discard higher-order field values on the | Tom Lane | 2009-06-01 |
* | Fix LIKE's special-case code for % followed by _. I'm not entirely sure that | Tom Lane | 2009-05-24 |
* | Fix bug #4814 (wrong subscript in consistent-function call), and add some | Tom Lane | 2009-05-19 |
* | Modify CREATE DATABASE to enforce that the source database's encoding setting | Tom Lane | 2009-05-06 |
* | Make new complaint about unsafe Unicode literals include an error location. | Tom Lane | 2009-05-05 |
* | Disable the use of Unicode escapes in string constants (U&'') when | Peter Eisentraut | 2009-05-05 |
* | Fix the handling of sub-SELECTs appearing in the arguments of an outer-level | Tom Lane | 2009-04-25 |
* | Change the default value of max_prepared_transactions to zero, and add | Tom Lane | 2009-04-23 |
* | Add agg/normal/trigger/window flags for psql \df and in \df output. | Bruce Momjian | 2009-04-21 |
* | Revise plpgsql's scanner to process comments and string literals in a way | Tom Lane | 2009-04-19 |
* | Fix the regression test error message for array_fill, too. | Alvaro Herrera | 2009-04-16 |
* | Remove SQL-compatibility function cardinality(). It is not exactly clear | Tom Lane | 2009-04-09 |
* | Fix the plpgsql memory leak exhibited in bug #4677. That leak was introduced | Tom Lane | 2009-04-09 |
* | Allow leading and trailing spaces around NaN in numeric_in. | Tom Lane | 2009-04-08 |
* | XMLATTRIBUTES() should send the attribute values through | Peter Eisentraut | 2009-04-08 |
* | Rewrite interval_hash() so that the hashcodes are equal for values that | Tom Lane | 2009-04-04 |
* | Fix an oversight in the support for storing/retrieving "minimal tuples" in | Tom Lane | 2009-03-30 |
* | Polish SQL/MED terminology | Peter Eisentraut | 2009-03-25 |
* | Remove the datetime keywords ABSTIME and RELTIME, which we'd been treating as | Tom Lane | 2009-03-22 |
* | Fix set_subquery_pathlist() to copy the RTE's subquery before it gets mangled | Tom Lane | 2009-03-10 |
* | Tweak the regression test case so that the ordering of numbers vs. letters | Peter Eisentraut | 2009-03-09 |
* | Accept 'on' and 'off' as input for boolean data type, unifying the syntax | Peter Eisentraut | 2009-03-09 |
* | Fix column privilege checking for cases where parent and child have different | Tom Lane | 2009-03-05 |
* | Reduce the maximum value of vacuum_cost_delay and autovacuum_vacuum_cost_delay | Tom Lane | 2009-02-28 |
* | Remove outdated join_1.out regression test comparison file. This has | Tom Lane | 2009-02-26 |
* | Get rid of the rather fuzzily defined FlattenedSubLink node type in favor of | Tom Lane | 2009-02-25 |
* | Add the possibility to specify an explicit validator function for foreign-data | Peter Eisentraut | 2009-02-24 |
* | Remove the special cases to prevent minus-zero results in float4 and float8 | Tom Lane | 2009-02-18 |
* | Message wordsmithing | Peter Eisentraut | 2009-02-18 |
* | The Czech (cs_CZ) and Slovak (sk_SK) locales sort numbers after letters, | Peter Eisentraut | 2009-02-12 |
* | Unset language-related locale settings in any case, otherwise psql will | Peter Eisentraut | 2009-02-12 |
* | Change ALTER TABLE SET WITHOUT OIDS to rewrite the whole table to physically | Tom Lane | 2009-02-11 |
* | Only unset the locale environment when --no-locale is used (the way it was | Peter Eisentraut | 2009-02-11 |