postgres/src
Tom Lane b31eeadcab Force the second argument of SUBSTRING(foo FOR bar) to be int4, to avoid
surprising results when it's some other numeric type.  This doesn't solve
the generic problem of surprising implicit casts to text, but it's a
low-impact way of making sure this particular case behaves sanely.
Per gripe from Harald Fuchs and subsequent discussion.
2005-11-13 19:11:28 +00:00
..
backend Force the second argument of SUBSTRING(foo FOR bar) to be int4, to avoid 2005-11-13 19:11:28 +00:00
bin R-tree is dead ... long live GiST. 2005-11-07 17:36:47 +00:00
include R-tree is dead ... long live GiST. 2005-11-07 17:36:47 +00:00
interfaces Translation updates forward-port to HEAD. 2005-11-07 02:40:38 +00:00
makefiles Clean up AIX build to avoid 'duplicate symbol' warnings, by moving use 2005-10-28 17:32:22 +00:00
pl Ensure that a plpgsql LOOP with an empty body still executes at least 2005-10-24 15:10:22 +00:00
port Message corrections 2005-10-29 00:31:52 +00:00
template SUNOS4_CC -> SUNOS_CC. 2005-07-30 03:07:42 +00:00
test R-tree is dead ... long live GiST. 2005-11-07 17:36:47 +00:00
timezone Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
tools Revert pgindent length back to 79 because we are going to fix the BSD 2005-11-13 02:38:49 +00:00
tutorial Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
utils
DEVELOPERS
Makefile
Makefile.global.in Fix problems with PGXS builds against an installation tree that was 2005-09-27 17:39:35 +00:00
Makefile.shlib Clean up AIX build to avoid 'duplicate symbol' warnings, by moving use 2005-10-28 17:32:22 +00:00
bcc32.mak Add -N make flag to bcc builds from /src dir. 2005-05-13 18:12:35 +00:00
nls-global.mk
win32.mak Attached is a makefile I hacked up to build pg_config under MSVC - the 2005-06-14 17:50:38 +00:00