summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-08-30Comment fixes.Robert Haas
2012-08-28Split heapam_xlog.h from heapam.hAlvaro Herrera
2012-08-28Split resowner.hAlvaro Herrera
2012-08-24Fix issues with checks for unsupported transaction states in Hot Standby.Tom Lane
2012-08-15Disallow extensions from owning the schema they are assigned to.Tom Lane
2012-08-11Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX.Tom Lane
2012-08-10Centralize the logic for detecting misplaced aggregates, window funcs, etc.Tom Lane
2012-08-08Fix typo in commentAlvaro Herrera
2012-07-25Fix longstanding crash-safety bug with newly-created-or-reset sequences.Tom Lane
2012-07-24Change syntax of new CHECK NO INHERIT constraintsAlvaro Herrera
2012-07-20connoinherit may be true only for CHECK constraintsAlvaro Herrera
2012-07-20Make new event trigger facility actually do something.Robert Haas
2012-07-18Syntax support and documentation for event triggers.Robert Haas
2012-07-16Avoid pre-determining index names during CREATE TABLE LIKE parsing.Tom Lane
2012-07-12Skip text->binary conversion of unnecessary columns in contrib/file_fdw.Tom Lane
2012-07-05Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas
2012-07-03Have REASSIGN OWNED work on extensions, tooAlvaro Herrera
2012-06-30Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars.Tom Lane
2012-06-29Fix NOTIFY to cope with I/O problems, such as out-of-disk-space.Tom Lane
2012-06-24Replace int2/int4 in C code with int16/int32Peter Eisentraut
2012-06-21Repair comment mangled by a pgindent run long agoAlvaro Herrera
2012-06-20Improve tests for whether we can skip queueing RI enforcement triggers.Tom Lane
2012-06-18Refer to the default foreign key match style as MATCH SIMPLE internally.Tom Lane
2012-06-15Improve reporting of permission errors for array typesPeter Eisentraut
2012-06-14Add more message pluralizationPeter Eisentraut
2012-06-14Remove RELKIND_UNCATALOGED.Robert Haas
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-06-07Fix more crash-safe visibility map bugs, and improve comments.Robert Haas
2012-05-31Force PL and range-type support functions to be owned by a superuser.Tom Lane
2012-05-16Improve error message for ALTER COLUMN TYPE coercion failure.Tom Lane
2012-05-14Update comments that became out-of-date with the PGXACT struct.Heikki Linnakangas
2012-05-13Fix DROP TABLESPACE to unlink symlink when directory is not there.Tom Lane
2012-05-11Prevent loss of init fork when truncating an unlogged table.Robert Haas
2012-05-07Make "unexpected EOF" messages DEBUG1 unless in an open transactionMagnus Hagander
2012-04-29Rename I/O timing statistics columns to blk_read_time and blk_write_time.Tom Lane
2012-04-27Prevent index-only scans from returning wrong answers under Hot Standby.Robert Haas
2012-04-24Casts to or from a domain type are ignored; warn and document.Robert Haas
2012-04-24Lots of doc corrections.Robert Haas
2012-04-24Rearrange lazy_scan_heap to avoid visibility map race conditions.Robert Haas
2012-04-21Recast "ONLY" column CHECK constraints as NO INHERITAlvaro Herrera
2012-04-18After PageSetAllVisible, use MarkBufferDirty.Robert Haas
2012-04-13Consistently quote encoding and locale names in messagesPeter Eisentraut
2012-04-13Fix typo in comment.Robert Haas
2012-04-13Update lazy_scan_heap header comment.Robert Haas
2012-04-06Dept of second thoughts: improve the API for AnalyzeForeignTable.Tom Lane
2012-04-06Allow statistics to be collected for foreign tables.Tom Lane
2012-04-06Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLockSimon Riggs
2012-04-03Add support for renaming domain constraintsPeter Eisentraut
2012-03-27New GUC, track_iotiming, to track I/O timings.Robert Haas