postgresql/src/backend
Neil Conway e4d9b69779 Rename pg_complete_relation_size() to pg_total_relation_size(), for the
sake of brevity and clarity.

Make pg_reload_conf(), pg_rotate_logfile(), and pg_cancel_backend()
return a boolean rather than an integer to indicate success or failure.

Along the way, make some minor cleanups to dbsize.c -- in particular,
use elog() rather than ereport() for "shouldn't happen" error
conditions, and remove some of the more flagrant violations of the
Postgres indentation conventions.

Catalog version bumped.
2005-09-16 05:35:41 +00:00
..
access Copy-editing for GiST README. 2005-09-15 17:44:27 +00:00
bootstrap Arrange for indexes and toast tables to inherit their ownership from 2005-08-26 03:08:15 +00:00
catalog Create the pg_pltemplate system catalog to hold template information 2005-09-08 20:07:42 +00:00
commands Create the pg_pltemplate system catalog to hold template information 2005-09-08 20:07:42 +00:00
executor Tweak nodeBitmapAnd to stop evaluating sub-plan scans if it finds it's 2005-08-28 22:47:20 +00:00
lib Replace the use of "0" with "NULL" where appropriate in dllist.c, for 2005-01-18 22:59:32 +00:00
libpq Tweak TCP-keepalive code so that an invalid setting doesn't cause us 2005-09-12 02:26:33 +00:00
main Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
nodes Clean up a couple of ad-hoc computations of the maximum number of tuples 2005-09-02 19:02:20 +00:00
optimizer Back out prior patch and instead just suppress SubqueryScan elimination 2005-09-05 18:59:38 +00:00
parser Implement a preliminary 'template' facility for procedural languages, 2005-09-05 23:50:49 +00:00
po Translation updates 2005-01-17 20:27:44 +00:00
port Convert the arithmetic for shared memory size calculation from 'int' 2005-08-20 23:26:37 +00:00
postmaster Ensure that any memory leaked during an error inside the bgwriter is 2005-09-12 22:20:16 +00:00
regex I made the patch that implements regexp_replace again. 2005-07-10 04:54:33 +00:00
rewrite Add NOWAIT option to SELECT FOR UPDATE/SHARE. 2005-08-01 20:31:16 +00:00
storage Force the size and alignment of LWLock array entries to be either 16 or 32 2005-09-16 00:30:05 +00:00
tcop Add log display label for unnamed server-side portals. 2005-09-02 21:50:54 +00:00
utils Rename pg_complete_relation_size() to pg_total_relation_size(), for the 2005-09-16 05:35:41 +00:00
Makefile Put libpgport into OBJS instead of LIBS, so that it gets included 2005-07-28 04:31:30 +00:00
nls.mk New translation 2005-01-09 17:10:29 +00:00