postgresql/src/backend
Tom Lane 47a37aeebd Split definitions for md5.c out of crypt.h and into their own header
libpq/md5.h, so that there's a clear separation between backend-only
definitions and shared frontend/backend definitions.  (Turns out this
is reversing a bad decision from some years ago...)  Fix up references
to crypt.h as needed.  I looked into moving the code into src/port, but
the headers in src/include/libpq are sufficiently intertwined that it
seems more work than it's worth to do that.
2006-06-20 19:56:52 +00:00
..
access Don't try to call posix_fadvise() unless <fcntl.h> supplies a declaration 2006-06-18 18:30:21 +00:00
bootstrap Merge postmaster and postgres command into just postgres. postmaster 2006-06-18 15:38:37 +00:00
catalog Move conversion dependency patch to the proper branch, out of 8.1.X, 2006-05-30 13:36:30 +00:00
commands Split definitions for md5.c out of crypt.h and into their own header 2006-06-20 19:56:52 +00:00
executor Fix problems with cached tuple descriptors disappearing while still in use 2006-06-16 18:42:24 +00:00
lib Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
libpq Split definitions for md5.c out of crypt.h and into their own header 2006-06-20 19:56:52 +00:00
main Merge postmaster and postgres command into just postgres. postmaster 2006-06-18 15:38:37 +00:00
nodes DROP ... IF EXISTS for the following cases: 2006-06-16 20:23:45 +00:00
optimizer Fix problems with cached tuple descriptors disappearing while still in use 2006-06-16 18:42:24 +00:00
parser Fix a couple of obvious problems in DROP IF EXISTS patch. 2006-06-16 23:50:48 +00:00
po Fix copy-and-pasteo in Russian translation: message complaining about 2006-06-03 16:48:59 +00:00
port Remove Win32 file, moved to /port. 2006-06-08 15:15:13 +00:00
postmaster Take the statistics collector out of the loop for monitoring backends' 2006-06-19 01:51:22 +00:00
regex Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
rewrite DROP ... IF EXISTS for the following cases: 2006-06-16 20:23:45 +00:00
storage Take the statistics collector out of the loop for monitoring backends' 2006-06-19 01:51:22 +00:00
tcop Merge postmaster and postgres command into just postgres. postmaster 2006-06-18 15:38:37 +00:00
utils Split definitions for md5.c out of crypt.h and into their own header 2006-06-20 19:56:52 +00:00
Makefile Merge postmaster and postgres command into just postgres. postmaster 2006-06-18 15:38:37 +00:00
nls.mk Add _ to gettext triggers. Must have been forgotten here when it was introduced. 2005-10-04 11:14:03 +00:00