aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands
Commit message (Expand)AuthorAge
* Prevent show_session_authorization from crashing when session_authorizationTom Lane2010-09-23
* Fix another longstanding problem in copy_relation_data: it was blithelyTom Lane2010-07-29
* Fix possible page corruption by ALTER TABLE .. SET TABLESPACE.Robert Haas2010-07-29
* Allow ALTER TABLE .. SET TABLESPACE to be interrupted.Robert Haas2010-07-01
* Prevent ALTER USER f RESET ALL from removing the settings that were put thereAlvaro Herrera2010-03-25
* Fix assorted core dumps and Assert failures that could occur duringTom Lane2010-01-24
* Prevent indirect security attacks via changing session-local state withinTom Lane2009-12-09
* Fix longstanding problems in VACUUM caused by untimely interruptionsAlvaro Herrera2009-11-10
* Fix AfterTriggerSaveEvent to use a test and elog, not just Assert, to checkTom Lane2009-10-27
* Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definerTom Lane2009-09-03
* Update relpages and reltuples estimates in stand-alone ANALYZE, even ifHeikki Linnakangas2009-05-19
* In CREATE CONVERSION, test that the given function is a valid conversionHeikki Linnakangas2009-02-27
* Repair a longstanding bug in CLUSTER and the rewriting variants of ALTERTom Lane2009-02-24
* Fix logic in lazy vacuum to decide if it's worth trying to truncate the heap.Heikki Linnakangas2009-01-06
* Ensure that the contents of a holdable cursor don't depend on out-of-lineTom Lane2008-12-01
* Fix an old bug in after-trigger handling: AfterTriggerEndQuery took theTom Lane2008-10-25
* When a relation is moved to another tablespace, we can't assume that we canHeikki Linnakangas2008-10-07
* ALTER AGGREGATE OWNER seems to have been missed by the last couple ofTom Lane2008-06-08
* Back-patch the 8.3 fix that prohibits TRUNCATE, CLUSTER, and REINDEX when theTom Lane2008-05-27
* Fix an ancient oversight in change_varattnos_of_a_node: it neglected to updateTom Lane2008-05-09
* Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column is correctlyTom Lane2008-04-24
* Fix LISTEN/NOTIFY race condition reported by Laurent Birtz, by postponingTom Lane2008-03-12
* Repair VACUUM FULL bug introduced by HOT patch: the original way ofTom Lane2008-02-11
* Some variants of ALTER OWNER tried to make the "object" field of theTom Lane2008-02-07
* Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX,Tom Lane2008-01-03
* Reduce the size of memory allocations by lazy vacuum when processing a smallAlvaro Herrera2007-09-24
* Fix aboriginal mistake in lazy VACUUM's code for truncating awayTom Lane2007-09-16
* Make REINDEX DATABASE silently skip remote temp tables.Alvaro Herrera2007-09-12
* Fix the database-wide version of CLUSTER to silently skip temp tables ofAlvaro Herrera2007-09-12
* Add a CHECK_FOR_INTERRUPTS call in the site where the vacuum delay pointAlvaro Herrera2007-09-12
* Remove the vacuum_delay_point call in count_nondeletable_pages, because we holdAlvaro Herrera2007-09-10
* Fix brain fade in DefineIndex(): it was continuing to access the table'sTom Lane2007-08-25
* Repair problems occurring when multiple RI updates have to be done to the sameTom Lane2007-08-15
* Fix incorrect optimization of foreign-key checks. When an UPDATE on theTom Lane2007-07-17
* CREATE DOMAIN ... DEFAULT NULL failed because gram.y special-cases DEFAULTTom Lane2007-06-20
* Avoid having autovacuum run multiple ANALYZE commands in a single transaction,Alvaro Herrera2007-06-14
* Cancel pending fsync requests during WAL replay of DROP DATABASE, per bugTom Lane2007-04-12
* Fix a longstanding bug in VACUUM FULL's handling of update chains. The codeTom Lane2007-03-14
* Fix an error in the original coding of holdable cursors: PersistHoldablePortalTom Lane2007-02-06
* Repair failure to check that a table is still compatible with a previouslyTom Lane2007-02-02
* Back-port changes of Jan 16 and 17 to "revoke" pending fsync requests duringTom Lane2007-01-27
* Fix ALTER TABLE to check pre-existing NOT NULL constraints when rewritingTom Lane2006-07-10
* Change the backend to reject strings containing invalidly-encoded multibyteTom Lane2006-05-21
* TablespaceCreateDbspace should function normally even on platforms that do notTom Lane2006-03-29
* Prevent lazy_space_alloc from making requests that exceed MaxAllocSize,Tom Lane2006-03-04
* Fix bug that allowed any logged-in user to SET ROLE to any other database userTom Lane2006-02-12
* Change search for default operator classes so that it examines all opclassesTom Lane2006-02-10
* Fix ALTER COLUMN TYPE bug: it sometimes tried to drop UNIQUE or PRIMARY KEYTom Lane2006-01-30
* It turns out that TablespaceCreateDbspace fails badly if a relcache flushTom Lane2006-01-19
* Modify pgstats code to reduce performance penalties from oversized stats dataTom Lane2006-01-18