postgresql/src/backend/utils
Robert Haas 3d4b0ab29c Reject invalid input in int2vectorin.
Since the int2vector type is intended only for internal use, this patch doesn't
worry about prettifying the error messages, which has the fringe benefit of
avoiding creating additional translatable strings.  For a type intended to be
used by end-users, we would want to do better, but the approach taken here
seems like the correct trade-off for this case.

Caleb Welton
2009-12-30 01:29:22 +00:00
..
adt Reject invalid input in int2vectorin. 2009-12-30 01:29:22 +00:00
cache Add the ability to store inheritance-tree statistics in pg_statistic, 2009-12-29 20:11:45 +00:00
error Allow read only connections during recovery, known as Hot Standby. 2009-12-19 01:32:45 +00:00
fmgr Prevent indirect security attacks via changing session-local state within 2009-12-09 21:57:51 +00:00
hash Update copyright for 2009. 2009-01-01 17:24:05 +00:00
init Allow read only connections during recovery, known as Hot Standby. 2009-12-19 01:32:45 +00:00
mb Make initdb behave sanely when the selected locale has codeset "US-ASCII". 2009-11-12 02:46:16 +00:00
misc More cleanups for the recent large object permissions patch. 2009-12-21 01:34:11 +00:00
mmgr Previous fix for temporary file management broke returning a set from 2009-12-29 17:40:59 +00:00
resowner Fix bug in temporary file management with subtransactions. A cursor opened 2009-12-03 11:03:29 +00:00
sort Previous fix for temporary file management broke returning a set from 2009-12-29 17:40:59 +00:00
time Allow read only connections during recovery, known as Hot Standby. 2009-12-19 01:32:45 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_dummy_probes.sed Update copyright for 2009. 2009-01-01 17:24:05 +00:00
Gen_fmgrtab.pl Update copyright for 2009. 2009-01-01 17:24:05 +00:00
Gen_fmgrtab.sh Update copyright for 2009. 2009-01-01 17:24:05 +00:00
Makefile Add a few more DTrace probes to the backend. 2008-08-01 13:16:09 +00:00
probes.d Revert DTrace patch from Robert Lor 2009-04-02 20:59:10 +00:00