postgresql/src/include/utils
2001-01-23 01:48:17 +00:00
..
acl.h Arrange that no database accesses are attempted during parser() --- this 2000-10-07 00:58:23 +00:00
array.h Arrays are toastable. (At least if you initdb, which I didn't force.) 2000-07-22 03:34:43 +00:00
ascii.h > I had to back out the patch. It only compiles with multi-byte enabled. 2000-08-05 14:59:29 +00:00
bit.h Standardize on just one spelling of BITSPERBYTE. 2000-08-20 19:31:37 +00:00
builtins.h Change default output formatting for CIDR to be unabbreviated, per 2000-12-22 18:00:24 +00:00
cash.h More functions updated to new fmgr style --- money, name, tid datatypes. 2000-08-03 16:35:08 +00:00
catcache.h Rename and document some invalidation routines to make it clearer that 2001-01-05 22:54:37 +00:00
date.h Rename int4 to int32 in a few places. 2001-01-23 01:48:17 +00:00
datetime.h Fix up "Postgres-style" time interval representation when fields have 2001-01-18 07:22:43 +00:00
datum.h First stage of reclaiming memory in executor by resetting short-term 2000-07-12 02:37:39 +00:00
dynahash.h Add: 2000-01-26 05:58:53 +00:00
dynamic_loader.h First round of changes for new fmgr interface. fmgr itself and the 2000-05-28 17:56:29 +00:00
elog.h Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts 2001-01-14 05:08:17 +00:00
exc.h #define JMP_BUF has been unnecessary since the arrival of the sigsetjmp 2000-10-28 23:53:01 +00:00
excid.h Add: 2000-01-26 05:58:53 +00:00
fcache.h SQL-language functions are now callable in ordinary fmgr contexts ... 2000-08-24 03:29:15 +00:00
fmgrtab.h Revise handling of oldstyle/newstyle functions per recent discussions 2000-11-20 20:36:57 +00:00
formatting.h Another batch of fmgr updates. I think I have gotten all old-style 2000-06-13 07:35:40 +00:00
geo_decls.h Convert all remaining geometric operators to new fmgr style. This 2000-07-30 20:44:02 +00:00
guc.h Some pedantic compile syntax errors to fix with the following patch 2000-07-27 19:49:24 +00:00
hsearch.h Clean up non-reentrant interface for hash_seq/HashTableWalk, so that 2001-01-02 04:33:24 +00:00
inet.h Convert inet-related functions to new fmgr style. I have also taken it 2000-08-03 23:07:51 +00:00
int8.h Integer binary operators, from Marko Kreen <marko@l-t.ee>. Renamed bitxor 2000-10-24 20:16:48 +00:00
inval.h Make DROP TABLE rollback-able: postpone physical file delete until commit. 2000-11-08 22:10:03 +00:00
logtape.h Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
lsyscache.h Revise handling of oldstyle/newstyle functions per recent discussions 2000-11-20 20:36:57 +00:00
memutils.h All the global memory contexts should be DLLIMPORT, if any are. 2001-01-22 00:18:13 +00:00
nabstime.h Tweak AbsoluteTimeIsReal() to avoid compiler bugs on machines where 2000-11-18 05:41:45 +00:00
numeric.h Revise aggregate functions per earlier discussions in pghackers. 2000-07-17 03:05:41 +00:00
palloc.h First phase of memory management rewrite (see backend/utils/mmgr/README 2000-06-28 03:33:33 +00:00
pg_locale.h Make PGLC_setlocale() static, and document that it can't be used safely 2000-11-25 22:43:08 +00:00
pg_lzcompress.h Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
portal.h First phase of memory management rewrite (see backend/utils/mmgr/README 2000-06-28 03:33:33 +00:00
ps_status.h Clean up #include's. 2000-06-15 03:33:12 +00:00
rel.h Improve comments. 2000-12-23 19:55:16 +00:00
relcache.h Put external declarations into header files. 2000-11-21 21:16:06 +00:00
sets.h SQL-language functions are now callable in ordinary fmgr contexts ... 2000-08-24 03:29:15 +00:00
syscache.h Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
temprel.h Small cleanup of temp-table handling. Disallow creation of a non-temp 2000-12-22 23:12:07 +00:00
timestamp.h Rename int4 to int32 in a few places. 2001-01-23 01:48:17 +00:00
tqual.h Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
tuplesort.h Clean up #include's. 2000-06-15 03:33:12 +00:00
tuplestore.h Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the 2000-06-18 22:44:35 +00:00
varbit.h Change the parser to convert SQL "position" and "substring" syntax to 2000-10-31 10:22:13 +00:00