postgresql/src/backend
Andrew Dunstan daea4d8eae DROP objecttype IF EXISTS for the following objects:
table view index sequence schema type domain conversion
2005-11-19 17:39:45 +00:00
..
access R-tree is dead ... long live GiST. 2005-11-07 17:36:47 +00:00
bootstrap Postpone pg_timezone_initialize() until after creation of postmaster.pid, 2005-10-20 20:05:45 +00:00
catalog Make SQL arrays support null elements. This commit fixes the core array 2005-11-17 22:14:56 +00:00
commands DROP objecttype IF EXISTS for the following objects: 2005-11-19 17:39:45 +00:00
executor Update obsolete comment describing ExecDelete(), per Simon Riggs. 2005-11-18 12:26:20 +00:00
lib Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
libpq Clean up md5.c to make it clearer that it is a frontend-and-backend 2005-10-20 13:54:08 +00:00
main Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
nodes Restore the former RestrictInfo field valid_everywhere (but invert the flag 2005-11-14 23:54:23 +00:00
optimizer Make SQL arrays support null elements. This commit fixes the core array 2005-11-17 22:14:56 +00:00
parser DROP objecttype IF EXISTS for the following objects: 2005-11-19 17:39:45 +00:00
po Translation typo fix 2005-11-14 22:08:14 +00:00
port Fix Windows setitimer() emulation to not depend on delivering an APC 2005-10-25 15:15:16 +00:00
postmaster Repair an error introduced by log_line_prefix patch: it is not acceptable 2005-11-05 03:04:53 +00:00
regex Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
rewrite A few trivial code cleanups motivated by reading warnings generated 2005-10-18 01:06:24 +00:00
storage DropRelFileNodeBuffers failed to fix the state of the lookup hash table 2005-11-17 17:42:02 +00:00
tcop DROP objecttype IF EXISTS for the following objects: 2005-11-19 17:39:45 +00:00
utils Change array_push and array_cat so that they retain the lower bound of 2005-11-19 01:50:08 +00:00
Makefile Add an ifneq to avoid make warning on AIX --- there is a separate rule 2005-10-27 20:45:29 +00:00
nls.mk Add _ to gettext triggers. Must have been forgotten here when it was introduced. 2005-10-04 11:14:03 +00:00