postgresql/src/include/libpq
Tom Lane 1aebc3618a First phase of memory management rewrite (see backend/utils/mmgr/README
for details).  It doesn't really do that much yet, since there are no
short-term memory contexts in the executor, but the infrastructure is
in place and long-term contexts are handled reasonably.  A few long-
standing bugs have been fixed, such as 'VACUUM; anything' in a single
query string crashing.  Also, out-of-memory is now considered a
recoverable ERROR, not FATAL.
Eliminate a large amount of crufty, now-dead code in and around
memory management.
Fix problem with holding off SIGTRAP, SIGSEGV, etc in postmaster and
backend startup.
2000-06-28 03:33:33 +00:00
..
auth.h Add: 2000-01-26 05:58:53 +00:00
be-fsstubs.h Another round of updates for new fmgr, mostly in the datetime code. 2000-06-09 01:11:16 +00:00
crypt.h Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
hba.h Clean up #include's. 2000-06-15 03:33:12 +00:00
libpq-be.h Clean up #include's. 2000-06-15 03:33:12 +00:00
libpq-fs.h Add: 2000-01-26 05:58:53 +00:00
libpq.h PGPORT envar was erroneously ignored by the backend 2000-06-06 16:04:32 +00:00
password.h pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
pqcomm.h Add: 2000-01-26 05:58:53 +00:00
pqformat.h Add: 2000-01-26 05:58:53 +00:00
pqsignal.h First phase of memory management rewrite (see backend/utils/mmgr/README 2000-06-28 03:33:33 +00:00