postgresql/src/backend
Bruce Momjian 447450df71 Use setitimer() for stats file write, rather than do a gettimeofday()
call for every stats packet read to adjust select() timeout.  Other
stylistic improvements.
2006-01-03 16:42:17 +00:00
..
access Get rid of the SpinLockAcquire/SpinLockAcquire_NoHoldoff distinction 2005-12-29 18:08:05 +00:00
bootstrap Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
catalog
commands Add regression tests for CSV and \., and add automatic quoting of a 2005-12-28 03:25:32 +00:00
executor
lib
libpq
main Arrange to set the LC_XXX environment variables to match our locale 2005-12-28 23:22:51 +00:00
nodes Implement SQL-compliant treatment of row comparisons for < <= > >= cases 2005-12-28 01:30:02 +00:00
optimizer
parser Revert some careless search-and-replace: "ADD" in comment text should 2005-12-29 04:53:18 +00:00
po Remove DOS line endings ("\r\n") from several .po files. DOS line endings 2006-01-01 10:13:56 +00:00
port Add support for Solaris x86_64 using Sun's compiler. 2005-12-30 21:43:41 +00:00
postmaster Use setitimer() for stats file write, rather than do a gettimeofday() 2006-01-03 16:42:17 +00:00
regex Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
rewrite
storage Get rid of the SpinLockAcquire/SpinLockAcquire_NoHoldoff distinction 2005-12-29 18:08:05 +00:00
tcop Prefix client-side prepare with '[protocol]' rather than '[client]'. 2005-12-31 16:50:44 +00:00
utils Don't assume that LC_MESSAGES is always available on WIN32. Per Magnus. 2006-01-02 20:25:45 +00:00
Makefile
nls.mk