postgresql/src/backend/utils
Tom Lane 2c66f9924c Replace pg_asprintf() with psprintf().
This eliminates an awkward coding pattern that's also unnecessarily
inconsistent with backend coding.  psprintf() is now the thing to
use everywhere.
2013-10-22 19:40:26 -04:00
..
adt Replace pg_asprintf() with psprintf(). 2013-10-22 19:40:26 -04:00
cache Eliminate pg_rewrite.ev_attr column and related dead code. 2013-09-05 14:03:43 -05:00
error Make use of psprintf() in recent changes 2013-10-22 07:04:41 -04:00
fmgr Add use of asprintf() 2013-10-13 00:09:18 -04:00
hash pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
init Get rid of use of asprintf() in favor of a more portable implementation. 2013-10-22 18:42:13 -04:00
mb Add checks for valid multibyte character length in UtfToLocal, LocalToUtf. 2013-07-18 21:55:38 -04:00
misc Add use of asprintf() 2013-10-13 00:09:18 -04:00
mmgr Get rid of use of asprintf() in favor of a more portable implementation. 2013-10-22 18:42:13 -04:00
resowner Fix details missed by dynamic shared memory patch. 2013-10-14 08:00:26 -04:00
sort Ensure 64bit arithmetic when calculating tapeSpace 2013-07-14 16:26:16 -04:00
time Fix old visibility bug in HeapTupleSatisfiesDirty 2013-08-02 17:02:36 -04:00
.gitignore Avoid maintaining three separate copies of the error codes list. 2011-02-03 22:32:49 -05:00
errcodes.txt Update copyrights for 2013 2013-01-01 17:15:01 -05:00
Gen_dummy_probes.sed Update copyrights for 2013 2013-01-01 17:15:01 -05:00
Gen_fmgrtab.pl Update copyrights for 2013 2013-01-01 17:15:01 -05:00
generate-errcodes.pl Update copyrights for 2013 2013-01-01 17:15:01 -05:00
Makefile Make handling of errcodes.h more consistent with other generated headers. 2011-02-04 09:29:10 -05:00
probes.d Update copyrights for 2013 2013-01-01 17:15:01 -05:00