postgresql/src
Magnus Hagander 0423de4d30 Make the pg_stat_activity view call a SRF (pg_stat_get_activity())
instead of calling a bunch of individual functions.

This function can also be called directly, taking a PID as an argument, to
return only the data for a single PID.
2008-05-07 14:41:56 +00:00
..
backend Make the pg_stat_activity view call a SRF (pg_stat_get_activity()) 2008-05-07 14:41:56 +00:00
bin Have boolean pset values checked against typical boolean values, rather 2008-05-07 02:33:52 +00:00
include Make the pg_stat_activity view call a SRF (pg_stat_get_activity()) 2008-05-07 14:41:56 +00:00
interfaces Add more dependencies from libpgport required by 2008-05-05 19:31:40 +00:00
makefiles Implement a few changes to how shared libraries and dynamically loadable 2008-04-07 14:15:58 +00:00
pl Fix plpython to not get totally confused by OUT arguments. (It still doesn't 2008-05-03 02:47:48 +00:00
port Don't pull in pthreads header files in this file because we never use them. 2008-04-22 13:06:57 +00:00
template Use SYSV semaphores rather than POSIX on Darwin >= 6.0 (i.e., OS X 10.2 2007-09-26 00:32:46 +00:00
test Make the pg_stat_activity view call a SRF (pg_stat_get_activity()) 2008-05-07 14:41:56 +00:00
timezone Add SGT (Singapore time) to the default list of known timezone 2008-05-01 20:05:08 +00:00
tools Provide for MSVC config equivalents of recently added configure options. Remove 2008-05-03 00:24:06 +00:00
tutorial Implement a few changes to how shared libraries and dynamically loadable 2008-04-07 14:15:58 +00:00
bcc32.mak
DEVELOPERS
Makefile Catch all errors in for and while loops in makefiles. Don't ignore any 2008-03-18 16:24:50 +00:00
Makefile.global.in Upgrade to Autoconf 2.61: 2008-02-17 16:36:43 +00:00
Makefile.shlib On cygwin and win32, don't override the shlib name when building a module. 2008-04-08 09:50:29 +00:00
nls-global.mk
win32.mak