aboutsummaryrefslogtreecommitdiff
path: root/src/backend/catalog
Commit message (Expand)AuthorAge
* Fix assorted bugs in CREATE INDEX CONCURRENTLY.Tom Lane2012-11-29
* Fix ALTER EXTENSION / SET SCHEMAAlvaro Herrera2012-10-31
* REASSIGN OWNED: consider grants on tablespaces, tooAlvaro Herrera2012-10-03
* Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX.Tom Lane2012-08-11
* Forgot an #include in the previous patch :-(Alvaro Herrera2012-07-03
* Have REASSIGN OWNED work on extensions, tooAlvaro Herrera2012-07-03
* Fix error message for COMMENT/SECURITY LABEL ON COLUMN xxx IS 'yyy'Robert Haas2012-05-22
* Prevent loss of init fork when truncating an unlogged table.Robert Haas2012-05-11
* Ignore missing schemas during non-interactive assignment of search_path.Tom Lane2012-04-11
* Fix some issues with temp/transient tables in extension scripts.Tom Lane2012-03-08
* REASSIGN OWNED: Support foreign data wrappers and serversAlvaro Herrera2012-02-22
* Avoid crashing when we have problems unlinking files post-commit.Tom Lane2011-12-20
* More cleanup after failed reduced-lock-levels-for-DDL feature.Tom Lane2011-10-21
* Fix bugs in information_schema.referential_constraints view.Tom Lane2011-10-14
* Don't mark auto-generated types as extension members.Tom Lane2011-10-12
* ProcedureCreate neglected to record dependencies on default expressions.Tom Lane2011-10-03
* Fix another bit of unlogged-table-induced breakage.Robert Haas2011-09-21
* Adjust translator comment format to xgettext expectationsAlvaro Herrera2011-09-05
* 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
* Unbreak legacy syntax "COMMENT ON RULE x IS y", with no relation name.Robert Haas2011-08-11
* Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION.Tom Lane2011-07-23
* Unbreak unlogged tables.Robert Haas2011-07-22
* Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.Tom Lane2011-07-12
* Fix bugs in relpersistence handling during table creation.Robert Haas2011-07-03
* Fix crash in CREATE UNLOGGED TABLE.Robert Haas2011-06-17
* Fix typoAlvaro Herrera2011-06-16
* Fix aboriginal copy-paste mistake in error messageAlvaro Herrera2011-06-13
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Make DDL operations play nicely with Serializable Snapshot Isolation.Heikki Linnakangas2011-06-08
* Reset reindex-in-progress state before reverifying an exclusion constraint.Tom Lane2011-06-05
* Handle domains when checking for recursive inclusion of composite types.Tom Lane2011-06-02
* Avoid creating init fork for unlogged indexes when it already exists.Robert Haas2011-06-02
* Spell checking and markup refinementPeter Eisentraut2011-05-19
* More cleanup of FOREIGN TABLE permissions handling.Robert Haas2011-05-13
* Refactor broken CREATE TABLE IF NOT EXISTS support.Robert Haas2011-04-25
* Remove partial and undocumented GRANT .. FOREIGN TABLE support.Robert Haas2011-04-25
* Add postmaster/postgres undocumented -b option for binary upgrades.Bruce Momjian2011-04-25
* Make a code-cleanup pass over the collations patch.Tom Lane2011-04-22
* Fix use of incorrect constant RemoveRoleFromObjectACL.Robert Haas2011-04-20
* Fix bugs in indexing of in-doubt HOT-updated tuples.Tom Lane2011-04-20
* Set indcheckxmin true when REINDEX fixes an invalid or not-ready index.Tom Lane2011-04-20
* Avoid changing an index's indcheckxmin horizon during REINDEX.Tom Lane2011-04-19
* Revert "Prevent incorrect updates of pg_index while reindexing pg_index itself."Tom Lane2011-04-19
* Fix handling of collations in multi-row VALUES constructs.Tom Lane2011-04-18
* Simplify reindex_relation's API.Tom Lane2011-04-16
* Prevent incorrect updates of pg_index while reindexing pg_index itself.Tom Lane2011-04-15
* Fix toast table creation.Robert Haas2011-04-13
* Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut2011-04-11
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10