| Commit message (Expand) | Author | Age |
* | Fix erroneous handling of shared dependencies (ie dependencies on roles) | Tom Lane | 2009-10-02 |
* | Fix crash if a DROP is attempted on an internally-dependent object. | Tom Lane | 2009-09-22 |
* | Fix incorrect encoding-aware name truncation in makeArrayTypeName(). | Tom Lane | 2009-08-16 |
* | Fix some omissions in the dependency-object-class support for SQL/MED objects. | Tom Lane | 2009-08-07 |
* | Revisit AlterTableCreateToastTable's API once again, hoping to make it what | Tom Lane | 2009-06-11 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Correct/improve the datetime_precision field in the information schema. | Peter Eisentraut | 2009-06-10 |
* | Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat sane | Tom Lane | 2009-06-06 |
* | Improve the recently-added support for properly pluralized error messages | Tom Lane | 2009-06-04 |
* | Update obsolete comment in index_drop(). When the comment was written, | Tom Lane | 2009-05-31 |
* | Update SQL conformance entries for window functions functionality | Peter Eisentraut | 2009-05-18 |
* | Modify find_inheritance_children() and find_all_inheritors() to add the | Tom Lane | 2009-05-12 |
* | Do some minor code refactoring in preparation for changing the APIs of | Tom Lane | 2009-05-12 |
* | Add an option to AlterTableCreateToastTable() to allow its caller to force | Tom Lane | 2009-05-07 |
* | Fix estimate_num_groups() to not fail on PlaceHolderVars, per report from | Tom Lane | 2009-04-19 |
* | Add an optional parameter to pg_start_backup() that specifies whether to do | Tom Lane | 2009-04-07 |
* | Modify the relcache to record the temp status of both local and nonlocal | Tom Lane | 2009-03-31 |
* | Add a "relistemp" boolean column to pg_class, which is true for temporary | Tom Lane | 2009-03-31 |
* | Teach reindex_index() to clear pg_index.indcheckxmin when possible. | Tom Lane | 2009-03-27 |
* | Gettext plural support | Peter Eisentraut | 2009-03-26 |
* | Complete list of valid fork names, and use double quotes. | Peter Eisentraut | 2009-03-25 |
* | Implement "fastupdate" support for GIN indexes, in which we try to accumulate | Tom Lane | 2009-03-24 |
* | Add the possibility to specify an explicit validator function for foreign-data | Peter Eisentraut | 2009-02-24 |
* | Repair a longstanding bug in CLUSTER and the rewriting variants of ALTER | Tom Lane | 2009-02-24 |
* | A couple of marginal performance hacks for the information_schema views: | Tom Lane | 2009-02-14 |
* | Update autovacuum to use reloptions instead of a system catalog, for | Alvaro Herrera | 2009-02-09 |
* | Set column privileges to supported | Peter Eisentraut | 2009-02-07 |
* | Clean up some loose ends from the column privileges patch: add | Tom Lane | 2009-02-06 |
* | Allow reloption names to have qualifiers, initially supporting a TOAST | Alvaro Herrera | 2009-02-02 |
* | Support column-level privileges, as required by SQL standard. | Tom Lane | 2009-01-22 |
* | Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock should | Heikki Linnakangas | 2009-01-20 |
* | Revise the permission checking on user mapping DDL commands. | Peter Eisentraut | 2009-01-20 |
* | Make the columns is_insertable_into and is_updatable behave uniformly | Peter Eisentraut | 2009-01-14 |
* | Fix embarrassing bug in recent smgr refactoring patch: WAL records should | Heikki Linnakangas | 2009-01-04 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it, | Tom Lane | 2008-12-31 |
* | 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 |
* | Code review for function default parameters patch. Fix numerous problems as | Tom Lane | 2008-12-18 |
* | Arrange for the pg_foo_is_visible and has_foo_privilege families of functions | Tom Lane | 2008-12-15 |
* | Default values for function arguments | Peter Eisentraut | 2008-12-04 |
* | Introduce visibility map. The visibility map is a bitmap with one bit per | Heikki Linnakangas | 2008-12-03 |
* | Make sure we give an appropriate user-facing error when attempting | Tom Lane | 2008-11-29 |
* | Fix obsolete comment regarding FSM truncation. | Heikki Linnakangas | 2008-11-27 |
* | Drop CLI related features from the list, since we don't track the ODBC | Peter Eisentraut | 2008-11-27 |
* | Mark features related to WITH/SELECT as supported. | Peter Eisentraut | 2008-11-27 |
* | Feature F442 "Mixed column references in set functions" is supported. | Peter Eisentraut | 2008-11-26 |
* | TABLE command | Peter Eisentraut | 2008-11-20 |
* | Rethink the way FSM truncation works. Instead of WAL-logging FSM | Heikki Linnakangas | 2008-11-19 |