postgresql/src
Heikki Linnakangas 94b6458c10 On second thought, use an empty string instead of "none" when not connected.
"none" could mislead to think that you're connected a database with that
name. Also, it needs to be translated, which might be hard without some
context. So in back-branches, use empty string, so that the message is
(currently ""), which is at least unambiguous and doens't require
translation. In master, it's no problem to add translatable strings, so use
a different fix there.
2013-01-15 22:14:16 +02:00
..
backend Reject out-of-range dates in to_date(). 2013-01-14 15:20:50 -05:00
bin On second thought, use an empty string instead of "none" when not connected. 2013-01-15 22:14:16 +02:00
include Stamp 8.4.15. 2012-12-03 15:25:45 -05:00
interfaces Stamp 8.4.15. 2012-12-03 15:25:45 -05:00
makefiles Fix PGXS support for building loadable modules on AIX. 2012-10-09 21:04:26 -04:00
pl Back-patch fix and test case for bug #7516. 2012-09-14 11:50:15 -04:00
port Stamp 8.4.15. 2012-12-03 15:25:45 -05:00
template Tweak configure to attempt to add -qnoansialias to CFLAGS whenever running 2009-02-11 20:02:40 +00:00
test Prevent passing gmake's environment variables down through pg_regress. 2012-12-01 17:24:11 -05:00
timezone Add new timezone abbrevation "FET". 2013-01-14 14:47:08 -05:00
tools Properly install ecpg_compat and pgtypes libraries on msvc 2013-01-09 17:36:23 +01:00
tutorial Remove copyright mention of Andrew Yu, per author's permission. 2010-02-02 18:52:06 +00:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:08 +02:00
bcc32.mak Remove old-style win32 client-only visual c++ build infrastructure for everything except 2007-03-05 14:18:38 +00:00
DEVELOPERS Replace a couple of references to files that no longer exist in the source 2009-05-04 08:08:47 +00:00
Makefile Add the possibility to specify an explicit validator function for foreign-data 2009-02-24 10:06:36 +00:00
Makefile.global.in Back-patch creation of tar.bz2 tarball during "make dist". 2011-07-03 16:40:28 -04:00
Makefile.shlib Fix assorted issues with build and install paths containing spaces. 2011-06-14 16:03:20 -04:00
nls-global.mk Do not msgmerge against /dev/null; merge against the pot file itself 2009-01-20 09:58:50 +00:00
win32.mak Update supported standalone VC++ version to 7.1+ only, and fix 2007-08-03 10:47:11 +00:00