postgresql/src/include/utils
Neil Conway 474774918b Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS,
based in part on an earlier patch from Trevor Hardcastle, and reviewed
by myself.
2007-07-17 05:02:03 +00:00
..
acl.h Allow non-superuser database owners to create procedural languages. 2007-03-26 16:58:41 +00:00
array.h Tweak the API for per-datatype typmodin functions so that they are passed 2007-06-15 20:56:52 +00:00
ascii.h
builtins.h Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS, 2007-07-17 05:02:03 +00:00
cash.h
catcache.h
combocid.h Combine cmin and cmax fields of HeapTupleHeaders into a single field, by 2007-02-09 03:35:35 +00:00
date.h Fix up hash functions for datetime datatypes so that they don't take 2007-07-06 04:16:00 +00:00
datetime.h Minor comment fixes. 2007-06-12 16:01:31 +00:00
datum.h
dynahash.h
dynamic_loader.h
elog.h A few fixups in error handling: mark pg_re_throw() as noreturn for gcc, 2007-05-04 02:01:02 +00:00
errcodes.h Implement XMLSERIALIZE for real. Analogously, make the xml to text cast 2007-02-03 14:06:56 +00:00
flatfiles.h
fmgrtab.h
formatting.h
geo_decls.h Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 2007-02-27 23:48:10 +00:00
guc_tables.h Make configuration parameters fall back to their default values when they 2007-04-21 20:02:41 +00:00
guc.h Create a GUC parameter temp_tablespaces that allows selection of the 2007-06-03 17:08:34 +00:00
help_config.h
hsearch.h Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan 2007-04-26 23:24:46 +00:00
inet.h Support varlena fields with single-byte headers and unaligned storage. 2007-04-06 04:21:44 +00:00
int8.h Downgrade implicit casts to text to be assignment-only, except for the ones 2007-06-05 21:31:09 +00:00
inval.h
logtape.h
lsyscache.h Fix up text concatenation so that it accepts all the reasonable cases that 2007-06-06 23:00:50 +00:00
memutils.h First phase of plan-invalidation project: create a plan cache management 2007-03-13 00:33:44 +00:00
nabstime.h
numeric.h Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 2007-02-27 23:48:10 +00:00
palloc.h
pg_crc.h
pg_locale.h
pg_lzcompress.h Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 2007-02-27 23:48:10 +00:00
pg_rusage.h
plancache.h The session_replication_role actually can be changed at will during 2007-06-05 20:00:41 +00:00
portal.h RESET SESSION, plus related new DDL commands. Patch from Marko Kreen, 2007-04-12 06:53:49 +00:00
ps_status.h
rel.h Fix up pgstats counting of live and dead tuples to recognize that committed 2007-05-27 03:50:39 +00:00
relcache.h Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving) 2007-03-29 00:15:39 +00:00
resowner.h First phase of plan-invalidation project: create a plan cache management 2007-03-13 00:33:44 +00:00
selfuncs.h
syscache.h Support enum data types. Along the way, use macros for the values of 2007-04-02 03:49:42 +00:00
timestamp.h Fix up hash functions for datetime datatypes so that they don't take 2007-07-06 04:16:00 +00:00
tqual.h Clean up the representation of special snapshots by including a "method 2007-03-25 19:45:14 +00:00
tuplesort.h Add a line to the EXPLAIN ANALYZE output for a Sort node, showing the 2007-05-04 21:29:53 +00:00
tuplestore.h Teach tuplestore.c to throw away data before the "mark" point when the caller 2007-05-21 17:57:35 +00:00
typcache.h
tzparser.h
uuid.h Rename the uuid_t type to pg_uuid_t, to avoid a conflict with any 2007-01-28 20:25:38 +00:00
varbit.h Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 2007-02-27 23:48:10 +00:00
xml.h XPath fixes: 2007-05-21 17:10:29 +00:00