postgresql/src
Robert Haas 9888b34fdb Fix more things to be parallel-safe.
Conversion functions were previously marked as parallel-unsafe, since
that is the default, but in fact they are safe.  Parallel-safe
functions defined in pg_proc.h and redefined in system_views.sql were
ending up as parallel-unsafe because the redeclarations were not
marked PARALLEL SAFE.  While editing system_views.sql, mark ts_debug()
parallel safe also.

Andreas Karlsson
2016-05-03 14:36:38 -04:00
..
backend Fix more things to be parallel-safe. 2016-05-03 14:36:38 -04:00
bin Support building with Visual Studio 2015 2016-04-29 08:09:07 -04:00
common Remove redundant message in AddUserToTokenDacl(). 2016-04-06 23:40:51 -04:00
fe_utils Support \crosstabview in psql 2016-04-08 20:23:18 -03:00
include Fix more things to be parallel-safe. 2016-05-03 14:36:38 -04:00
interfaces Rename strtoi() to strtoint(). 2016-04-23 16:53:15 -04:00
makefiles
pl Fix freshly-introduced PL/Python portability bug. 2016-04-11 18:17:20 -04:00
port Fix typo in VS2015 patch 2016-04-29 09:49:31 -04:00
template
test Fix mishandling of equivalence-class tests in parameterized plans. 2016-04-29 20:19:38 -04:00
timezone Suppress compiler warning. 2016-04-02 13:49:17 -04:00
tools Again update typedefs.list file in preparation for pgindent run 2016-05-02 09:23:55 -04:00
tutorial
.gitignore
bcc32.mak
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 Create src/fe_utils/, and move stuff into there from pg_dump's dumputils. 2016-03-24 15:55:57 -04:00
Makefile.shlib
nls-global.mk
win32.mak