postgresql/src/backend
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
2004-07-02 18:59:25 +00:00
..
access Further review of xact.c state machine for nested transactions. Fix 2004-07-01 20:11:03 +00:00
bootstrap Replace direct fprintf(stderr) calls by write_stderr(), and cause this 2004-06-24 21:03:42 +00:00
catalog Fix information schema views to return NULL for precision and scale of 2004-06-22 22:30:32 +00:00
commands Andreas Pflug wrote: 2004-07-02 18:59:25 +00:00
executor More paranoia in AtEOSubXact_SPI: don't assume we can safely use SPI_finish 2004-07-01 21:17:13 +00:00
lib Add tests to enlargeStringInfo() to avoid possible buffer-overrun or 2004-05-11 20:07:26 +00:00
libpq #ifdef out file permissions check on SSL key file when on Windows, as 2004-06-25 15:07:52 +00:00
main Replace direct fprintf(stderr) calls by write_stderr(), and cause this 2004-06-24 21:03:42 +00:00
nodes Support renaming of tablespaces, and changing the owners of 2004-06-25 21:55:59 +00:00
optimizer Represent type-specific length coercion functions as pg_cast entries, 2004-06-16 01:27:00 +00:00
parser Remove some no-longer-needed #includes. 2004-06-28 01:19:11 +00:00
po Translation update 2004-07-02 15:07:10 +00:00
port Replace direct fprintf(stderr) calls by write_stderr(), and cause this 2004-06-24 21:03:42 +00:00
postmaster Nested transactions. There is still much left to do, especially on the 2004-07-01 00:52:04 +00:00
regex Solve the 'Turkish problem' with undesirable locale behavior for case 2004-05-07 00:24:59 +00:00
rewrite Represent type-specific length coercion functions as pg_cast entries, 2004-06-16 01:27:00 +00:00
storage Fix seriously nasty memory leak in new TransactionIdIsInProgress code. 2004-07-01 03:13:05 +00:00
tcop Nested transactions. There is still much left to do, especially on the 2004-07-01 00:52:04 +00:00
utils Andreas Pflug wrote: 2004-07-02 18:59:25 +00:00
Makefile Integrate src/timezone library for all platforms. There is more we can 2004-05-21 05:08:06 +00:00
nls.mk Replace direct fprintf(stderr) calls by write_stderr(), and cause this 2004-06-24 21:03:42 +00:00