index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Back-patch password leak fix for Vaschenko.
REL7_0_PATCHES
Tom Lane
2001-02-07
1
-1
/
+5
*
Back-patch fix for crash in GetRawDatabaseInfo(), just in case someone
Tom Lane
2001-01-14
1
-2
/
+2
*
Back-patch fix for 'btree: failed to add item to the page in _bt_sort (2)'
Tom Lane
2001-01-04
1
-2
/
+9
*
Fix a bug in conversion from big5 to EUC_TW (CNS 11643-1992 Plane 3)
Tatsuo Ishii
2000-12-09
1
-2
/
+2
*
Fix bugs in EUC_TW support. This fix includes patches contributed
Tatsuo Ishii
2000-11-17
1
-4
/
+11
*
Recongizing PGCLIENTENCODING has been broken since 7.0.
Tatsuo Ishii
2000-11-17
1
-2
/
+16
*
Add new 7.0.3 item to all places.
Bruce Momjian
2000-11-12
1
-4
/
+2
*
put a quick, short note in about Tom's last bug fix for the 'double portal
REL7_0_3
Marc G. Fournier
2000-11-12
1
-0
/
+1
*
Stopgap patch for problem with cursors using hash joins: an ABORT
Tom Lane
2000-11-10
1
-1
/
+7
*
cleanup
Bruce Momjian
2000-11-03
2
-5
/
+5
*
Brand 7.0.3.
Bruce Momjian
2000-11-03
14
-735
/
+923
*
Added pg_dumpaccounts utility script in contrib.
Jan Wieck
2000-11-02
3
-0
/
+95
*
Revoked changes for pg_dumpaccounts
Jan Wieck
2000-11-02
2
-67
/
+1
*
New dump utility script pg_dumpaccounts.
Jan Wieck
2000-11-02
2
-1
/
+67
*
Fix for inserting/copying longer multibyte strings into bpchar data
Tatsuo Ishii
2000-11-02
1
-4
/
+25
*
Back-patch fix for bogus clearing of BufferDirtiedByMe.
Tom Lane
2000-10-22
1
-3
/
+30
*
Fix to_char() to avoid coredump on NULL input. Not needed in current
Tom Lane
2000-10-22
1
-2
/
+14
*
Fix time_larger, time_smaller, timetz_larger, timetz_smaller to meet
Tom Lane
2000-10-19
1
-5
/
+25
*
Back-patch fix for AM/PM boundary problem in to_char().
Tom Lane
2000-10-19
1
-13
/
+71
*
Back-patch CommandCounterIncrement fix.
Tom Lane
2000-10-19
1
-1
/
+5
*
Patch VACUUM problem with moving chain of update tuples when source
Tom Lane
2000-10-17
1
-22
/
+56
*
Back-patch nodeMaterial to honor chgParam by recomputing its output.
Tom Lane
2000-10-06
1
-61
/
+64
*
avoid database-wide restart on write error
Hiroshi Inoue
2000-10-04
1
-3
/
+1
*
Back-patch fix for TRUNCATE failure on relations with indexes.
Tom Lane
2000-09-30
1
-41
/
+35
*
Back-patch fix to grab read lock on a buffer while it is written out.
Tom Lane
2000-09-25
1
-33
/
+47
*
Back-patch code to deduce implied equalities from transitivity of
Tom Lane
2000-09-23
5
-10
/
+207
*
Back-patch fix for subselect in targetlist of Append node.
Tom Lane
2000-09-23
1
-41
/
+52
*
Back-patch fix to make pg_dump dump 'iscachable' flag for functions.
Tom Lane
2000-09-23
2
-4
/
+16
*
Back-patch fix that allows AllocateFile() to return errno=ENFILE/EMFILE
Tom Lane
2000-09-23
1
-20
/
+37
*
Back-patch fix for '.' not in PATH at build time, per SL Baur.
Tom Lane
2000-09-23
2
-5
/
+5
*
Back-patch fix to include kernel errno message in all smgr elog messages.
Tom Lane
2000-09-23
1
-18
/
+18
*
Back-patch fix for 'Sorcerer's Apprentice' syndrome wherein md.c would
Tom Lane
2000-09-23
1
-14
/
+42
*
Back-patch fix for erroneous use of strcmp().
Tom Lane
2000-09-23
1
-2
/
+2
*
Back-patch fix for erroneous selectivity of not-equals.
Tom Lane
2000-09-23
1
-2
/
+17
*
Apply Jeroen van Vianen's patch for failure to check heap_openr failure
Tom Lane
2000-09-23
1
-2
/
+74
*
Back-patch fix to copy sub-Query nodes before planning them. This
Tom Lane
2000-09-23
1
-4
/
+15
*
Back-patch fix to remove bogus use of int4out().
Tom Lane
2000-09-23
1
-2
/
+2
*
Back-patch fix for erroneous free() of getpwuid() result.
Tom Lane
2000-09-23
1
-6
/
+1
*
Cancel request while waiting for a lock should try to wake
Hiroshi Inoue
2000-09-20
1
-12
/
+14
*
Back-patch fix to ensure that VACUUM always calls FlushRelationBuffers.
Tom Lane
2000-09-19
1
-19
/
+37
*
Allow PL/pgSQL accept non ascii identifiers
Tatsuo Ishii
2000-09-15
1
-3
/
+3
*
Back-patch fix for bogus plans involving non-mark/restorable plan
Tom Lane
2000-09-08
4
-33
/
+69
*
Fix psql crash. If MULTIBYTE is enabled, \l+ dumps core due to
Tatsuo Ishii
2000-09-07
1
-2
/
+2
*
Back-patch fix to ensure we abort any open transaction at backend exit.
Tom Lane
2000-08-30
1
-18
/
+22
*
oops, in v7.x its USE_SYSLOG, not ENABLE_SYSLOG
Marc G. Fournier
2000-08-28
3
-11
/
+12
*
backpatch the --enable-syslog functionality to REL7_0 branch
Marc G. Fournier
2000-08-28
2
-434
/
+505
*
Back-patch primary fix for planner recursion bug.
Tom Lane
2000-07-27
1
-1
/
+23
*
SELECT ... FOR UPDATE neglects duplicate key checking.
Tatsuo Ishii
2000-07-26
1
-1
/
+5
*
Backpatch backwards-index-scan fix.
Tom Lane
2000-07-13
1
-3
/
+3
*
Back-patch StrNCpy fix.
Tom Lane
2000-07-07
3
-11
/
+15
[next]