postgresql/src
Tom Lane 1832cefda1 Fix pgstat_report_waiting() to not dump core if called before
pgstat_bestart() has been called; else any lock-block occurring
during InitPostgres() is disastrous.  I believe this explains
recent wasp regression failure; at least it explains the crash I
got while trying to duplicate the problem.  I also made
pgstat_report_activity() safe against the same scenario, just
in case.  The report_waiting hazard was created by my patch of
19-Aug to include waiting status in pg_stat_activity.
2006-08-28 19:38:09 +00:00
..
backend Fix pgstat_report_waiting() to not dump core if called before 2006-08-28 19:38:09 +00:00
bin Make saveHistory work properly on OS X when HISTFILE is set to /dev/null. 2006-08-27 15:05:20 +00:00
include Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API. 2006-08-27 23:47:58 +00:00
interfaces Partial fix for ecpg's VPATH problems. It compiles and successfully 2006-08-28 16:13:11 +00:00
makefiles
pl Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API. 2006-08-27 23:47:58 +00:00
port
template
test Add the ability to create indexes 'concurrently', that is, without 2006-08-25 04:06:58 +00:00
timezone
tools
tutorial
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in Replaced double-quote-fix with a hopefully better version. 2006-08-23 12:01:53 +00:00
Makefile.shlib
nls-global.mk
win32.mak Fix win32.mak for config cleanup. 2006-08-08 22:44:05 +00:00