postgresql/src/backend
Tom Lane 11d5c82002 Improve implementation of btrim/ltrim/rtrim: provide a special case for
single-byte encodings, and a direct C implementation of the single-argument
forms (where spaces are always what gets trimmed).  This is in preparation
for using rtrim1() as the bpchar-to-text cast operator, but is a useful
performance improvement even if we decide not to do that.
2003-05-23 22:33:23 +00:00
..
access Repair sometimes-incorrect computation of StartUpID after a crash, per 2003-05-22 14:39:28 +00:00
bootstrap Backend support for autocommit removed, per recent discussions. The 2003-05-14 03:26:03 +00:00
catalog Add documentation for information schema, and some corrections on some 2003-05-18 20:55:57 +00:00
commands Add defense against possibility that tzname[] doesn't exist. 2003-05-22 17:13:08 +00:00
executor Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCall 2003-05-09 18:08:48 +00:00
lib Infrastructure for upgraded error reporting mechanism. elog.c is 2003-04-24 21:16:45 +00:00
libpq Allow Win32 to compile under MinGW. Major changes are: 2003-05-15 16:35:30 +00:00
main Allow Win32 to compile under MinGW. Major changes are: 2003-05-15 16:35:30 +00:00
nodes Implement feature of new FE/BE protocol whereby RowDescription identifies 2003-05-06 00:20:33 +00:00
optimizer Add missing #include. 2003-05-15 19:34:46 +00:00
parser Allow Win32 to compile under MinGW. Major changes are: 2003-05-15 16:35:30 +00:00
po Most of the code follows the American spelling of the word, which is 2002-11-19 17:21:40 +00:00
port Allow Win32 to compile under MinGW. Major changes are: 2003-05-15 16:35:30 +00:00
postmaster Allow Win32 to compile under MinGW. Major changes are: 2003-05-15 16:35:30 +00:00
regex Replace regular expression package with Henry Spencer's latest version 2003-02-05 17:41:33 +00:00
rewrite Portal and memory management infrastructure for extended query protocol. 2003-05-02 20:54:36 +00:00
storage Allow Win32 to compile under MinGW. Major changes are: 2003-05-15 16:35:30 +00:00
tcop Fix oversight: ignore-till-SYNC state should not ignore EOF ... 2003-05-14 18:40:37 +00:00
utils Improve implementation of btrim/ltrim/rtrim: provide a special case for 2003-05-23 22:33:23 +00:00
Makefile Make "win" a separate port from "cygwin". This means you can now 2003-03-21 17:18:34 +00:00
nls.mk Translation updates 2002-09-14 13:46:24 +00:00