aboutsummaryrefslogtreecommitdiff
path: root/src/backend/catalog
Commit message (Expand)AuthorAge
* Collect and use element-frequency statistics for arrays.Tom Lane2012-03-03
* Remove TOAST table from pg_databaseAlvaro Herrera2012-03-01
* REASSIGN OWNED: Support foreign data wrappers and serversAlvaro Herrera2012-02-22
* Allow LEAKPROOF functions for better performance of security views.Robert Haas2012-02-13
* Add sequence USAGE privileges to information schemaPeter Eisentraut2012-01-30
* Show default privileges in information schemaPeter Eisentraut2012-01-27
* Hide most variable-length fields from Form_pg_* structsPeter Eisentraut2012-01-27
* Add deadlock counter to pg_stat_databaseMagnus Hagander2012-01-26
* Classify DROP operations by whether or not they are user-initiated.Robert Haas2012-01-26
* Track temporary file count and size in pg_stat_databaseMagnus Hagander2012-01-26
* Remove quotes around format_type_be() outputPeter Eisentraut2012-01-24
* Separate state from query string in pg_stat_activityMagnus Hagander2012-01-19
* Disallow merging ONLY constraints in children tablesAlvaro Herrera2012-01-16
* Prevent adding relations to a concurrently dropped schema.Robert Haas2012-01-16
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Avoid crashing when we have problems unlinking files post-commit.Tom Lane2011-12-20
* Add support for privileges on typesPeter Eisentraut2011-12-20
* Allow CHECK constraints to be declared ONLYAlvaro Herrera2011-12-19
* Fix some long-obsolete references to XLogOpenRelation.Tom Lane2011-12-17
* Typo fixes for commit 2ad36c4e44c8b513f6155656e1b7a8d26715bb94.Robert Haas2011-12-06
* Improve table locking behavior in the face of current DDL.Robert Haas2011-11-30
* Further code review for range types patch.Tom Lane2011-11-20
* Restructure get_object_address() so it's safe against concurrent DDL.Robert Haas2011-11-17
* Fix copyright notices, other minor editing in new range-types code.Tom Lane2011-11-14
* Run pgindent on range type files, per request from Tom.Bruce Momjian2011-11-14
* Avoid retaining multiple relation locks in RangeVarGetRelid.Robert Haas2011-11-12
* Support range data types.Heikki Linnakangas2011-11-03
* More cleanup after failed reduced-lock-levels-for-DDL feature.Tom Lane2011-10-21
* Fix get_object_namespace() not to think extensions are "in" a schema.Robert Haas2011-10-20
* Consolidate DROP handling for some object types.Robert Haas2011-10-19
* Fix bugs in information_schema.referential_constraints view.Tom Lane2011-10-14
* Measure the number of all-visible pages for use in index-only scan costing.Tom Lane2011-10-14
* Avoid potential relcache leak in objectaddress.c.Robert Haas2011-10-14
* Don't mark auto-generated types as extension members.Tom Lane2011-10-12
* Replace hardcoded switch in object_exists() with a lookup table.Robert Haas2011-10-11
* ProcedureCreate neglected to record dependencies on default expressions.Tom Lane2011-10-03
* Fix another bit of unlogged-table-induced breakage.Robert Haas2011-09-21
* Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane2011-09-16
* Adjust translator comment format to xgettext expectationsAlvaro Herrera2011-09-05
* Clean up the #include mess a little.Tom Lane2011-09-04
* Teach ANALYZE to clear pg_class.relhassubclass when appropriate.Tom Lane2011-09-02
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Implement the information schema with_hierarchy columnPeter Eisentraut2011-08-27
* Fix multiple bugs in extension dropping.Tom Lane2011-08-24
* Fix handling of extension membership when filling in a shell operator.Tom Lane2011-08-22
* Revise sinval code to remove no-longer-used tuple TID from inval messages.Tom Lane2011-08-16
* Unbreak legacy syntax "COMMENT ON RULE x IS y", with no relation name.Robert Haas2011-08-11
* Allow per-column foreign data wrapper options.Robert Haas2011-08-05
* Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION.Tom Lane2011-07-23
* Unbreak unlogged tables.Robert Haas2011-07-22