aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands
Commit message (Expand)AuthorAge
* Fix ALTER DATABASE RENAME to allow the operation if user is a superuserTom Lane2005-03-12
* ALTER LANGUAGE RENAME has never worked. Per Sergey Yatskevich.Tom Lane2005-02-14
* Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS. Turns outTom Lane2005-02-06
* Avoid memory leakage during VACUUM FULL when an index expression orTom Lane2004-12-23
* Back-patch copyOject fix for EXPLAIN/PREPARE.Tom Lane2004-12-13
* Use StrNCpy not strncpy to fill hash key, to ensure the resulting keyTom Lane2004-12-03
* Avoid scribbling on original parsetree during DECLARE CURSOR. ThisTom Lane2004-11-28
* Back-patch fix for ALTER DATABASE failing to flush pg_database changesTom Lane2004-11-18
* Backpatch fix from HEAD:Neil Conway2004-11-17
* Repair 'expected both swapped tables to have TOAST tables' bug in 7.4Tom Lane2004-08-31
* Avoid crashing when restoring a saved GUC session_authorization valueTom Lane2004-08-11
* When renaming a column that participates in a foreign key, we mustTom Lane2004-07-17
* Reduce pg_listener lock taken by NOTIFY et al from AccessExclusiveLockTom Lane2004-05-22
* ALTER SEQUENCE RESTART did the wrong thing if sequence last_value wasTom Lane2004-04-06
* Implement a solution to the 'Turkish locale downcases I incorrectly'Tom Lane2004-02-21
* Don't use %s-with-precision format spec to truncate data being displayedTom Lane2004-01-18
* Overdue code review for ALTER SEQUENCE patch. Don't generate illegal NodeTom Lane2003-11-24
* Simplify loop test to avoid bug in AIX compiler, per Andreas.Tom Lane2003-10-18
* Adjust display of actual runtimes in EXPLAIN output to use three fractionalTom Lane2003-10-17
* Fix bad interaction between NOTIFY processing and V3 extended queryTom Lane2003-10-16
* Back out makeNode() patch to fix gcc 3.3.1 warning.Bruce Momjian2003-10-13
* Adjust setRelhassubclassInRelation() to not perform actual heap_updateTom Lane2003-10-13
* Use makeNode() to allocate structures that have to be cast to Node *,Bruce Momjian2003-10-12
* Back out -fstrict-aliasing void* casting.Bruce Momjian2003-10-11
* This patch will stop gcc from issuing warnings about type-punned objectsBruce Momjian2003-10-11
* During ALTER TABLE ADD FOREIGN KEY, try to check the existing rows usingTom Lane2003-10-06
* Modify COPY FROM to match the null-value string against the column valueTom Lane2003-10-06
* Add a bit more locking to vac_update_relstats and vac_update_dbstatsTom Lane2003-10-02
* String fixes/improvements found by Alvaro HerreraPeter Eisentraut2003-10-02
* Change some notices to warnings and vice versa according to criteriaPeter Eisentraut2003-10-02
* Repair RI trigger visibility problems (this time for sure ;-)) per recentTom Lane2003-10-01
* Improve context display for failures during COPY IN, as recentlyTom Lane2003-09-29
* Eliminate another gratuitous message wording difference.Peter Eisentraut2003-09-29
* More message editing, some suggested by Alvaro HerreraPeter Eisentraut2003-09-29
* Various message fixes, among those fixes for the previous round of fixesPeter Eisentraut2003-09-26
* Get rid of ReferentialIntegritySnapshotOverride by extending Executor APITom Lane2003-09-25
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Repair some REINDEX problems per recent discussions. The relcache isTom Lane2003-09-24
* Putting back the previous change must be the first thing.Hiroshi Inoue2003-09-23
* Disallow foreign-key references from temp tables to permanent tables.Tom Lane2003-09-19
* Seems like a bad idea that REINDEX TABLE supports (or thinks it does)Tom Lane2003-09-19
* Fix LISTEN/NOTIFY race condition reported by Gavin Sherry. While aTom Lane2003-09-15
* Remove warnings for operations that have no effect when executed repeatedly.Peter Eisentraut2003-09-15
* Message in the other exit from acquire_sample_rows(), as per updateTom Lane2003-09-11
* Try to make recently-added analyze log message look something likeTom Lane2003-09-11
* Fix missed message update, per Alvaro Herrera.Tom Lane2003-09-11
* Improve error message for cp or rm failur during create/drop database,Tom Lane2003-09-10
* Add HINT if CREATE FUNCTION specifies a valid language, but the languageBruce Momjian2003-09-10
* Some "feature not supported" errors are better syntax errors, because thePeter Eisentraut2003-09-09
* Guard against pgindent changing =- to = -.Bruce Momjian2003-08-30