| Commit message (Expand) | Author | Age |
* | 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 |
* | Adopt Bob Jenkins' improved hash function for hash_any(). This changes the | Tom Lane | 2009-02-09 |
* | Update autovacuum to use reloptions instead of a system catalog, for | Alvaro Herrera | 2009-02-09 |
* | Fix to_timestamp() to not require upper/lower case matching for meridian | Bruce Momjian | 2009-02-07 |
* | Clean up some loose ends from the column privileges patch: add | Tom Lane | 2009-02-06 |
* | Add PL/PgSQL FOUND and GET DIAGNOSTICS support for RETURN QUERY | Bruce Momjian | 2009-02-05 |
* | Change warning-silencing code not to cast the pointer type, instead | Magnus Hagander | 2009-01-28 |
* | Silence compiler warning on win32. | Magnus Hagander | 2009-01-27 |
* | Revert updatable views | Peter Eisentraut | 2009-01-27 |
* | Support column-level privileges, as required by SQL standard. | Tom Lane | 2009-01-22 |
* | Automatic view update rules | Peter Eisentraut | 2009-01-22 |
* | Revise the permission checking on user mapping DDL commands. | Peter Eisentraut | 2009-01-20 |
* | Avoid regression test cases that fail in locales that sort "v" and "w" | Peter Eisentraut | 2009-01-19 |
* | Alter regression test cases that rely on the sort order of "aa". Some | Peter Eisentraut | 2009-01-19 |
* | Alter the regression test cases that rely on the sort order of "ch" between | Peter Eisentraut | 2009-01-19 |
* | Add ONLY support to LOCK and TRUNCATE. By default, these commands are now | Peter Eisentraut | 2009-01-12 |
* | Make tests pass with or without locale. | Peter Eisentraut | 2009-01-11 |
* | Remove fairly useless mixed-case identifier test that causes locale | Peter Eisentraut | 2009-01-09 |
* | Fix memory leak for file name if expect file name contains a dot, per | Bruce Momjian | 2009-01-08 |
* | Fix executor/spi.h to follow our usual conventions for include files, ie, | Tom Lane | 2009-01-07 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Consistently use multi-line formatting for all ACL columns printed by psql's | Tom Lane | 2008-12-31 |
* | Add some basic support for window frame clauses to the window-functions | Tom Lane | 2008-12-31 |
* | Reduce the last group of parallel regression tests to 19 tests, per failure | Tom Lane | 2008-12-30 |
* | Tighten up a couple of regression test cases that can have platform-dependent | Tom Lane | 2008-12-29 |
* | Support window functions a la SQL:2008. | Tom Lane | 2008-12-28 |
* | Add a new column proiswindow to pg_proc. It doesn't actually do anything | Tom Lane | 2008-12-19 |
* | SQL/MED catalog manipulation facilities | Peter Eisentraut | 2008-12-19 |
* | When we added the ability to have zero-element ARRAY[] constructs by adding an | Tom Lane | 2008-12-19 |
* | Code review for function default parameters patch. Fix numerous problems as | Tom Lane | 2008-12-18 |
* | Department of second thoughts: further experimentation with CREATE OR REPLACE | Tom Lane | 2008-12-16 |
* | Code review for CREATE OR REPLACE VIEW patch. Do things in a saner order to | Tom Lane | 2008-12-15 |
* | Arrange for the pg_foo_is_visible and has_foo_privilege families of functions | Tom Lane | 2008-12-15 |
* | Restore enforce_generic_type_consistency's pre-8.3 behavior of allowing an | Tom Lane | 2008-12-14 |
* | Append major version number and for libraries soname major version number | Peter Eisentraut | 2008-12-11 |
* | Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the view. | Bruce Momjian | 2008-12-06 |