postgresql/src
Peter Eisentraut 323b96aa34 Register missing money operators in system catalogs
The operators money*int8, int8*money, and money/int8 were implemented in
code but not registered in pg_operator or pg_proc.

Reviewed-by: Pavel Stehule <pavel.stehule@gmail.com>
2017-01-17 12:36:02 -05:00
..
backend Rename C symbols for backend lo_ functions 2017-01-17 12:35:30 -05:00
bin Add compression support to pg_receivexlog 2017-01-17 12:10:26 +01: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 Register missing money operators in system catalogs 2017-01-17 12:36:02 -05:00
interfaces Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
makefiles Provide NO_INSTALLCHECK option for pgxs. 2016-11-14 14:53:07 -08:00
pl Change representation of statement lists, and add statement location info. 2017-01-14 16:02:35 -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 Register missing money operators in system catalogs 2017-01-17 12:36:02 -05:00
timezone Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
tools pg_ctl: Change default to wait for all actions 2017-01-14 09:15:08 -05:00
tutorial Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
.gitignore
DEVELOPERS
Makefile Install TAP test infrastructure so it's available for extension testing. 2016-09-23 15:50:00 -04:00
Makefile.global.in Replace PostmasterRandom() with a stronger source, second attempt. 2016-12-05 13:42:59 +02:00
Makefile.shlib Remove "sco" and "unixware" ports. 2016-10-11 11:26:04 -04:00
bcc32.mak
nls-global.mk nls-global.mk: search build dir for source files, too 2016-06-07 18:55:18 -04:00
win32.mak