| Commit message (Expand) | Author | Age |
* | Prevent show_session_authorization from crashing when session_authorization | Tom Lane | 2010-09-23 |
* | Fix another longstanding problem in copy_relation_data: it was blithely | Tom Lane | 2010-07-29 |
* | Fix possible page corruption by ALTER TABLE .. SET TABLESPACE. | Robert Haas | 2010-07-29 |
* | Allow ALTER TABLE .. SET TABLESPACE to be interrupted. | Robert Haas | 2010-07-01 |
* | Prevent ALTER USER f RESET ALL from removing the settings that were put there | Alvaro Herrera | 2010-03-25 |
* | Fix assorted core dumps and Assert failures that could occur during | Tom Lane | 2010-01-24 |
* | Prevent indirect security attacks via changing session-local state within | Tom Lane | 2009-12-09 |
* | Fix longstanding problems in VACUUM caused by untimely interruptions | Alvaro Herrera | 2009-11-10 |
* | Fix AfterTriggerSaveEvent to use a test and elog, not just Assert, to check | Tom Lane | 2009-10-27 |
* | Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definer | Tom Lane | 2009-09-03 |
* | Update relpages and reltuples estimates in stand-alone ANALYZE, even if | Heikki Linnakangas | 2009-05-19 |
* | In CREATE CONVERSION, test that the given function is a valid conversion | Heikki Linnakangas | 2009-02-27 |
* | Repair a longstanding bug in CLUSTER and the rewriting variants of ALTER | Tom Lane | 2009-02-24 |
* | Fix logic in lazy vacuum to decide if it's worth trying to truncate the heap. | Heikki Linnakangas | 2009-01-06 |
* | Ensure that the contents of a holdable cursor don't depend on out-of-line | Tom Lane | 2008-12-01 |
* | Fix an old bug in after-trigger handling: AfterTriggerEndQuery took the | Tom Lane | 2008-10-25 |
* | When a relation is moved to another tablespace, we can't assume that we can | Heikki Linnakangas | 2008-10-07 |
* | ALTER AGGREGATE OWNER seems to have been missed by the last couple of | Tom Lane | 2008-06-08 |
* | Back-patch the 8.3 fix that prohibits TRUNCATE, CLUSTER, and REINDEX when the | Tom Lane | 2008-05-27 |
* | Fix an ancient oversight in change_varattnos_of_a_node: it neglected to update | Tom Lane | 2008-05-09 |
* | Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column is correctly | Tom Lane | 2008-04-24 |
* | Fix LISTEN/NOTIFY race condition reported by Laurent Birtz, by postponing | Tom Lane | 2008-03-12 |
* | Repair VACUUM FULL bug introduced by HOT patch: the original way of | Tom Lane | 2008-02-11 |
* | Some variants of ALTER OWNER tried to make the "object" field of the | Tom Lane | 2008-02-07 |
* | Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, | Tom Lane | 2008-01-03 |
* | Reduce the size of memory allocations by lazy vacuum when processing a small | Alvaro Herrera | 2007-09-24 |
* | Fix aboriginal mistake in lazy VACUUM's code for truncating away | Tom Lane | 2007-09-16 |
* | Make REINDEX DATABASE silently skip remote temp tables. | Alvaro Herrera | 2007-09-12 |
* | Fix the database-wide version of CLUSTER to silently skip temp tables of | Alvaro Herrera | 2007-09-12 |
* | Add a CHECK_FOR_INTERRUPTS call in the site where the vacuum delay point | Alvaro Herrera | 2007-09-12 |
* | Remove the vacuum_delay_point call in count_nondeletable_pages, because we hold | Alvaro Herrera | 2007-09-10 |
* | Fix brain fade in DefineIndex(): it was continuing to access the table's | Tom Lane | 2007-08-25 |
* | Repair problems occurring when multiple RI updates have to be done to the same | Tom Lane | 2007-08-15 |
* | Fix incorrect optimization of foreign-key checks. When an UPDATE on the | Tom Lane | 2007-07-17 |
* | CREATE DOMAIN ... DEFAULT NULL failed because gram.y special-cases DEFAULT | Tom Lane | 2007-06-20 |
* | Avoid having autovacuum run multiple ANALYZE commands in a single transaction, | Alvaro Herrera | 2007-06-14 |
* | Cancel pending fsync requests during WAL replay of DROP DATABASE, per bug | Tom Lane | 2007-04-12 |
* | Fix a longstanding bug in VACUUM FULL's handling of update chains. The code | Tom Lane | 2007-03-14 |
* | Fix an error in the original coding of holdable cursors: PersistHoldablePortal | Tom Lane | 2007-02-06 |
* | Repair failure to check that a table is still compatible with a previously | Tom Lane | 2007-02-02 |
* | Back-port changes of Jan 16 and 17 to "revoke" pending fsync requests during | Tom Lane | 2007-01-27 |
* | Fix ALTER TABLE to check pre-existing NOT NULL constraints when rewriting | Tom Lane | 2006-07-10 |
* | Change the backend to reject strings containing invalidly-encoded multibyte | Tom Lane | 2006-05-21 |
* | TablespaceCreateDbspace should function normally even on platforms that do not | Tom Lane | 2006-03-29 |
* | Prevent lazy_space_alloc from making requests that exceed MaxAllocSize, | Tom Lane | 2006-03-04 |
* | Fix bug that allowed any logged-in user to SET ROLE to any other database user | Tom Lane | 2006-02-12 |
* | Change search for default operator classes so that it examines all opclasses | Tom Lane | 2006-02-10 |
* | Fix ALTER COLUMN TYPE bug: it sometimes tried to drop UNIQUE or PRIMARY KEY | Tom Lane | 2006-01-30 |
* | It turns out that TablespaceCreateDbspace fails badly if a relcache flush | Tom Lane | 2006-01-19 |
* | Modify pgstats code to reduce performance penalties from oversized stats data | Tom Lane | 2006-01-18 |