postgresql/src/include
Bruce Momjian 5ee2ae2049 Remove sleep() and use single PG_SLEEP call for Win32 signal handling
and consistency.

Change PG_USLEEP to use SleepEx() for signal interuptability.
2004-01-30 15:57:04 +00:00
..
access Attached is a patch that fixes some trivial typos and alignment. Please 2004-01-26 22:51:56 +00:00
bootstrap make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
catalog Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path 2004-01-19 19:04:40 +00:00
commands Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path 2004-01-19 19:04:40 +00:00
executor Fix oversight in optimization that avoids an unnecessary projection step 2004-01-22 02:23:21 +00:00
lib make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
libpq Here's the latest win32 signals code, this time in the form of a patch 2004-01-27 00:45:26 +00:00
mb make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
nodes Fix oversight in optimization that avoids an unnecessary projection step 2004-01-22 02:23:21 +00:00
optimizer Revise GEQO planner to make use of some heuristic knowledge about SQL, namely 2004-01-23 23:54:21 +00:00
parser Fix a minor bug introduced by the recent CREATE TABLE AS / WITH OIDS 2004-01-23 02:13:12 +00:00
port [all] Removed call to getppid in SendPostmasterSignal, replacing with a 2004-01-26 22:59:54 +00:00
regex make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
rewrite make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
storage Ensure that close() and fclose() are checked for errors, at least in 2004-01-26 22:35:32 +00:00
tcop make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
utils Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path 2004-01-19 19:04:40 +00:00
c.h Remove the following unused type definitions: bool8, bool16, bool32, word8, 2004-01-10 23:39:51 +00:00
fmgr.h Add a hash table to cache lookups of 'C'-language functions (that is, 2004-01-19 02:06:42 +00:00
funcapi.h make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
getaddrinfo.h make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
getopt_long.h $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
miscadmin.h Remove sleep() and use single PG_SLEEP call for Win32 signal handling 2004-01-30 15:57:04 +00:00
pg_config.h.in Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl. 2003-11-24 13:16:22 +00:00
pg_config.h.win32 Bump all version numbers and version stamps mentioned in RELEASE_CHANGES. 2003-11-30 06:09:54 +00:00
pg_config_manual.h Make the 'wal_debug' GUC variable a boolean (rather than an integer), and 2004-01-06 17:26:23 +00:00
pgstat.h Continued rearrangement to permit pgstat + BootstrapMain processes to be 2003-12-25 03:52:51 +00:00
port.h make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
postgres.h Tighten short-circuit tests for deciding whether we need to invoke 2004-01-16 20:51:30 +00:00
postgres_ext.h make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
postgres_fe.h make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
rusagestub.h make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
strdup.h Fix an obsolete file path mentioned in a comment. 2004-01-25 22:19:42 +00:00