summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2013-11-27Don't update relfrozenxid if any pages were skipped.Heikki Linnakangas
2013-11-18Count locked pages that don't need vacuuming as scanned.Heikki Linnakangas
2013-11-08Fix subtly-wrong volatility checking in BeginCopyFrom().Tom Lane
2013-11-01Fix some odd behaviors when using a SQL-style simple GMT offset timezone.Tom Lane
2013-10-23Fix two bugs in setting the vm bit of empty pages.Heikki Linnakangas
2013-09-26Fix spurious warning after vacuuming a page on a table with no indexes.Heikki Linnakangas
2013-07-30Restore REINDEX constraint validation.Noah Misch
2013-06-13Only install a portal's ResourceOwner if it actually has one.Tom Lane
2013-06-06Ensure that XLOG_HEAP2_VISIBLE always targets an initialized page.Robert Haas
2013-06-04Provide better message when CREATE EXTENSION can't find a target schema.Tom Lane
2013-05-23Print line number correctly in COPY.Heikki Linnakangas
2013-04-29Ensure ANALYZE phase is not skipped because of canceled truncate.Kevin Grittner
2013-04-25Avoid deadlock between concurrent CREATE INDEX CONCURRENTLY commands.Tom Lane
2013-02-24Correct tense in log messagePeter Eisentraut
2013-02-13Fix bogus when-to-deregister-from-listener-array logic.Tom Lane
2013-02-01Fix typo in freeze_table_age implementationAlvaro Herrera
2013-01-23Fix performance problems with autovacuum truncation in busy workloads.Kevin Grittner
2013-01-18Protect against SnapshotNow race conditions in pg_tablespace scans.Tom Lane
2012-12-20Fix pg_extension_config_dump() to handle update cases more sanely.Tom Lane
2012-12-18Fix failure to ignore leftover temp tables after a server crash.Tom Lane
2012-12-03Avoid holding vmbuffer pin after VACUUM.Simon Riggs
2012-11-30Add missing buffer lock acquisition in GetTupleForTrigger().Tom Lane
2012-11-29Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.Tom Lane
2012-11-26Revert patch for taking fewer snapshots.Tom Lane
2012-11-08Don't trash input list structure in does_not_exist_skipping().Tom Lane
2012-11-05Fix handling of inherited check constraints in ALTER COLUMN TYPE.Tom Lane
2012-10-31Fix ALTER EXTENSION / SET SCHEMAAlvaro Herrera
2012-09-12Fix a couple other leftover uses of 'conisonly' terminology.Tom Lane
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-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-16Avoid pre-determining index names during CREATE TABLE LIKE parsing.Tom Lane
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-15Improve reporting of permission errors for array typesPeter Eisentraut
2012-06-14Add more message pluralizationPeter Eisentraut
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