postgresql/src
Tom Lane 32fecad80a Clean up gcc warnings. Avoid the bad habit of putting externs in .c
files rather than a header file where they belong.  Pay some modicum
of attention to picking global routine names that aren't likely to
conflict with surrounding applications.
2002-06-15 22:06:09 +00:00
..
backend Fix up gcc warnings, improve comments. 2002-06-15 21:52:31 +00:00
bin Fix for TAB completion using GRANT DELETE in psql. 2002-06-15 19:43:47 +00:00
corba
data
include Patch for current_schemas to optionally include implicit ... 2002-06-15 20:03:51 +00:00
interfaces Clean up gcc warnings. Avoid the bad habit of putting externs in .c 2002-06-15 22:06:09 +00:00
makefiles > > This patch corrects the use of rpath and export options when compiling 2002-04-05 12:01:59 +00:00
pl This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax in 2002-06-15 19:54:24 +00:00
template Create an internal semaphore API that is not tied to SysV semaphores. 2002-05-05 00:03:29 +00:00
test Implement SQL99 OVERLAY(). Allows substitution of a substring in a string. 2002-06-11 15:44:38 +00:00
tools Add C++ indent tool. 2002-06-15 19:13:04 +00:00
tutorial Opclasses live in namespaces. I also took the opportunity to create 2002-04-17 20:57:57 +00:00
utils Fix for "--" options. Allow --xxx as a valid flag, from NetBSD fix. 2001-11-26 19:30:58 +00:00
DEVELOPERS
Makefile Move 2002-03-13 00:05:06 +00:00
Makefile.global.in Change PL/Perl and Pg interface build to use configured compiler and 2002-05-28 16:57:53 +00:00
Makefile.shlib Change PL/Tcl build to use configured compiler and Makefile.shlib 2002-05-24 18:10:17 +00:00
nls-global.mk NLS updates, most notably fixed zh_TW translations 2001-11-29 18:59:28 +00:00
win32.mak