postgresql/src/backend
Robert Haas b31875b1fe Fix thinko in copyParamList.
There's no point in consulting retval->paramMask; it's always NULL.
Instead, we should consult from->paramMask.

Reported by Andrew Gierth.
2016-07-27 10:20:40 -04:00
..
access Remove unused structure member. 2016-07-21 11:53:44 -04:00
bootstrap Revert CREATE INDEX ... INCLUDING ... 2016-04-08 21:52:13 +03:00
catalog Rename pg_stat_wal_receiver.conn_info to conninfo. 2016-07-07 12:59:39 +09:00
commands Message style improvements 2016-07-25 22:07:44 -04:00
executor Allow functions that return sets of tuples to return simple NULLs. 2016-07-26 21:34:02 -04:00
foreign Remove GetUserMappingId() and GetUserMappingById(). 2016-07-22 11:32:23 -04:00
lib Remove mergeHyperLogLog. 2016-04-27 10:55:32 -04:00
libpq Fix several mistakes around parallel workers and client_encoding. 2016-06-30 18:35:32 -04:00
main Repair a bit of pgindent damage. 2016-06-09 18:09:17 -04:00
nodes Fix thinko in copyParamList. 2016-07-27 10:20:40 -04:00
optimizer Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields. 2016-07-26 15:25:02 -04:00
parser Rethink node-level representation of partial-aggregation modes. 2016-06-26 14:33:38 -04:00
po Translation updates 2016-07-18 12:07:49 -04:00
port pgindent run for 9.6 2016-06-09 18:02:36 -04:00
postmaster Make "postgres -C guc" print "" not "(null)" for null-valued GUCs. 2016-06-22 11:55:18 -04:00
regex Suppress compiler warnings about useless comparison of unsigned to zero. 2016-02-15 17:12:16 -05:00
replication Fix typos in comments and debug message 2016-07-18 18:46:57 +02:00
rewrite pgindent run for 9.6 2016-06-09 18:02:36 -04:00
snowball Update copyright for 2016 2016-01-02 13:33:40 -05:00
storage Adjust spellings of forms of "cancel" 2016-07-14 22:48:26 -04:00
tcop Revert "Add some temporary code to record stack usage at server process exit." 2016-07-10 12:44:20 -04:00
tsearch Add serial comma and quoting to message 2016-07-12 18:37:34 -04:00
utils Change various deparsing functions to return NULL for invalid input. 2016-07-26 16:07:02 -04:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
Makefile Provide and use a makefile target to build all generated headers. 2016-07-01 15:09:02 -04:00
common.mk
nls.mk Remove trailing slashes from directories in find command 2015-09-18 22:06:54 -04:00