postgresql/src
Robert Haas 289992c462 Don't invoke arbitrary code inside a possibly-aborted transaction.
The code here previously tried to call the partitioning operator, but
really the right thing to do (and the safe thing to do) is use
datumIsEqual().

Amit Langote, but I expanded the comment and fixed a compiler warning.
2017-01-24 08:57:10 -05:00
..
backend Don't invoke arbitrary code inside a possibly-aborted transaction. 2017-01-24 08:57:10 -05:00
bin Fix default minimum value for descending sequences 2017-01-23 14:00:58 -05:00
common Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
fe_utils Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
include Fix interaction of partitioned tables with BulkInsertState. 2017-01-24 08:50:16 -05:00
interfaces Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
makefiles Try to fix non-MSVC Windows builds in the wake of logical replication. 2017-01-20 12:51:31 -05:00
pl Volatile-ize some plperl variables that must survive into PG_CATCH blocks. 2017-01-23 09:15:49 -05:00
port Attempt to handle pending-delete files on Windows 2017-01-04 10:48:30 +01:00
template Remove "sco" and "unixware" ports. 2016-10-11 11:26:04 -04:00
test Mention logical replication tests in src/test/README. 2017-01-24 12:57:25 +09:00
timezone Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
tools Generate fmgr prototypes automatically 2017-01-17 14:06:07 -05:00
tutorial Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
.gitignore
bcc32.mak Autoconfiscate selection of 64-bit int type for 64-bit large object API. 2012-10-07 21:52:43 -04:00
DEVELOPERS
Makefile Logical replication 2017-01-20 09:04:49 -05:00
Makefile.global.in Fix cross-shlib linking in temporary installs on HPUX 10. 2017-01-21 15:15:39 -05:00
Makefile.shlib Fix cross-shlib linking in temporary installs on HPUX 10. 2017-01-21 15:15:39 -05:00
nls-global.mk nls-global.mk: search build dir for source files, too 2016-06-07 18:55:18 -04:00
win32.mak Autoconfiscate selection of 64-bit int type for 64-bit large object API. 2012-10-07 21:52:43 -04:00