postgresql/src/backend/utils
Bruce Momjian bb3cce4ec9 Add E'' syntax so eventually normal strings can treat backslashes
literally.

Add GUC variables:

        "escape_string_warning" - warn about backslashes in non-E strings
        "escape_string_syntax" - supports E'' syntax?
        "standard_compliant_strings" - treats backslashes literally in ''

Update code to use E'' when escapes are used.
2005-06-26 03:04:37 +00:00
..
adt Extend r-tree operator classes to handle Y-direction tests equivalent 2005-06-24 20:53:34 +00:00
cache Two-phase commit. Original patch by Heikki Linnakangas, with additional 2005-06-17 22:32:51 +00:00
error Adjust comment about %t and %s to cover %m as well. Some trivial 2005-06-10 20:48:54 +00:00
fmgr Document get_call_result_type() and friends; mark TypeGetTupleDesc() 2005-05-30 23:09:07 +00:00
hash When using C-string lookup keys in a dynahash.c hash table, use strncpy() 2005-06-18 20:51:30 +00:00
init This trivial patch removes an unused variable. From Alvaro Herrera. 2005-06-24 01:06:26 +00:00
mb Allow direct conversion between EUC_JP and SJIS to improve 2005-06-24 13:56:39 +00:00
misc Add E'' syntax so eventually normal strings can treat backslashes 2005-06-26 03:04:37 +00:00
mmgr Two-phase commit. Original patch by Heikki Linnakangas, with additional 2005-06-17 22:32:51 +00:00
resowner This file was whacked by pgindent before it knew it shouldn't remove 2005-04-06 04:34:22 +00:00
sort Add parentheses to macros when args are used in computations. Without 2005-05-25 21:40:43 +00:00
time Split the shared-memory array of PGPROC pointers out of the sinval 2005-05-19 21:35:48 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_fmgrtab.sh Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
Makefile Invent ResourceOwner mechanism as per my recent proposal, and use it to 2004-07-17 03:32:14 +00:00