postgresql/src/backend/utils/adt
Tom Lane a0e842d81b Add pg_get_serial_sequence() function, and cause pg_dump to use it.
This eliminates the assumption that a serial column's sequence will
have the same name on reload that it was given in the original database.

Christopher Kings-Lynne
2004-06-25 17:20:29 +00:00
..
acl.c Tablespaces. Alternate database locations are dead, long live tablespaces. 2004-06-18 06:14:31 +00:00
array_userfuncs.c
arrayfuncs.c Represent type-specific length coercion functions as pg_cast entries, 2004-06-16 01:27:00 +00:00
arrayutils.c
ascii.c
bool.c
cash.c
char.c
date.c Adjust our timezone library to use pg_time_t (typedef'd as int64) in 2004-06-03 02:08:07 +00:00
datetime.c Adjust our timezone library to use pg_time_t (typedef'd as int64) in 2004-06-03 02:08:07 +00:00
datum.c
encode.c
float.c
format_type.c
formatting.c
geo_ops.c
geo_selfuncs.c
inet_net_ntop.c
inet_net_pton.c
int8.c
int.c
like_match.c
like.c
lockfuncs.c
mac.c
Makefile
misc.c
nabstime.c Adjust our timezone library to use pg_time_t (typedef'd as int64) in 2004-06-03 02:08:07 +00:00
name.c Tweak palloc/repalloc to allow zero bytes to be requested, as per recent 2004-06-05 19:48:09 +00:00
network.c Give inet/cidr datatypes their own hash function that ignores the inet vs 2004-06-13 21:57:28 +00:00
not_in.c
numeric.c
numutils.c
oid.c
oracle_compat.c Dept of second thoughts: don't use the new wide-character upper/lower 2004-06-06 22:17:01 +00:00
pg_locale.c
pg_lzcompress.c
pgstatfuncs.c
pseudotypes.c
quote.c
regexp.c
regproc.c
ri_triggers.c
rowtypes.c Add binary I/O support for composite types. 2004-06-06 18:06:25 +00:00
ruleutils.c Add pg_get_serial_sequence() function, and cause pg_dump to use it. 2004-06-25 17:20:29 +00:00
selfuncs.c When using extended-query protocol, postpone planning of unnamed statements 2004-06-11 01:09:22 +00:00
tid.c
timestamp.c Add range-checking in timestamp_recv and timestamptz_recv, per 2004-06-03 17:57:09 +00:00
varbit.c Represent type-specific length coercion functions as pg_cast entries, 2004-06-16 01:27:00 +00:00
varchar.c
varlena.c Infrastructure for I/O of composite types: arrange for the I/O routines 2004-06-06 00:41:28 +00:00
version.c
xid.c