OSDN Git Service

Allow handled properties not to have a short name
[pgstoreplans/pg_store_plans.git] / pgsp_json.c
2016-08-26 Kyotaro HoriguchiAllow handled properties not to have a short name
2016-08-26 Kyotaro HoriguchiSupport ORDER BY and GROUPING SETS in text representation.
2016-08-26 Kyotaro HoriguchiSupport ON CONFLICT in text plan output
2016-08-26 Kyotaro HoriguchiSupport multi-targetted ModifyTable in plan output...
2016-08-26 Kyotaro HoriguchiChange the way to treat nested json-objects
2016-08-26 Kyotaro HoriguchiAdd JSON item for "Original Hash Buckets"
2016-08-26 Kyotaro HoriguchiFix a misspelling of a function
2015-06-12 Kyotaro HoriguchiFix a bug of expression normalizer.
2015-06-12 Kyotaro HoriguchiFix some typos and wrong comments.
2015-04-03 Kyotaro HoriguchiAdd file headers.
2015-04-03 Kyotaro HoriguchiFix typo of WorkTable Scan.
2015-04-03 Kyotaro HoriguchiMask constants of sort key value.
2015-04-03 Kyotaro HoriguchiAdd new explain properties.
2015-04-03 Kyotaro HoriguchiSafely exit from json parser with chopped representations.
2015-02-09 Kyotaro HoriguchiRename module to pg_store_plans