summaryrefslogtreecommitdiff
path: root/src/backend/commands
Commit message (Expand)AuthorAgeFilesLines
* Accept a non-existent value in "ALTER USER/DATABASE SET ..." command.Heikki Linnakangas2012-01-301-6/+37
* Fix CLUSTER/VACUUM FULL for toast values owned by recently-updated rows.Tom Lane2012-01-121-4/+7
* Update per-column ACLs, not only per-table ACL, when changing table owner.Tom Lane2011-12-211-0/+75
* Disallow deletion of CurrentExtensionObject while running extension script.Tom Lane2011-11-281-0/+17
* Change FK trigger creation order to better support self-referential FKs.Tom Lane2011-10-261-7/+21
* Fix DROP OPERATOR FAMILY IF EXISTS.Robert Haas2011-10-211-4/+3
* Throw a useful error message if an extension script file is fed to psql.Tom Lane2011-10-121-17/+32
* Improve and simplify CREATE EXTENSION's management of GUC variables.Tom Lane2011-10-051-27/+13
* Fix typo in error message.Tom Lane2011-09-071-1/+1
* Avoid possibly accessing off the end of memory in examine_attribute().Tom Lane2011-09-061-5/+4
* Fix a missed case in code for "moving average" estimate of reltuples.Tom Lane2011-08-302-9/+35
* Make CREATE EXTENSION check schema creation permissions.Tom Lane2011-08-231-3/+13
* Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist.Tom Lane2011-08-211-3/+3
* Preserve toast value OIDs in toast-swap-by-content for CLUSTER/VACUUM FULL.Tom Lane2011-08-161-0/+4
* Fix unsafe order of operations in foreign-table DDL commands.Tom Lane2011-08-141-21/+18
* Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION.Tom Lane2011-07-235-19/+16
* Replace errdetail("%s", ...) with errdetail_internal("%s", ...).Tom Lane2011-07-162-4/+4
* Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.Tom Lane2011-07-121-1/+3
* Fix another oversight in logging of changes in postgresql.conf settings.Tom Lane2011-07-081-3/+3
* Message style improvementsPeter Eisentraut2011-07-081-1/+1
* Finish disabling reduced-lock-levels-for-DDL feature.Tom Lane2011-07-072-20/+15
* Call FDW validator functions even when the options list is empty.Tom Lane2011-07-051-2/+12
* Message style tweaksPeter Eisentraut2011-07-051-1/+2
* Reset ALTER TABLE lock levels to AccessExclusiveLock in all cases.Simon Riggs2011-07-041-0/+28
* Fix bugs in relpersistence handling during table creation.Robert Haas2011-07-033-18/+23
* Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut2011-07-021-2/+2
* Message style and spelling improvementsPeter Eisentraut2011-06-222-10/+10
* Fix thinko in previous patch to always update pg_class.reltuples/relpages.Tom Lane2011-06-191-15/+2
* Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling.Tom Lane2011-06-152-6/+9
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-0910-57/+62
* Make DDL operations play nicely with Serializable Snapshot Isolation.Heikki Linnakangas2011-06-082-0/+28
* Clean up after erroneous SELECT FOR UPDATE/SHARE on a sequence.Tom Lane2011-06-021-0/+16
* Fix vim-induced typo.Robert Haas2011-06-021-1/+1
* Fix VACUUM so that it always updates pg_class.reltuples/relpages.Tom Lane2011-05-303-111/+215
* Remove unused variableAlvaro Herrera2011-05-271-2/+0
* Preserve caller's memory context in ProcessCompletedNotifies().Tom Lane2011-05-271-0/+9
* Spell checking and markup refinementPeter Eisentraut2011-05-191-1/+1
* Kill stray "not".Robert Haas2011-05-121-1/+1
* Clarify error message when attempting to create index on foreign tableMagnus Hagander2011-05-051-4/+16
* Make CLUSTER lock the old table's toast table before copying data.Tom Lane2011-05-011-0/+17
* Remove incorrect HINT for use of ALTER FOREIGN TABLE on the wrong relkind.Tom Lane2011-04-251-2/+1
* Refactor broken CREATE TABLE IF NOT EXISTS support.Robert Haas2011-04-252-27/+5
* Add postmaster/postgres undocumented -b option for binary upgrades.Bruce Momjian2011-04-252-2/+2
* Make a code-cleanup pass over the collations patch.Tom Lane2011-04-223-17/+37
* Allow ALTER TYPE .. ADD ATTRIBUTE .. CASCADE to recurse to descendants.Robert Haas2011-04-201-2/+3
* Typo fix.Robert Haas2011-04-201-1/+1
* Allow ALTER TABLE name {OF type | NOT OF}.Robert Haas2011-04-201-17/+260
* Avoid changing an index's indcheckxmin horizon during REINDEX.Tom Lane2011-04-192-1/+7
* Refrain from canonicalizing a client_encoding setting of "UNICODE".Tom Lane2011-04-191-6/+24
* Add check for matching column collations in ALTER TABLE ... INHERIT.Tom Lane2011-04-171-4/+15