index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
Commit message (
Expand
)
Author
Age
*
Fix aboriginal mistake in lazy VACUUM's code for truncating away
Tom Lane
2007-09-16
*
Fix the database-wide version of CLUSTER to silently skip temp tables of
Alvaro Herrera
2007-09-12
*
Fix brain fade in DefineIndex(): it was continuing to access the table's
Tom Lane
2007-08-25
*
CREATE DOMAIN ... DEFAULT NULL failed because gram.y special-cases DEFAULT
Tom Lane
2007-06-20
*
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
*
Change the backend to reject strings containing invalidly-encoded multibyte
Tom Lane
2006-05-21
*
Fix bug in SET SESSION AUTHORIZATION that allows unprivileged users to crash
Tom Lane
2006-02-12
*
Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted by
Tom Lane
2006-01-12
*
Defend against crash while processing Describe Statement or Describe Portal
Tom Lane
2005-12-14
*
COPY's test for read-only transaction was backward; it prohibited COPY TO
REL7_4_9
Tom Lane
2005-10-03
*
Back-patch fixes for problems with VACUUM destroying t_ctid chains too soon,
Tom Lane
2005-08-25
*
Code for SET/SHOW TIME ZONE with a fixed-interval timezone was not
Tom Lane
2005-06-05
*
Repair very-low-probability race condition between relation extension
Tom Lane
2005-05-07
*
Alter the signature for encoding conversion functions to declare the
Tom Lane
2005-05-03
*
Fix ALTER DATABASE RENAME to allow the operation if user is a superuser
Tom Lane
2005-03-12
*
ALTER LANGUAGE RENAME has never worked. Per Sergey Yatskevich.
Tom Lane
2005-02-14
*
Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS. Turns out
Tom Lane
2005-02-06
*
Avoid memory leakage during VACUUM FULL when an index expression or
Tom Lane
2004-12-23
*
Back-patch copyOject fix for EXPLAIN/PREPARE.
Tom Lane
2004-12-13
*
Use StrNCpy not strncpy to fill hash key, to ensure the resulting key
Tom Lane
2004-12-03
*
Avoid scribbling on original parsetree during DECLARE CURSOR. This
Tom Lane
2004-11-28
*
Back-patch fix for ALTER DATABASE failing to flush pg_database changes
Tom Lane
2004-11-18
*
Backpatch fix from HEAD:
Neil Conway
2004-11-17
*
Repair 'expected both swapped tables to have TOAST tables' bug in 7.4
Tom Lane
2004-08-31
*
Avoid crashing when restoring a saved GUC session_authorization value
Tom Lane
2004-08-11
*
When renaming a column that participates in a foreign key, we must
Tom Lane
2004-07-17
*
Reduce pg_listener lock taken by NOTIFY et al from AccessExclusiveLock
Tom Lane
2004-05-22
*
ALTER SEQUENCE RESTART did the wrong thing if sequence last_value was
Tom Lane
2004-04-06
*
Implement a solution to the 'Turkish locale downcases I incorrectly'
Tom Lane
2004-02-21
*
Don't use %s-with-precision format spec to truncate data being displayed
Tom Lane
2004-01-18
*
Overdue code review for ALTER SEQUENCE patch. Don't generate illegal Node
Tom Lane
2003-11-24
*
Simplify loop test to avoid bug in AIX compiler, per Andreas.
Tom Lane
2003-10-18
*
Adjust display of actual runtimes in EXPLAIN output to use three fractional
Tom Lane
2003-10-17
*
Fix bad interaction between NOTIFY processing and V3 extended query
Tom Lane
2003-10-16
*
Back out makeNode() patch to fix gcc 3.3.1 warning.
Bruce Momjian
2003-10-13
*
Adjust setRelhassubclassInRelation() to not perform actual heap_update
Tom Lane
2003-10-13
*
Use makeNode() to allocate structures that have to be cast to Node *,
Bruce Momjian
2003-10-12
*
Back out -fstrict-aliasing void* casting.
Bruce Momjian
2003-10-11
*
This patch will stop gcc from issuing warnings about type-punned objects
Bruce Momjian
2003-10-11
*
During ALTER TABLE ADD FOREIGN KEY, try to check the existing rows using
Tom Lane
2003-10-06
*
Modify COPY FROM to match the null-value string against the column value
Tom Lane
2003-10-06
*
Add a bit more locking to vac_update_relstats and vac_update_dbstats
Tom Lane
2003-10-02
*
String fixes/improvements found by Alvaro Herrera
Peter Eisentraut
2003-10-02
*
Change some notices to warnings and vice versa according to criteria
Peter Eisentraut
2003-10-02
*
Repair RI trigger visibility problems (this time for sure ;-)) per recent
Tom Lane
2003-10-01
*
Improve context display for failures during COPY IN, as recently
Tom Lane
2003-09-29
*
Eliminate another gratuitous message wording difference.
Peter Eisentraut
2003-09-29
*
More message editing, some suggested by Alvaro Herrera
Peter Eisentraut
2003-09-29
*
Various message fixes, among those fixes for the previous round of fixes
Peter Eisentraut
2003-09-26
[next]