postgresql/src/backend/utils
Tom Lane a0dab332a2 Fix elog.c to avoid infinite recursion (leading to backend crash) when
log_min_error_statement is active and there is some problem in logging the
current query string; for example, that it's too long to include in the log
message without running out of memory.  This problem has existed since the
log_min_error_statement feature was introduced.  No doubt the reason it
wasn't detected long ago is that 8.2 is the first release that defaults
log_min_error_statement to less than PANIC level.
Per report from Bill Moran.
2007-07-21 22:12:04 +00:00
..
adt Make replace(), split_part(), and string_to_array() behave somewhat sanely 2007-07-19 20:34:20 +00:00
cache The session_replication_role actually can be changed at will during 2007-06-05 20:00:41 +00:00
error Fix elog.c to avoid infinite recursion (leading to backend crash) when 2007-07-21 22:12:04 +00:00
fmgr Add casts to suppress warnings about m68k-specific kluge in fmgr.c. 2007-07-13 02:25:48 +00:00
hash Fix several hash functions that were taking chintzy shortcuts instead of 2007-06-01 15:33:19 +00:00
init Add some comments about the safety of accessing rolpassword without using 2007-06-12 17:16:52 +00:00
mb Suppress an integer-overflow warning. 2007-07-12 21:17:09 +00:00
misc Add support for GSSAPI authentication. 2007-07-10 13:14:22 +00:00
mmgr mmgr README tweak: "either" is no longer correct. The previous wording 2007-05-29 04:19:35 +00:00
resowner First phase of plan-invalidation project: create a plan cache management 2007-03-13 00:33:44 +00:00
sort Rework temp_tablespaces patch so that temp tablespaces are assigned separately 2007-06-07 19:19:57 +00:00
time Clean up the representation of special snapshots by including a "method 2007-03-25 19:45:14 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_fmgrtab.sh Downgrade implicit casts to text to be assignment-only, except for the ones 2007-06-05 21:31:09 +00:00
Makefile Replace useless uses of := by = in makefiles. 2007-02-09 15:56:00 +00:00
probes.d DTrace support, with a small initial set of probes 2006-07-24 16:32:45 +00:00