postgresql/src/backend
Bruce Momjian 5a90bc1fbe The attached patch contains a couple of fixes in the existing probes and
includes a few new ones.

- Fixed compilation errors on OS X for probes that use typedefs
- Fixed a number of probes to pass ForkNumber per the relation forks
patch
- The new probes are those that were taken out from the previous
submitted patch and required simple fixes. Will submit the other probes
that may require more discussion in a separate patch.

Robert Lor
2008-12-17 01:39:04 +00:00
..
access The attached patch contains a couple of fixes in the existing probes and 2008-12-17 01:39:04 +00:00
bootstrap Add %expect 0 to all parser input files to prevent conflicts slipping by. 2008-11-26 08:45:12 +00:00
catalog Arrange for the pg_foo_is_visible and has_foo_privilege families of functions 2008-12-15 18:09:41 +00:00
commands Department of second thoughts: further experimentation with CREATE OR REPLACE 2008-12-16 00:56:12 +00:00
executor Remove pg_plan_queries()'s now-useless needSnapshot parameter. It's useless 2008-12-13 02:29:22 +00:00
lib Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
libpq Replace both send and receive BIO routines in the SSL code with our own, 2008-12-14 19:39:37 +00:00
main Append major version number and for libraries soname major version number 2008-12-11 07:34:09 +00:00
nodes Default values for function arguments 2008-12-04 17:51:28 +00:00
optimizer Don't try to optimize EXISTS subqueries with empty FROM-lists: we need to 2008-12-08 00:16:09 +00:00
parser Restore enforce_generic_type_consistency's pre-8.3 behavior of allowing an 2008-12-14 19:45:52 +00:00
po Translation updates 2008-01-31 18:04:52 +00:00
port Revert previous patch to put the shared memory segment on win32 2008-10-30 17:04:09 +00:00
postmaster The macros NULL_DEV and DEVNULL were both used to work around 2008-12-11 10:25:17 +00:00
regex Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
rewrite Rethink the way FSM truncation works. Instead of WAL-logging FSM 2008-11-19 10:34:52 +00:00
snowball pg_do_encoding_conversion cannot return NULL (at least not unless the input 2008-11-10 15:18:40 +00:00
storage The attached patch contains a couple of fixes in the existing probes and 2008-12-17 01:39:04 +00:00
tcop Remove pg_plan_queries()'s now-useless needSnapshot parameter. It's useless 2008-12-13 02:29:22 +00:00
tsearch Reduce the scaling factor for attstattarget to number-of-lexemes from 100 2008-12-15 15:06:31 +00:00
utils The attached patch contains a couple of fixes in the existing probes and 2008-12-17 01:39:04 +00:00
Makefile Remove all traces that suggest that a non-Bison yacc might be supported, and 2008-08-29 13:02:33 +00:00
common.mk Code coverage testing with gcov. Documentation is in the regression test 2008-09-05 12:11:18 +00:00
nls.mk Install a more robust solution for the problem of infinite error-processing 2008-10-27 19:37:22 +00:00