postgresql/src/backend
Alexander Korotkov 4178d8b91c Beautify initialization of JsonValueList and JsonLikeRegexContext
Instead of tricky assignment to {0} introduce special macros, which
explicitly initialize every field.
2019-03-17 12:58:26 +03:00
..
access Avoid casting away a const 2019-03-16 10:13:03 +01:00
bootstrap tableam: Add and use scan APIs. 2019-03-11 12:46:41 -07:00
catalog Partial implementation of SQL/JSON path language 2019-03-16 12:16:48 +03:00
commands Improve code comment 2019-03-14 22:44:21 +01:00
executor Enable parallel query with SERIALIZABLE isolation. 2019-03-15 17:47:04 +13:00
foreign Update copyright for 2019 2019-01-02 12:44:25 -05:00
jit Renaming for new subscripting mechanism 2019-02-01 12:50:32 -03:00
lib Move hash_any prototype from access/hash.h to utils/hashutils.h 2019-03-11 13:17:50 -03:00
libpq Add new clientcert hba option verify-full 2019-03-09 12:19:47 -08:00
main Replace @postgresql.org with @lists.postgresql.org for mailinglists 2019-01-19 19:06:35 +01:00
nodes Refactor ParamListInfo initialization 2019-03-14 13:30:09 +01:00
optimizer Enable parallel query with SERIALIZABLE isolation. 2019-03-15 17:47:04 +13:00
parser Fix the BY {REF,VALUE} clause of XMLEXISTS/XMLTABLE 2019-03-07 11:20:35 -03:00
partitioning Update copyright year in files added by 1bb5e78218. 2019-03-16 16:00:38 +05:30
po Translation updates 2018-06-25 12:37:18 +02:00
port Add shared_memory_type GUC. 2019-02-03 12:47:26 +01:00
postmaster Use condition variables to wait for checkpoints. 2019-03-14 10:59:33 +13:00
regex Update copyright for 2019 2019-01-02 12:44:25 -05:00
replication Add walreceiver API to get remote server version 2019-03-15 10:16:26 +01:00
rewrite tableam: Add and use scan APIs. 2019-03-11 12:46:41 -07:00
snowball Update copyright for 2019 2019-01-02 12:44:25 -05:00
statistics Rename nodes/relation.h to nodes/pathnodes.h. 2019-01-29 16:49:25 -05:00
storage Improve code comments in b0eaa4c51b. 2019-03-16 06:55:56 +05:30
tcop Refactor ParamListInfo initialization 2019-03-14 13:30:09 +01:00
tsearch Move hash_any prototype from access/hash.h to utils/hashutils.h 2019-03-11 13:17:50 -03:00
utils Beautify initialization of JsonValueList and JsonLikeRegexContext 2019-03-17 12:58:26 +03:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
Makefile Fix make rules for jsonpath grammar making them similar to SQL grammar 2019-03-17 10:55:52 +03:00
common.mk Remove PARTIAL_LINKING build mode. 2018-03-30 17:33:04 -07:00
nls.mk Translation updates 2018-06-25 12:37:18 +02:00