postgresql/src/backend/utils
Tom Lane ab51bbaa06 Arrange to set the LC_XXX environment variables to match our locale
setup.  This protects against undesired changes in locale behavior
if someone carelessly does setlocale(LC_ALL, "") (and we know who
you are, perl guys).
2005-12-28 23:22:51 +00:00
..
adt Arrange to set the LC_XXX environment variables to match our locale 2005-12-28 23:22:51 +00:00
cache Implement SQL-compliant treatment of row comparisons for < <= > >= cases 2005-12-28 01:30:02 +00:00
error Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
fmgr Move plpgsql's fetchArgInfo() into funcapi.c, and rename to 2005-12-28 18:11:25 +00:00
hash Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
init Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
mb More uses of IS_HIGHBIT_SET() macro. 2005-12-26 19:30:45 +00:00
misc Remove silly use of DLLIMPORT. 2005-12-28 16:38:38 +00:00
mmgr Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
resowner Fix bgwriter's failure to release buffer pins and open files after an 2005-12-08 19:19:22 +00:00
sort Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
time Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +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