aboutsummaryrefslogtreecommitdiff
path: root/src/backend/catalog
Commit message (Expand)AuthorAge
* Fix erroneous handling of shared dependencies (ie dependencies on roles)Tom Lane2009-10-02
* Fix crash if a DROP is attempted on an internally-dependent object.Tom Lane2009-09-22
* Fix incorrect encoding-aware name truncation in makeArrayTypeName().Tom Lane2009-08-16
* Fix some omissions in the dependency-object-class support for SQL/MED objects.Tom Lane2009-08-07
* Revisit AlterTableCreateToastTable's API once again, hoping to make it whatTom Lane2009-06-11
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Correct/improve the datetime_precision field in the information schema.Peter Eisentraut2009-06-10
* Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat saneTom Lane2009-06-06
* Improve the recently-added support for properly pluralized error messagesTom Lane2009-06-04
* Update obsolete comment in index_drop(). When the comment was written,Tom Lane2009-05-31
* Update SQL conformance entries for window functions functionalityPeter Eisentraut2009-05-18
* Modify find_inheritance_children() and find_all_inheritors() to add theTom Lane2009-05-12
* Do some minor code refactoring in preparation for changing the APIs ofTom Lane2009-05-12
* Add an option to AlterTableCreateToastTable() to allow its caller to forceTom Lane2009-05-07
* Fix estimate_num_groups() to not fail on PlaceHolderVars, per report fromTom Lane2009-04-19
* Add an optional parameter to pg_start_backup() that specifies whether to doTom Lane2009-04-07
* Modify the relcache to record the temp status of both local and nonlocalTom Lane2009-03-31
* Add a "relistemp" boolean column to pg_class, which is true for temporaryTom Lane2009-03-31
* Teach reindex_index() to clear pg_index.indcheckxmin when possible.Tom Lane2009-03-27
* Gettext plural supportPeter Eisentraut2009-03-26
* Complete list of valid fork names, and use double quotes.Peter Eisentraut2009-03-25
* Implement "fastupdate" support for GIN indexes, in which we try to accumulateTom Lane2009-03-24
* Add the possibility to specify an explicit validator function for foreign-dataPeter Eisentraut2009-02-24
* Repair a longstanding bug in CLUSTER and the rewriting variants of ALTERTom Lane2009-02-24
* A couple of marginal performance hacks for the information_schema views:Tom Lane2009-02-14
* Update autovacuum to use reloptions instead of a system catalog, forAlvaro Herrera2009-02-09
* Set column privileges to supportedPeter Eisentraut2009-02-07
* Clean up some loose ends from the column privileges patch: addTom Lane2009-02-06
* Allow reloption names to have qualifiers, initially supporting a TOASTAlvaro Herrera2009-02-02
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-22
* Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock shouldHeikki Linnakangas2009-01-20
* Revise the permission checking on user mapping DDL commands.Peter Eisentraut2009-01-20
* Make the columns is_insertable_into and is_updatable behave uniformlyPeter Eisentraut2009-01-14
* Fix embarrassing bug in recent smgr refactoring patch: WAL records shouldHeikki Linnakangas2009-01-04
* Update copyright for 2009.Bruce Momjian2009-01-01
* Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it,Tom Lane2008-12-31
* Support window functions a la SQL:2008.Tom Lane2008-12-28
* Add a new column proiswindow to pg_proc. It doesn't actually do anythingTom Lane2008-12-19
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-19
* Code review for function default parameters patch. Fix numerous problems asTom Lane2008-12-18
* Arrange for the pg_foo_is_visible and has_foo_privilege families of functionsTom Lane2008-12-15
* Default values for function argumentsPeter Eisentraut2008-12-04
* Introduce visibility map. The visibility map is a bitmap with one bit perHeikki Linnakangas2008-12-03
* Make sure we give an appropriate user-facing error when attemptingTom Lane2008-11-29
* Fix obsolete comment regarding FSM truncation.Heikki Linnakangas2008-11-27
* Drop CLI related features from the list, since we don't track the ODBCPeter Eisentraut2008-11-27
* Mark features related to WITH/SELECT as supported.Peter Eisentraut2008-11-27
* Feature F442 "Mixed column references in set functions" is supported.Peter Eisentraut2008-11-26
* TABLE commandPeter Eisentraut2008-11-20
* Rethink the way FSM truncation works. Instead of WAL-logging FSMHeikki Linnakangas2008-11-19