postgresql/src
Robert Haas 976b24fb47 Change various deparsing functions to return NULL for invalid input.
Previously, some functions returned various fixed strings and others
failed with a cache lookup error.  Per discussion, standardize on
returning NULL.  Although user-exposed "cache lookup failed" error
messages might normally qualify for bug-fix treatment, no back-patch;
the risk of breaking user code which is accustomed to the current
behavior seems too high.

Michael Paquier
2016-07-26 16:07:02 -04:00
..
backend Change various deparsing functions to return NULL for invalid input. 2016-07-26 16:07:02 -04:00
bin Translation updates 2016-07-18 12:07:49 -04:00
common pgindent run for 9.6 2016-06-09 18:02:36 -04:00
fe_utils Fix comment. 2016-05-15 17:04:01 -04:00
include Remove GetUserMappingId() and GetUserMappingById(). 2016-07-22 11:32:23 -04:00
interfaces Translation updates 2016-07-18 12:07:49 -04:00
makefiles Fix typos in comments and doc 2016-01-28 16:47:36 +09:00
pl Make pltcl regression tests safe for Danish locale. 2016-07-21 14:24:07 -04:00
port pgindent run for 9.6 2016-06-09 18:02:36 -04:00
template Remove some remains from Alpha support removal 2015-10-29 16:40:14 -04:00
test Change various deparsing functions to return NULL for invalid input. 2016-07-26 16:07:02 -04:00
timezone Reduce stack space consumption in tzload(). 2016-07-07 11:28:17 -04:00
tools Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
tutorial Update copyright for 2016 2016-01-02 13:33:40 -05:00
.gitignore
DEVELOPERS
Makefile Create src/fe_utils/, and move stuff into there from pg_dump's dumputils. 2016-03-24 15:55:57 -04:00
Makefile.global.in Provide and use a makefile target to build all generated headers. 2016-07-01 15:09:02 -04:00
Makefile.shlib Make the AIX case of Makefile.shlib safe for parallel make. 2016-07-23 20:30:03 -04:00
bcc32.mak Autoconfiscate selection of 64-bit int type for 64-bit large object API. 2012-10-07 21:52:43 -04: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