aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands
Commit message (Expand)AuthorAge
* Make CREATE AGGREGATE complain if the initcond is invalid for the datatype.Tom Lane2012-10-04
* Support CREATE SCHEMA IF NOT EXISTS.Tom Lane2012-10-03
* refactor ALTER some-obj SET OWNER implementationAlvaro Herrera2012-10-03
* Refactor "ALTER some-obj SET SCHEMA" implementationAlvaro Herrera2012-10-02
* Allow IF NOT EXISTS when add a new enum label.Andrew Dunstan2012-09-22
* Improve ruleutils.c's heuristics for dealing with rangetable aliases.Tom Lane2012-09-21
* Remove execdesc.h inclusion from tcopprot.hAlvaro Herrera2012-09-20
* Fix a couple other leftover uses of 'conisonly' terminology.Tom Lane2012-09-12
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Comment fixes.Robert Haas2012-08-30
* Split heapam_xlog.h from heapam.hAlvaro Herrera2012-08-28
* Split resowner.hAlvaro Herrera2012-08-28
* Fix issues with checks for unsupported transaction states in Hot Standby.Tom Lane2012-08-24
* Disallow extensions from owning the schema they are assigned to.Tom Lane2012-08-15
* Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX.Tom Lane2012-08-11
* Centralize the logic for detecting misplaced aggregates, window funcs, etc.Tom Lane2012-08-10
* 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
* Make new event trigger facility actually do something.Robert Haas2012-07-20
* Syntax support and documentation for event triggers.Robert Haas2012-07-18
* Avoid pre-determining index names during CREATE TABLE LIKE parsing.Tom Lane2012-07-16
* Skip text->binary conversion of unnecessary columns in contrib/file_fdw.Tom Lane2012-07-12
* Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas2012-07-04
* 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
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-25
* Repair comment mangled by a pgindent run long agoAlvaro Herrera2012-06-21
* Improve tests for whether we can skip queueing RI enforcement triggers.Tom Lane2012-06-19
* Refer to the default foreign key match style as MATCH SIMPLE internally.Tom Lane2012-06-17
* Improve reporting of permission errors for array typesPeter Eisentraut2012-06-15
* Add more message pluralizationPeter Eisentraut2012-06-15
* Remove RELKIND_UNCATALOGED.Robert Haas2012-06-14
* 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