aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands
Commit message (Expand)AuthorAge
* Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX.Tom Lane2012-08-11
* Fix typo in commentAlvaro Herrera2012-08-08
* Fix longstanding crash-safety bug with newly-created-or-reset sequences.Tom Lane2012-07-25
* Change syntax of new CHECK NO INHERIT constraintsAlvaro Herrera2012-07-24
* connoinherit may be true only for CHECK constraintsAlvaro Herrera2012-07-20
* Avoid pre-determining index names during CREATE TABLE LIKE parsing.Tom Lane2012-07-16
* Have REASSIGN OWNED work on extensions, tooAlvaro Herrera2012-07-03
* Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars.Tom Lane2012-06-30
* Fix NOTIFY to cope with I/O problems, such as out-of-disk-space.Tom Lane2012-06-29
* Improve reporting of permission errors for array typesPeter Eisentraut2012-06-15
* Add more message pluralizationPeter Eisentraut2012-06-15
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Fix more crash-safe visibility map bugs, and improve comments.Robert Haas2012-06-07
* Force PL and range-type support functions to be owned by a superuser.Tom Lane2012-05-30
* Improve error message for ALTER COLUMN TYPE coercion failure.Tom Lane2012-05-16
* Update comments that became out-of-date with the PGXACT struct.Heikki Linnakangas2012-05-14
* Fix DROP TABLESPACE to unlink symlink when directory is not there.Tom Lane2012-05-13
* Prevent loss of init fork when truncating an unlogged table.Robert Haas2012-05-11
* Make "unexpected EOF" messages DEBUG1 unless in an open transactionMagnus Hagander2012-05-07
* Rename I/O timing statistics columns to blk_read_time and blk_write_time.Tom Lane2012-04-29
* Prevent index-only scans from returning wrong answers under Hot Standby.Robert Haas2012-04-26
* Casts to or from a domain type are ignored; warn and document.Robert Haas2012-04-24
* Lots of doc corrections.Robert Haas2012-04-23
* Rearrange lazy_scan_heap to avoid visibility map race conditions.Robert Haas2012-04-23
* Recast "ONLY" column CHECK constraints as NO INHERITAlvaro Herrera2012-04-20
* After PageSetAllVisible, use MarkBufferDirty.Robert Haas2012-04-18
* Consistently quote encoding and locale names in messagesPeter Eisentraut2012-04-13
* Fix typo in comment.Robert Haas2012-04-13
* Update lazy_scan_heap header comment.Robert Haas2012-04-13
* Dept of second thoughts: improve the API for AnalyzeForeignTable.Tom Lane2012-04-06
* Allow statistics to be collected for foreign tables.Tom Lane2012-04-06
* Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLockSimon Riggs2012-04-06
* Add support for renaming domain constraintsPeter Eisentraut2012-04-03
* New GUC, track_iotiming, to track I/O timings.Robert Haas2012-03-27
* Remove dead assignmentPeter Eisentraut2012-03-26
* Code cleanup for heap_freeze_tuple.Robert Haas2012-03-26
* Fix COPY FROM for null marker strings that correspond to invalid encoding.Tom Lane2012-03-25
* Replace empty locale name with implied value in CREATE DATABASE and initdb.Tom Lane2012-03-25
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-19
* COPY: Add an assertionPeter Eisentraut2012-03-14
* Add support for renaming constraintsPeter Eisentraut2012-03-10
* Extend object access hook framework to support arguments, and DROP.Robert Haas2012-03-09
* Fix some issues with temp/transient tables in extension scripts.Tom Lane2012-03-08
* Collect and use element-frequency statistics for arrays.Tom Lane2012-03-03
* ALTER TABLE: skip FK validation when it's safe to do soAlvaro Herrera2012-02-27
* Remove useless const qualifierPeter Eisentraut2012-02-26
* Add some enumeration commas, for consistencyPeter Eisentraut2012-02-24
* Require execute permission on the trigger function for CREATE TRIGGER.Tom Lane2012-02-23
* Remove inappropriate quotesPeter Eisentraut2012-02-23
* Make EXPLAIN (BUFFERS) track blocks dirtied, as well as those written.Robert Haas2012-02-22