postgresql/src/backend
Tom Lane 97395185b8 Make configure probe for mbstowcs_l as well as wcstombs_l.
We previously supposed that any given platform would supply both or neither
of these functions, so that one configure test would be sufficient.  It now
appears that at least on AIX this is not the case ... which is likely an
AIX bug, but nonetheless we need to cope with it.  So use separate tests.
Per bug #6758; thanks to Andrew Hastie for doing the followup testing
needed to confirm what was happening.

Backpatch to 9.1, where we began using these functions.
2012-08-31 14:18:08 -04:00
..
access Back-patch recent fixes for gistchoose and gistRelocateBuildBuffersOnSplit. 2012-08-30 23:47:54 -04:00
bootstrap Capitalization fixes 2011-06-19 00:39:19 +03:00
catalog Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX. 2012-08-11 12:51:36 -04:00
commands Fix issues with checks for unsupported transaction states in Hot Standby. 2012-08-24 13:09:17 -04:00
executor Fix rescan logic in nodeCtescan. 2012-08-15 19:01:29 -04:00
foreign deflist_to_tuplestore dumped core on an option with no value. 2011-09-13 11:36:53 -04:00
lib Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
libpq Remove arbitrary limitation on length of common name in SSL certificates. 2012-02-23 15:48:09 -05:00
main Pgindent run before 9.1 beta2. 2011-06-09 14:32:50 -04:00
nodes Fix copyfuncs/equalfuncs support for ReassignOwnedStmt. 2012-04-18 10:46:26 -04:00
optimizer Refactor pattern_fixed_prefix() to avoid dealing in incomplete patterns. 2012-07-09 23:23:09 -04:00
parser Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT). 2012-07-31 17:56:32 -04:00
po Translation updates 2012-08-14 16:34:12 -04:00
port Back-patch fixes for some issues in our Windows socket code into 9.1. 2012-08-27 15:00:08 -04:00
postmaster Fix upper limit of superuser_reserved_connections, add limit for wal_senders 2012-08-10 14:52:16 +02:00
regex Prevent corner-case core dump in rfree(). 2012-07-15 13:28:09 -04:00
replication Fix walsender processes to establish a SIGALRM handler. 2012-07-12 14:30:04 -04:00
rewrite Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars. 2012-06-30 16:44:03 -04:00
snowball Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
storage Add missing period to detail message. 2012-08-30 13:27:18 -04:00
tcop set_stack_base() no longer needs to be called in PostgresMain. 2012-04-08 19:40:54 +03:00
tsearch Fix bug in to_tsquery(). 2012-05-15 19:27:26 +03:00
utils Make configure probe for mbstowcs_l as well as wcstombs_l. 2012-08-31 14:18:08 -04:00
.gitignore Add gitignore for mingw/cygwin build outputs 2011-06-09 18:11:47 +02:00
common.mk Workaround for recursive make breakage 2011-01-13 09:32:06 +02:00
Makefile Fix symlink for errcodes.h so it works in VPATH builds from tarballs. 2011-06-22 13:08:20 -04:00
nls.mk Translation updates 2012-02-23 20:40:55 +02:00