postgresql/src/backend/utils
Bruce Momjian 5db55c6bbc Remove wchar.c Asserts that were stricter than the main code
Assert errors were thrown for functions being passed invalid encodings,
while the main code handled it just fine.

Also document that libpq's PQclientEncoding() returns -1 for an encoding
lookup failure.

Per report from Peter Geoghegan
2014-03-24 15:59:38 -04:00
..
adt Fix ts_rank_cd() to ignore stripped lexemes 2014-03-24 14:37:16 -04:00
cache Introduce logical decoding. 2014-03-03 16:32:18 -05:00
error Prevent interrupts while reporting non-ERROR elog messages. 2014-03-13 20:59:42 -04:00
fmgr Prevent privilege escalation in explicit calls to PL validators. 2014-02-17 09:33:31 -05:00
hash Update copyright for 2014 2014-01-07 16:05:30 -05:00
init Allow logical decoding via the walsender interface. 2014-03-10 13:50:28 -04:00
mb Remove wchar.c Asserts that were stricter than the main code 2014-03-24 15:59:38 -04:00
misc Replace the XLogInsert slots with regular LWLocks. 2014-03-21 15:10:48 +01:00
mmgr Allow use of "z" flag in our printf calls, and use it where appropriate. 2014-01-23 17:18:33 -05:00
resowner Update copyright for 2014 2014-01-07 16:05:30 -05:00
sort Update copyright for 2014 2014-01-07 16:05:30 -05:00
time Fix typos in comments. 2014-03-17 20:47:28 +09:00
.gitignore
errcodes.txt Update copyright for 2014 2014-01-07 16:05:30 -05:00
Gen_dummy_probes.sed Update copyright for 2014 2014-01-07 16:05:30 -05:00
Gen_fmgrtab.pl Update copyright for 2014 2014-01-07 16:05:30 -05:00
generate-errcodes.pl Update copyright for 2014 2014-01-07 16:05:30 -05:00
Makefile
probes.d Fix build with LWLOCK_STATS or dtrace. 2014-03-21 23:26:34 +01:00