summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2016-09-09Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVALSimon Riggs
2016-08-07Fix misestimation of n_distinct for a nearly-unique column with many nulls.Tom Lane
2016-06-06Don't reset changes_since_analyze after a selective-columns ANALYZE.Tom Lane
2016-05-24Fetch XIDs atomically during vac_truncate_clog().Tom Lane
2016-05-24Avoid consuming an XID during vac_truncate_clog().Tom Lane
2015-12-21Rework internals of changing a type's ownershipAlvaro Herrera
2015-12-21adjust ACL owners for REASSIGN and ALTER OWNER TOAlvaro Herrera
2015-12-12Fix ALTER TABLE ... SET TABLESPACE for unlogged relations.Andres Freund
2015-11-20Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).Tom Lane
2015-09-30Improve LISTEN startup time when there are many unread notifications.Tom Lane
2015-09-04Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane
2015-05-11Fix incorrect checking of deferred exclusion constraint after a HOT update.Tom Lane
2015-03-29Add vacuum_delay_point call in compute_index_stats's per-sample-row loop.Tom Lane
2015-02-26Reconsider when to wait for WAL flushes/syncrep during commit.Andres Freund
2015-02-17Minor cleanup of column-level priv fixStephen Frost
2015-02-02Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas
2015-01-28Clean up range-table building in copy.cStephen Frost
2015-01-28Fix column-privilege leak in error-message pathsStephen Frost
2015-01-26Fix volatile-safety issue in asyncQueueReadAllNotifications().Tom Lane
2015-01-07Reject ANALYZE commands during VACUUM FULL or another ANALYZE.Noah Misch
2014-11-04Drop no-longer-needed buffers during ALTER DATABASE SET TABLESPACE.Tom Lane
2014-10-30Test IsInTransactionChain, not IsTransactionBlock, in vac_update_relstats.Tom Lane
2014-10-29Avoid corrupting tables when ANALYZE inside a transaction is rolled back.Tom Lane
2014-10-20Flush unlogged table's buffers when copying or moving databases.Andres Freund
2014-08-09Reject duplicate column names in foreign key referenced-columns lists.Tom Lane
2014-07-21Reject out-of-range numeric timezone specifications.Tom Lane
2014-07-15Fix REASSIGN OWNED for text search objectsAlvaro Herrera
2014-06-24Don't allow foreign tables with OIDs.Heikki Linnakangas
2014-05-06Remove tabs after spaces in C commentsBruce Momjian
2014-04-04Fix tablespace creation WAL replay to work on Windows.Tom Lane
2014-03-13Avoid transaction-commit race condition while receiving a NOTIFY message.Tom Lane
2014-02-17Avoid repeated name lookups during table and index DDL.Robert Haas
2014-02-17Prevent privilege escalation in explicit calls to PL validators.Noah Misch
2014-02-17Shore up ADMIN OPTION restrictions.Noah Misch
2014-01-29Fix unsafe references to errno within error messaging logic.Tom Lane
2014-01-18Allow SET TABLESPACE to database defaultStephen Frost
2014-01-11Fix compute_scalar_stats() for case that all values exceed WIDTH_THRESHOLD.Tom Lane
2013-12-13Add HOLD/RESUME_INTERRUPTS in HandleCatchupInterrupt/HandleNotifyInterrupt.Tom Lane
2013-11-27Don't update relfrozenxid if any pages were skipped.Heikki Linnakangas
2013-11-01Fix some odd behaviors when using a SQL-style simple GMT offset timezone.Tom Lane
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-04Provide better message when CREATE EXTENSION can't find a target schema.Tom Lane
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-23Correct 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