postgresql/src/backend
Marc G. Fournier 2b7777bfa2 cygwin doesn't have an endian.h, but defines BYTE_ORDER in sys/param.h 1999-09-12 22:27:47 +00:00
..
access Repair incorrect cleanup of heap memory allocation during 1999-09-09 16:25:35 +00:00
bootstrap Eliminate token length assumption in scanstr(). 1999-09-11 22:26:47 +00:00
catalog Disallow DROP TABLE/DROP INDEX inside a transaction block. 1999-09-05 17:43:47 +00:00
commands Eliminate query length limitation imposed by pg_client_to_server 1999-09-11 22:28:11 +00:00
executor Revise implementation of SubLinks so that there is a consistent, 1999-08-25 23:21:43 +00:00
lib Cope with versions of vsnprintf() written by people who 1999-09-08 16:31:38 +00:00
libpq cygwin doesn't have an endian.h, but defines BYTE_ORDER in sys/param.h 1999-09-12 22:27:47 +00:00
main Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
nodes Minor improvements to stringinfo package to make it more 1999-08-31 01:28:37 +00:00
optimizer Further improvements in cnfify: reduce amount of self-recursion 1999-09-12 18:08:17 +00:00
parser Eliminate token length assumption in scanstr(). 1999-09-11 22:26:47 +00:00
port Get rid of elog(DEBUG) in snprintf emulation ... it's just 1999-09-09 03:13:22 +00:00
postmaster Re-add getopt.h check, remove NT-specific tests for it. 1999-07-19 02:27:16 +00:00
regex Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
rewrite Revise implementation of SubLinks so that there is a consistent, 1999-08-25 23:21:43 +00:00
storage Minor improvement in SI overflow logic: try to delete 1999-09-09 14:56:06 +00:00
tcop Commit the bulk of Mike Ansley's long-query changes in the 1999-08-31 04:26:40 +00:00
tioga Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
utils Eliminate query length limitation imposed by pg_client_to_server 1999-09-11 22:28:11 +00:00
Makefile Export include/utils/mcxt.h so that external stuff can include 1999-03-07 23:05:57 +00:00