postgresql/src/backend
Magnus Hagander a6d6a9c9a8 Make the new pg_stat_get_activity use OUT parameters, so you don't have to
specify the column names and types. Also simplifies the view.

Per comments from Tom.
2008-05-08 08:58:59 +00:00
..
access Update error messages, per notes from Tom. 2008-04-24 14:23:43 +00:00
bootstrap Allow float8, int8, and related datatypes to be passed by value on machines 2008-04-21 00:26:47 +00:00
catalog Make the new pg_stat_get_activity use OUT parameters, so you don't have to 2008-05-08 08:58:59 +00:00
commands Fix REASSIGN OWNED so that it works on procedural languages too. 2008-04-29 19:37:04 +00:00
executor Fix nodeTidscan.c to not trigger an error if the block number portion of 2008-04-30 23:28:32 +00:00
lib Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
libpq Use error message wordings for permissions checks on .pgpass and SSL private 2008-03-31 02:43:14 +00:00
main Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
nodes Remove typename from A_Const. 2008-04-29 14:59:17 +00:00
optimizer Allow the planner's estimate of the fraction of a cursor's rows that will be 2008-05-02 21:26:10 +00:00
parser Some minor further cleanup around A_Const. Don't attach a typecast in 2008-04-29 20:44:49 +00:00
po Translation updates 2008-01-31 18:04:52 +00:00
port Repair two places where SIGTERM exit could leave shared memory state 2008-04-16 23:59:40 +00:00
postmaster Add pg_conf_load_time() function to report when the Postgres configuration 2008-05-04 21:13:36 +00:00
regex Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
rewrite Move the HTSU_Result enum definition into snapshot.h, to avoid including 2008-03-26 21:10:39 +00:00
snowball Implement a few changes to how shared libraries and dynamically loadable 2008-04-07 14:15:58 +00:00
storage Remove the recently added USE_SEGMENTED_FILES option, and indeed remove all 2008-05-02 01:08:27 +00:00
tcop Revert addition of pg_terminate_backend() because of race conditions. 2008-04-15 20:28:47 +00:00
tsearch Simplify and standardize conversions between TEXT datums and ordinary C 2008-03-25 22:42:46 +00:00
utils Make the pg_stat_activity view call a SRF (pg_stat_get_activity()) 2008-05-07 14:41:56 +00:00
Makefile Enable probes to work with Mac OS X Leopard and other OSes that will 2008-03-17 19:44:41 +00:00
common.mk We need to rebuild objfiles.txt when one of the subdirectories' objfiles.txt 2008-03-17 18:24:56 +00:00
nls.mk Add a new ereport auxiliary function errdetail_log(), which works the same as 2008-03-24 18:08:47 +00:00