transforms-20150321.patch.gz
application/x-gzip
Filename: transforms-20150321.patch.gz
Type: application/x-gzip
Part: 0
Message:
Re: [PATCH] Add transforms feature
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: unified
| File | + | − |
|---|---|---|
| contrib/hstore_plperl/expected/create_transform.out | 74 | 0 |
| contrib/hstore_plperl/expected/hstore_plperl.out | 208 | 0 |
| contrib/hstore_plperl/.gitignore | 4 | 0 |
| contrib/hstore_plperl/hstore_plperl--1.0.sql | 17 | 0 |
| contrib/hstore_plperl/hstore_plperl.c | 90 | 0 |
| contrib/hstore_plperl/hstore_plperl.control | 6 | 0 |
| contrib/hstore_plperl/hstore_plperlu--1.0.sql | 17 | 0 |
| contrib/hstore_plperl/hstore_plperlu.control | 6 | 0 |
| contrib/hstore_plperl/Makefile | 23 | 0 |
| contrib/hstore_plperl/sql/create_transform.sql | 47 | 0 |
| contrib/hstore_plperl/sql/hstore_plperl.sql | 143 | 0 |
| contrib/hstore_plpython/expected/hstore_plpython.out | 127 | 0 |
| contrib/hstore_plpython/.gitignore | 6 | 0 |
| contrib/hstore_plpython/hstore_plpython2u--1.0.sql | 19 | 0 |
| contrib/hstore_plpython/hstore_plpython2u.control | 6 | 0 |
| contrib/hstore_plpython/hstore_plpython3u--1.0.sql | 19 | 0 |
| contrib/hstore_plpython/hstore_plpython3u.control | 6 | 0 |
| contrib/hstore_plpython/hstore_plpython.c | 116 | 0 |
| contrib/hstore_plpython/hstore_plpythonu--1.0.sql | 19 | 0 |
| contrib/hstore_plpython/hstore_plpythonu.control | 6 | 0 |
| contrib/hstore_plpython/Makefile | 30 | 0 |
| contrib/hstore_plpython/sql/hstore_plpython.sql | 98 | 0 |
| contrib/ltree_plpython/expected/ltree_plpython.out | 42 | 0 |
| contrib/ltree_plpython/.gitignore | 6 | 0 |
| contrib/ltree_plpython/ltree_plpython2u--1.0.sql | 12 | 0 |
| contrib/ltree_plpython/ltree_plpython2u.control | 6 | 0 |
| contrib/ltree_plpython/ltree_plpython3u--1.0.sql | 12 | 0 |
| contrib/ltree_plpython/ltree_plpython3u.control | 6 | 0 |
| contrib/ltree_plpython/ltree_plpython.c | 32 | 0 |
| contrib/ltree_plpython/ltree_plpythonu--1.0.sql | 12 | 0 |
| contrib/ltree_plpython/ltree_plpythonu.control | 6 | 0 |
| contrib/ltree_plpython/Makefile | 30 | 0 |
| contrib/ltree_plpython/sql/ltree_plpython.sql | 34 | 0 |
| contrib/Makefile | 12 | 0 |
| doc/src/sgml/catalogs.sgml | 82 | 0 |
| doc/src/sgml/hstore.sgml | 18 | 0 |
| doc/src/sgml/information_schema.sgml | 85 | 0 |
| doc/src/sgml/ltree.sgml | 15 | 0 |
| doc/src/sgml/ref/allfiles.sgml | 2 | 0 |
| doc/src/sgml/ref/alter_extension.sgml | 21 | 0 |
| doc/src/sgml/ref/comment.sgml | 22 | 0 |
| doc/src/sgml/ref/create_function.sgml | 31 | 0 |
| doc/src/sgml/ref/create_transform.sgml | 207 | 0 |
| doc/src/sgml/ref/drop_transform.sgml | 123 | 0 |
| doc/src/sgml/reference.sgml | 2 | 0 |
| src/backend/catalog/dependency.c | 8 | 0 |
| src/backend/catalog/information_schema.sql | 33 | 1 |
| src/backend/catalog/Makefile | 1 | 0 |
| src/backend/catalog/objectaddress.c | 53 | 12 |
| src/backend/catalog/pg_aggregate.c | 1 | 0 |
| src/backend/catalog/pg_proc.c | 45 | 1 |
| src/backend/commands/aggregatecmds.c | 1 | 0 |
| src/backend/commands/dropcmds.c | 8 | 0 |
| src/backend/commands/event_trigger.c | 3 | 0 |
| src/backend/commands/functioncmds.c | 367 | 2 |
| src/backend/commands/proclang.c | 3 | 0 |
| src/backend/commands/typecmds.c | 1 | 0 |
| src/backend/nodes/copyfuncs.c | 17 | 0 |
| src/backend/nodes/equalfuncs.c | 15 | 0 |
| src/backend/parser/gram.y | 95 | 3 |
| src/backend/tcop/utility.c | 16 | 0 |
| src/backend/utils/adt/ruleutils.c | 1 | 10 |
| src/backend/utils/cache/lsyscache.c | 71 | 0 |
| src/backend/utils/cache/syscache.c | 23 | 0 |
| src/bin/pg_dump/common.c | 5 | 0 |
| src/bin/pg_dump/pg_dump.c | 272 | 2 |
| src/bin/pg_dump/pg_dump.h | 11 | 0 |
| src/bin/pg_dump/pg_dump_sort.c | 10 | 1 |
| src/include/catalog/catversion.h | 1 | 1 |
| src/include/catalog/dependency.h | 1 | 0 |
| src/include/catalog/indexing.h | 5 | 0 |
| src/include/catalog/pg_class.h | 1 | 1 |
| src/include/catalog/pg_proc_fn.h | 3 | 0 |
| src/include/catalog/pg_proc.h | 2677 | 2675 |
| src/include/catalog/pg_transform.h | 47 | 0 |
| src/include/commands/defrem.h | 4 | 0 |
| src/include/nodes/nodes.h | 1 | 0 |
| src/include/nodes/parsenodes.h | 15 | 0 |
| src/include/parser/kwlist.h | 2 | 0 |
| src/include/utils/lsyscache.h | 3 | 0 |
| src/include/utils/syscache.h | 2 | 0 |
| src/interfaces/ecpg/preproc/ecpg_keywords.c | 0 | 2 |
| src/interfaces/ecpg/preproc/ecpg.tokens | 1 | 1 |
| src/interfaces/ecpg/preproc/ecpg.trailer | 2 | 3 |
| src/Makefile.shlib | 1 | 1 |
| src/pl/plperl/GNUmakefile | 3 | 1 |
| src/pl/plperl/plperl.c | 43 | 4 |
| src/pl/plperl/plperl_helpers.h | 2 | 0 |
| src/pl/plpython/Makefile | 4 | 36 |
| src/pl/plpython/plpy_main.c | 1 | 0 |
| src/pl/plpython/plpy_procedure.c | 41 | 2 |
| src/pl/plpython/plpy_procedure.h | 2 | 0 |
| src/pl/plpython/plpy_spi.c | 2 | 1 |
| src/pl/plpython/plpython.h | 1 | 0 |
| src/pl/plpython/plpy_typeio.c | 107 | 58 |
| src/pl/plpython/plpy_typeio.h | 7 | 2 |
| src/pl/plpython/plpy_util.c | 16 | 5 |
| src/pl/plpython/plpy_util.h | 1 | 0 |
| src/pl/plpython/regress-python3-mangle.mk | 35 | 0 |
| src/test/regress/expected/sanity_check.out | 1 | 0 |
Binary attachment — download to view.