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 $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
arrayfuncs.c Represent type-specific length coercion functions as pg_cast entries, 2004-06-16 01:27:00 +00:00
arrayutils.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
ascii.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
bool.c The added aggregates are: 2004-05-26 15:26:28 +00:00
cash.c Solve the 'Turkish problem' with undesirable locale behavior for case 2004-05-07 00:24:59 +00:00
char.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
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 $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
encode.c Solve the 'Turkish problem' with undesirable locale behavior for case 2004-05-07 00:24:59 +00:00
float.c Change ln(), log(), power(), and sqrt() to emit the correct SQLSTATE 2004-05-16 23:18:55 +00:00
format_type.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
formatting.c Integrate src/timezone library for all platforms. There is more we can 2004-05-21 05:08:06 +00:00
geo_ops.c *) inet_(client|server)_(addr|port)() and necessary documentation for 2004-05-26 18:35:51 +00:00
geo_selfuncs.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
inet_net_ntop.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
inet_net_pton.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
int8.c Add missing casts to unsigned char in recently-added isspace() calls. 2004-04-01 22:51:31 +00:00
int.c Add function (actually an int4 and an int8 version) that generates 2004-02-03 08:29:57 +00:00
like_match.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
like.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
lockfuncs.c Replace TupleTableSlot convention for whole-row variables and function 2004-04-01 21:28:47 +00:00
mac.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
Makefile Replace TupleTableSlot convention for whole-row variables and function 2004-04-01 21:28:47 +00:00
misc.c Per previous discussions, here are two functions to send INT and TERM 2004-06-02 21:29:29 +00:00
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 Use the new List API function names throughout the backend, and disable the 2004-05-30 23:40:41 +00:00
numeric.c Minor correction for previous SQLSTATE patch: I changed dsqrt() to emit the 2004-05-19 04:32:26 +00:00
numutils.c Add missing casts to unsigned char in recently-added isspace() calls. 2004-04-01 22:51:31 +00:00
oid.c Revise int2/int4/int8/float4/float8 input routines to allow for 2004-03-11 02:11:14 +00:00
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 On WIN32, don't choke when setlocale(LC_MESSAGES, "") returns NULL. 2004-05-27 19:19:05 +00:00
pg_lzcompress.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
pgstatfuncs.c Added hints about the reason, why the command string in 2004-02-12 01:44:22 +00:00
pseudotypes.c Replace TupleTableSlot convention for whole-row variables and function 2004-04-01 21:28:47 +00:00
quote.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
regexp.c Solve the 'Turkish problem' with undesirable locale behavior for case 2004-05-07 00:24:59 +00:00
regproc.c Use the new List API function names throughout the backend, and disable the 2004-05-30 23:40:41 +00:00
ri_triggers.c Use the new List API function names throughout the backend, and disable the 2004-05-30 23:40:41 +00:00
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 Use the new List API function names throughout the backend, and disable the 2004-05-30 23:40:41 +00:00
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 Make length() disregard trailing spaces in char(n) values, per discussion 2004-02-01 06:27:48 +00:00
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 $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
xid.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00