postgresql/src/backend/commands
Neil Conway 8ec05b28b7 Modify hash_create() to elog(ERROR) if an error occurs, rather than
returning a NULL pointer (some callers remembered to check the return
value, but some did not -- it is safer to just bail out).

Also, cleanup pgstat.c to use elog(ERROR) rather than elog(LOG) followed
by exit().
2004-10-25 00:46:43 +00:00
..
Makefile Tablespaces. Alternate database locations are dead, long live tablespaces. 2004-06-18 06:14:31 +00:00
aggregatecmds.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
alter.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
analyze.c Adjust index locking rules as per my proposal of earlier today. You 2004-09-30 23:21:26 +00:00
async.c Renumber SnapshotNow and the other special snapshot codes so that 2004-09-11 18:28:34 +00:00
cluster.c Redesign query-snapshot timing so that volatile functions in READ COMMITTED 2004-09-13 20:10:13 +00:00
comment.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
conversioncmds.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
copy.c Redesign query-snapshot timing so that volatile functions in READ COMMITTED 2004-09-13 20:10:13 +00:00
dbcommands.c Give a more user-friendly error message in situation where CREATE DATABASE 2004-10-17 20:47:21 +00:00
define.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
explain.c Remove unnecessary use of index_open just to get the index name. 2004-09-30 17:42:42 +00:00
functioncmds.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
indexcmds.c Redesign query-snapshot timing so that volatile functions in READ COMMITTED 2004-09-13 20:10:13 +00:00
lockcmds.c Update copyright to 2004. 2004-08-29 04:13:13 +00:00
opclasscmds.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
operatorcmds.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
portalcmds.c Restructure subtransaction handling to reduce resource consumption, 2004-09-16 16:58:44 +00:00
prepare.c Modify hash_create() to elog(ERROR) if an error occurs, rather than 2004-10-25 00:46:43 +00:00
proclang.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
schemacmds.c Remove obsolete comment. 2004-09-02 00:22:16 +00:00
sequence.c Restructure subtransaction handling to reduce resource consumption, 2004-09-16 16:58:44 +00:00
tablecmds.c In ALTER COLUMN TYPE, strip any implicit coercion operations appearing 2004-10-22 17:20:05 +00:00
tablespace.c Give a more user-friendly error message in situation where CREATE DATABASE 2004-10-17 20:47:21 +00:00
trigger.c Disallow referential integrity actions from being deferred; only the 2004-10-21 21:33:59 +00:00
typecmds.c Adjust comments previously moved to column 1 by pgident. 2004-10-07 15:21:58 +00:00
user.c Code cleanup: don't bother casting the argument to pfree() to void * 2004-09-27 04:01:23 +00:00
vacuum.c Repair possible failure to update hint bits back to disk, per 2004-10-15 22:40:29 +00:00
vacuumlazy.c Repair possible failure to update hint bits back to disk, per 2004-10-15 22:40:29 +00:00
variable.c GUC assign hooks that look at external state in deciding whether a 2004-09-24 19:43:03 +00:00
view.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00