postgresql/src
Robert Haas f974212320 Deprecate the use of => as an operator name.
In HEAD, emit a warning when an operator named => is defined.
In both HEAD and the backbranches (except in 8.2, where contrib
modules do not have documentation), document that hstore's text =>
text operator may be removed in a future release, and encourage the
use of the hstore(text, text) function instead.  This function only
exists in HEAD (previously, it was called tconvert), so backpatch
it back to 8.2, when hstore was added.  Per discussion.
2010-06-22 11:36:16 +00:00
..
backend Deprecate the use of => as an operator name. 2010-06-22 11:36:16 +00:00
bin Fix typo in Japanese translation for psql "Use \d+ to list them." 2010-06-14 08:54:35 +00:00
include Clean up some randomness associated with trace_recovery_messages: don't 2010-06-17 17:44:40 +00:00
interfaces Refactor sprintf calls with computed format strings into multiple calls with 2010-06-16 00:54:16 +00:00
makefiles On Linux, use --enable-new-dtags when specifying -rpath to linker. 2010-05-06 19:28:25 +00:00
pl In a PL/pgSQL "FOR cursor" statement, the statements executed in the loop 2010-06-21 09:47:29 +00:00
port Use __bsdi__ consistently. 2010-05-15 10:14:20 +00:00
template Tweak configure to attempt to add -qnoansialias to CFLAGS whenever running 2009-02-11 20:02:40 +00:00
test Fix mishandling of whole-row Vars referencing a view or sub-select. 2010-06-21 00:14:48 +00:00
timezone Change the "N. Central Asia Standard Time" timezone to map to 2010-05-20 14:13:11 +00:00
tools Unbreak MSVC builds for pg_archivecleanup by linking with libpgport 2010-06-15 12:48:36 +00:00
tutorial Remove copyright mention of Andrew Yu, per author's permission. 2010-02-02 18:52:02 +00: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 Rethink the way walreceiver is linked into the backend. Instead than shoving 2010-01-20 09:16:24 +00:00
Makefile.global.in Fix vpath installation from distribution tarball (bug #5447) 2010-05-13 11:49:48 +00:00
Makefile.shlib Derived files that are shipped in the distribution used to be built in the 2009-08-28 20:26:19 +00:00
nls-global.mk Avoid error from mkdir if no languages are to be installed 2010-05-13 14:35:28 +00:00
win32.mak Update supported standalone VC++ version to 7.1+ only, and fix 2007-08-03 10:47:11 +00:00