postgresql/src/include
Tatsuo Ishii 1acf6f9c8e Add support for code conversion between Unicode and other encodings.
Supported encodings are: EUC_JP, EUC_CN, EUC_KR, EUC_TW, Shift JIS,
Big5, ISO8859-[1-5].
TODO: testings! and documentations...
2000-10-30 10:41:05 +00:00
..
access WAL 2000-10-28 16:21:00 +00:00
bootstrap Cleanup of code for creating index entries. Functional indexes with 2000-07-14 22:18:02 +00:00
catalog Integer binary operators, from Marko Kreen <marko@l-t.ee>. Renamed bitxor 2000-10-24 20:16:48 +00:00
commands Fix breakage I introduced yesterday in MULTIBYTE compilations. 2000-10-26 17:31:35 +00:00
executor Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in 2000-10-26 21:38:24 +00:00
lib First phase of memory management rewrite (see backend/utils/mmgr/README 2000-06-28 03:33:33 +00:00
libpq As we don't use struct dirent, the #define SYSV_DIRENT is useless. If we 2000-10-28 22:53:17 +00:00
mb Add support for code conversion between Unicode and other encodings. 2000-10-30 10:41:05 +00:00
nodes Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in 2000-10-26 21:38:24 +00:00
optimizer Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in 2000-10-26 21:38:24 +00:00
parser Arrange that no database accesses are attempted during parser() --- this 2000-10-07 00:58:23 +00:00
port USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which are 2000-10-29 13:17:34 +00:00
regex Clean up #include's. 2000-06-15 03:33:12 +00:00
rewrite Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. 2000-09-29 18:21:41 +00:00
storage WAL 2000-10-28 16:21:00 +00:00
tcop Arrange that no database accesses are attempted during parser() --- this 2000-10-07 00:58:23 +00:00
utils #define JMP_BUF has been unnecessary since the arrival of the sigsetjmp 2000-10-28 23:53:01 +00:00
c.h New diff that now covers the entire tree. Applying this gets postgresql 2000-10-03 03:11:26 +00:00
config.h.in Add new configure option "--enable-uniconv" that enables automatic 2000-10-30 07:17:31 +00:00
config.h.win32 Add missing files like foreign key regression tests and config.h.win32. 2000-02-24 16:02:28 +00:00
fmgr.h SQL-language functions are now callable in ordinary fmgr contexts ... 2000-08-24 03:29:15 +00:00
Makefile Add support for VPATH builds, that is, building somewhere else than in the 2000-10-20 21:04:27 +00:00
miscadmin.h Add runtime configuration option "silent_mode". 2000-10-08 09:25:38 +00:00
postgres_ext.h
postgres.h Make acl-related functions safe for TOAST. Mark pg_class.relacl as 2000-07-31 22:39:17 +00:00
rusagestub.h
strdup.h