postgresql/src/backend/utils
Tom Lane 0f2fbbbac1 Try to make array_in's behavior a tad less bizarre. Leading whitespace
before a data item is now always skipped, rather than only sometimes.
Backslashes not within double-quoted text are treated reasonably, as
are multiple sequences of quoted text in a single data item.  But it
still seems rather prone to misbehavior if the input is not completely
syntactically correct --- in particular, garbage following a right brace
will be ignored.
2002-03-16 22:47:13 +00:00
..
adt Try to make array_in's behavior a tad less bizarre. Leading whitespace 2002-03-16 22:47:13 +00:00
cache Back out domain patch until it works properly. 2002-03-07 16:35:41 +00:00
error Change made to elog: 2002-03-06 06:10:59 +00:00
fmgr I attach a version of my toast-slicing patch, against current CVS 2002-03-05 05:33:31 +00:00
hash Code review for improved-hashing patch. Fix some portability issues 2002-03-09 17:35:37 +00:00
init Change made to elog: 2002-03-06 06:10:59 +00:00
mb Add missing Unicode multibyte files. 2002-03-06 06:12:59 +00:00
misc Wording improvements to runtime.sgml. Add mention in postgresql.conf 2002-03-09 05:11:38 +00:00
mmgr Change made to elog: 2002-03-06 06:10:59 +00:00
sort Add CHECK_FOR_INTERRUPTS() in various strategic spots, per comments 2002-01-06 00:37:44 +00:00
time Fix misstatements added by Bruce. 2002-01-16 23:51:56 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_fmgrtab.sh Privileges on functions and procedural languages 2002-02-18 23:11:58 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00