postgresql/src/backend/utils
Tom Lane ba62fe32c3 Remove long-dead support for invoking queries from dynamically loaded
backend functions via backend PQexec().  The SPI interface has long
been our only documented way to do this, and the backend pqexec/portal
code is unused and suffering bit-rot.  I'm putting it out of its misery.
2000-07-08 03:04:41 +00:00
..
adt Fix misuse of StrNCpy to copy and add null to non-null-terminated data. 2000-07-07 21:12:53 +00:00
cache Update textin() and textout() to new fmgr style. This is just phase 2000-07-05 23:12:09 +00:00
error First phase of memory management rewrite (see backend/utils/mmgr/README 2000-06-28 03:33:33 +00:00
fmgr Functions on 'text' type updated to new fmgr style. 'text' is 2000-07-06 05:48:31 +00:00
hash First phase of memory management rewrite (see backend/utils/mmgr/README 2000-06-28 03:33:33 +00:00
init Remove long-dead support for invoking queries from dynamically loaded 2000-07-08 03:04:41 +00:00
mb First phase of memory management rewrite (see backend/utils/mmgr/README 2000-06-28 03:33:33 +00:00
misc Move global internal files to PGDATA/global. 2000-07-03 20:48:46 +00:00
mmgr First phase of memory management rewrite (see backend/utils/mmgr/README 2000-06-28 03:33:33 +00:00
sort Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the 2000-06-18 22:44:35 +00:00
time Add a check of HEAP_MARKED_FOR_UPDATE in HeapTupleSatisfiesDirty(). 2000-07-03 04:45:09 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_fmgrtab.sh Backend makefile cleanup. make maintainer-clean is now completely 2000-07-06 21:33:45 +00:00
Makefile We don't need config.status substituting anything into Gen_fmgrtab.sh, we 2000-07-01 21:16:44 +00:00