postgresql/src/backend
Alvaro Herrera 8acc1e0fe2 Fix printf format to use %zd when printing sizes
Using %ld as we were doing raises compiler warnings on 32 bit platforms.

Reported by Andres Freund.
Discussion: https://postgr.es/m/20170407214022.fidezl2e6rk3tuiz@alap3.anarazel.de
2017-04-07 19:27:00 -03:00
..
access Reduce the number of pallocs() in BRIN 2017-04-07 19:08:43 -03:00
bootstrap Cast result of copyObject() to correct type 2017-03-28 21:59:23 -04:00
catalog Fix compiler warning 2017-04-07 17:37:12 -04:00
commands Fix typo in comment 2017-04-07 09:30:22 +02:00
executor Ensure that ExecPrepareExprList's result is all in one memory context. 2017-04-07 12:54:23 -04:00
foreign Abstract logic to allow for multiple kinds of child rels. 2017-04-03 22:41:31 -04:00
lib Support hashed aggregation with grouping sets. 2017-03-27 04:20:54 +01:00
libpq Use SASLprep to normalize passwords for SCRAM authentication. 2017-04-07 14:56:05 +03:00
main Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
nodes Identity columns 2017-04-06 08:41:37 -04:00
optimizer Fix planner error (or assert trap) with nested set operations. 2017-04-07 12:18:38 -04:00
parser Fix the RTE_NAMEDTUPLESTORE case in get_rte_attribute_is_dropped(). 2017-04-06 17:32:53 -05:00
po Translation updates 2016-08-08 11:08:00 -04:00
port Improve 64bit atomics support. 2017-04-07 14:48:11 -07:00
postmaster Add ProcArrayGroupUpdate wait event. 2017-04-07 13:41:47 -04:00
regex ICU support 2017-03-23 15:28:48 -04:00
replication Fix logical replication between different encodings 2017-04-06 14:41:09 -04:00
rewrite Identity columns 2017-04-06 08:41:37 -04:00
snowball Add ICU_FLAGS to one more place 2017-03-23 16:53:10 -04:00
statistics Fix printf format to use %zd when printing sizes 2017-04-07 19:27:00 -03:00
storage Add ProcArrayGroupUpdate wait event. 2017-04-07 13:41:47 -04:00
tcop Remove dead code and fix comments in fast-path function handling. 2017-04-06 09:09:39 +03:00
tsearch Full Text Search support for json and jsonb 2017-03-31 14:26:03 -04:00
utils Use English, instead of internal names, for translatable messages. 2017-04-07 15:38:46 -04:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
Makefile Implement multivariate n-distinct coefficients 2017-03-24 14:06:10 -03:00
common.mk ICU support 2017-03-23 15:28:48 -04:00
nls.mk Remove trailing slashes from directories in find command 2015-09-18 22:06:54 -04:00