You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Joe Conway
0b89d261c7
Andreas Pflug wrote:
...
From an idea of Bruce, the attached patch implements the function
pg_tablespace_databases(oid) RETURNS SETOF oid
which delivers as set of database oids having objects in the selected
tablespace, enabling an admin to examine only the databases affecting
the tablespace for objects instead of scanning all of them.
initdb forced
22 years ago
..
acl.h
Tablespaces. Alternate database locations are dead, long live tablespaces.
22 years ago
array.h
Represent type-specific length coercion functions as pg_cast entries,
22 years ago
ascii.h
…
builtins.h
Andreas Pflug wrote:
22 years ago
cash.h
…
catcache.h
Nested transactions. There is still much left to do, especially on the
22 years ago
date.h
…
datetime.h
Adjust our timezone library to use pg_time_t (typedef'd as int64) in
22 years ago
datum.h
…
dynahash.h
…
dynamic_loader.h
…
elog.h
Replace direct fprintf(stderr) calls by write_stderr(), and cause this
22 years ago
errcodes.h
Align GRANT/REVOKE behavior more closely with the SQL spec, per discussion
22 years ago
fmgrtab.h
…
formatting.h
…
geo_decls.h
*) inet_(client|server)_(addr|port)() and necessary documentation for
22 years ago
guc.h
Nested transactions. There is still much left to do, especially on the
22 years ago
guc_tables.h
Nested transactions. There is still much left to do, especially on the
22 years ago
help_config.h
…
hsearch.h
…
inet.h
Give inet/cidr datatypes their own hash function that ignores the inet vs
22 years ago
int8.h
…
inval.h
Nested transactions. There is still much left to do, especially on the
22 years ago
logtape.h
…
lsyscache.h
Tablespaces. Alternate database locations are dead, long live tablespaces.
22 years ago
memutils.h
Nested transactions. There is still much left to do, especially on the
22 years ago
nabstime.h
Adjust our timezone library to use pg_time_t (typedef'd as int64) in
22 years ago
numeric.h
…
palloc.h
…
pg_crc.h
…
pg_locale.h
…
pg_lzcompress.h
…
portal.h
Nested transactions. There is still much left to do, especially on the
22 years ago
ps_status.h
…
rel.h
Nested transactions. There is still much left to do, especially on the
22 years ago
relcache.h
Nested transactions. There is still much left to do, especially on the
22 years ago
selfuncs.h
…
syscache.h
…
timestamp.h
Integrate src/timezone library for all platforms. There is more we can
22 years ago
tqual.h
…
tuplesort.h
…
tuplestore.h
…
typcache.h
Make the world very nearly safe for composite-type columns in tables.
22 years ago
varbit.h
…