postgresql/src
Tom Lane b5498a26de Add some optional code (conditionally compiled under #ifdef LWLOCK_STATS)
to track the number of LWLock acquisitions and the number of times we
block waiting for an LWLock, on a per-process basis.  After having needed
this twice in the past few months, seems like it should go into CVS.
2006-04-21 16:45:12 +00:00
..
backend Add some optional code (conditionally compiled under #ifdef LWLOCK_STATS) 2006-04-21 16:45:12 +00:00
bin Fix a couple of rather-pointless-but-easily-fixed Coverity warnings. 2006-04-19 16:02:17 +00:00
include Recognize __ppc64__, which seems to be Apple's spelling of the predefined 2006-04-19 23:11:15 +00:00
interfaces Fix ancient memory leak in PQprintTuples(); our code no longer uses this 2006-04-19 16:15:29 +00:00
makefiles Remove use of lorder and tsort while building static libraries. There's 2006-04-19 16:32:08 +00:00
pl Modify all callers of datatype input and receive functions so that if these 2006-04-04 19:35:37 +00:00
port Improve performance of our private version of qsort. Per recent testing, 2006-03-21 19:49:15 +00:00
template Add CVS tag lines to files that were lacking them. 2006-03-11 04:38:42 +00:00
test Support the syntax 2006-04-15 17:45:46 +00:00
timezone Suppress a couple of minor compiler warnings, per Magnus. 2006-04-09 19:21:34 +00:00
tools Fix typo in pgcvslog, used == instead of =. 2006-03-15 03:24:17 +00:00
tutorial Add CVS tag lines to files that were lacking them. 2006-03-11 04:38:42 +00:00
utils Add CVS tag lines to files that were lacking them. 2006-03-11 04:38:42 +00:00
bcc32.mak
DEVELOPERS
Makefile Update Makefile for new thread_test location. 2006-02-04 01:04:20 +00:00
Makefile.global.in Remove use of lorder and tsort while building static libraries. There's 2006-04-19 16:32:08 +00:00
Makefile.shlib Remove use of lorder and tsort while building static libraries. There's 2006-04-19 16:32:08 +00:00
nls-global.mk When merging PO files, take into consideration translations in other PO 2006-04-05 13:40:15 +00:00
win32.mak Fixes for Win32-client only compiles. 2006-03-03 23:11:48 +00:00