OSDN Git Service

Add forgot upgrade sql file
[pgstoreplans/pg_store_plans.git] / pgsp_json_text.c
2021-11-25 Julien RouhaudHandle new nodes and fields added in pg14.
2021-11-25 Julien RouhaudRemove some trailing whitespaces and other minor stylis...
2021-11-25 Tatsuro YamadaUpdate copyright year of files
2020-10-07 Kyotaro HoriguchiSupport PostgreSQL 13
2020-01-30 Kyotaro HoriguchiUpdate copyright year to 2020
2019-01-22 Kyotaro HoriguchiFix misspelling of pg_store_plans
2019-01-08 Kyotaro HoriguchiAdd the LICENSE file and update copyright notice of...
2017-06-06 Kyotaro HoriguchiAdd support for new node types
2017-06-06 Kyotaro HoriguchiSupport PostgreSQL 10
2017-06-06 Kyotaro HoriguchiFix a crash bug caused by unkown aggregation type.
2016-09-05 Kyotaro HoriguchiPrint unknown properties in text representation
2016-09-05 Kyotaro HoriguchiSupport parallel query
2016-09-02 Kyotaro HoriguchiEdit copyright notice
2016-08-26 Kyotaro HoriguchiAdd support for TableSample in text representaion.
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 HoriguchiFix text plan representation for sort keys
2016-08-26 Kyotaro HoriguchiAdd I/O Timings in text plan representation
2016-08-26 Kyotaro HoriguchiAdd JSON item for "Original Hash Buckets"
2016-08-26 Kyotaro HoriguchiFix indent calculation
2015-04-10 Kyotaro HoriguchiMake compile quiet phase 2
2015-04-06 Kyotaro HoriguchiAdd documentation
2015-04-03 Kyotaro HoriguchiMake compiler quiet.
2015-04-03 Kyotaro HoriguchiAdd file headers.
2015-04-03 Kyotaro HoriguchiAdd new explain properties.
2015-04-03 Kyotaro HoriguchiBug fix for text representation when log_timing = off
2015-02-09 Kyotaro HoriguchiRename module to pg_store_plans