postgresql/src
Tom Lane 109d7aff73 Fix linking problem when enabling thread safety on Darwin: uninitialized
global variables are problematic on this platform.  Simplest solution
seems to be to initialize pthread key variable to 0.  Also, rename this
variable and check_sigpipe_handler to something involving "pq" to
avoid gratuitous pollution of application namespace.
2004-08-17 04:24:23 +00:00
..
backend Mark server_encoding and integer_datetimes as GUC_REPORT, per previous 2004-08-16 02:12:29 +00:00
bin Throw error if initdb -L is not an absolute path. 2004-08-16 15:44:03 +00:00
corba make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
include Add DLLIMPORT for PostGIS. 2004-08-17 02:51:32 +00:00
interfaces Fix linking problem when enabling thread safety on Darwin: uninitialized 2004-08-17 04:24:23 +00:00
makefiles PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, with 2004-07-30 12:26:40 +00:00
pl Add trivial NULL statement to plpgsql, for Oracle compatibility. 2004-08-16 17:52:06 +00:00
port Fix for adding \n for zero-length win32 read_pipe return 2004-08-16 02:46:36 +00:00
template Rename irix5 port to irix. 2004-05-19 21:37:43 +00:00
test Allow optional SAVEPOINT keyword in RELEASE and ROLLBACK TO, for greater 2004-08-12 19:12:21 +00:00
timezone Fix function definition that somehow missed being ANSI-fied, and align 2004-08-11 16:53:28 +00:00
tools Improve description of release note creation. 2004-07-25 03:30:31 +00:00
tutorial Replace TupleTableSlot convention for whole-row variables and function 2004-04-01 21:28:47 +00:00
utils PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, with 2004-07-30 12:26:40 +00:00
bcc32.mak $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
DEVELOPERS just testing a script... 1999-07-30 03:45:57 +00:00
Makefile PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, with 2004-07-30 12:26:40 +00:00
Makefile.global.in Quote PERL expansion for Win32 path that might have spaces. 2004-08-15 00:41:51 +00:00
Makefile.shlib Cause libpq and ecpg libraries to be built as proper shared libraries 2004-07-13 00:06:46 +00:00
nls-global.mk More locale fixes for pg_ctl. 2004-06-01 03:32:42 +00:00
win32.mak $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00