git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: f2004f1) | patch
Implement OR REPLACE option for CREATE AGGREGATE.
2019年3月19日 01:16:50 +0000 (01:16 +0000)
2019年3月19日 01:16:50 +0000 (01:16 +0000)
commit 01bde4fa4c24f4eea0a634d8fcad0b376efda6b1
Implement OR REPLACE option for CREATE AGGREGATE.

Aggregates have acquired a dozen or so optional attributes in recent
years for things like parallel query and moving-aggregate mode; the
lack of an OR REPLACE option to add or change these for an existing
agg makes extension upgrades gratuitously hard. Rectify.
13 files changed:
doc/src/sgml/ref/create_aggregate.sgml diff | blob | blame | history
src/backend/catalog/pg_aggregate.c diff | blob | blame | history
src/backend/catalog/pg_proc.c diff | blob | blame | history
src/backend/commands/aggregatecmds.c diff | blob | blame | history
src/backend/nodes/copyfuncs.c diff | blob | blame | history
src/backend/nodes/equalfuncs.c diff | blob | blame | history
src/backend/parser/gram.y diff | blob | blame | history
src/backend/tcop/utility.c diff | blob | blame | history
src/include/catalog/pg_aggregate.h diff | blob | blame | history
src/include/commands/defrem.h diff | blob | blame | history
src/include/nodes/parsenodes.h diff | blob | blame | history
src/test/regress/expected/create_aggregate.out diff | blob | blame | history
src/test/regress/sql/create_aggregate.sql diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /