Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 755ffb9

Browse files
committed
Merge branch 'PGPROEE10' into PGPROEE10_1601
2 parents 61e9e0c + fbf07ed commit 755ffb9

File tree

125 files changed

+88837
-14170
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+88837
-14170
lines changed

configure

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for PostgreSQL 10.3.
3+
# Generated by GNU Autoconf 2.69 for PostgreSQL 10.4.
44
#
55
# Report bugs to <bugs@postgrespro.ru>.
66
#
@@ -583,8 +583,8 @@ MAKEFLAGS=
583583
# Identity of this package.
584584
PACKAGE_NAME='PostgreSQL'
585585
PACKAGE_TARNAME='postgrespro'
586-
PACKAGE_VERSION='10.3'
587-
PACKAGE_STRING='PostgreSQL 10.3'
586+
PACKAGE_VERSION='10.4'
587+
PACKAGE_STRING='PostgreSQL 10.4'
588588
PACKAGE_BUGREPORT='bugs@postgrespro.ru'
589589
PACKAGE_URL=''
590590

@@ -1431,7 +1431,7 @@ if test "$ac_init_help" = "long"; then
14311431
# Omit some internal or obsolete options to make the list less imposing.
14321432
# This message is too long to be a string in the A/UX 3.1 sh.
14331433
cat <<_ACEOF
1434-
\`configure' configures PostgreSQL 10.3 to adapt to many kinds of systems.
1434+
\`configure' configures PostgreSQL 10.4 to adapt to many kinds of systems.
14351435
14361436
Usage: $0 [OPTION]... [VAR=VALUE]...
14371437
@@ -1497,7 +1497,7 @@ fi
14971497

14981498
if test -n "$ac_init_help"; then
14991499
case $ac_init_help in
1500-
short | recursive ) echo "Configuration of PostgreSQL 10.3:";;
1500+
short | recursive ) echo "Configuration of PostgreSQL 10.4:";;
15011501
esac
15021502
cat <<\_ACEOF
15031503
@@ -1658,7 +1658,7 @@ fi
16581658
test -n "$ac_init_help" && exit $ac_status
16591659
if $ac_init_version; then
16601660
cat <<\_ACEOF
1661-
PostgreSQL configure 10.3
1661+
PostgreSQL configure 10.4
16621662
generated by GNU Autoconf 2.69
16631663
16641664
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2370,7 +2370,7 @@ cat >config.log <<_ACEOF
23702370
This file contains any messages produced by compilers while
23712371
running configure, to aid debugging if configure makes a mistake.
23722372
2373-
It was created by PostgreSQL $as_me 10.3, which was
2373+
It was created by PostgreSQL $as_me 10.4, which was
23742374
generated by GNU Autoconf 2.69. Invocation command line was
23752375
23762376
$ $0 $@
@@ -2788,7 +2788,7 @@ fi
27882788

27892789

27902790

2791-
PGPRO_VERSION="$PACKAGE_VERSION.3"
2791+
PGPRO_VERSION="$PACKAGE_VERSION.1"
27922792
PGPRO_PACKAGE_NAME="PostgresPro"
27932793
PGPRO_EDITION="enterprise"
27942794
PGPRO_EDN="ent"
@@ -17727,7 +17727,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1772717727
# report actual input values of CONFIG_FILES etc. instead of their
1772817728
# values after options handling.
1772917729
ac_log="
17730-
This file was extended by PostgreSQL $as_me 10.3, which was
17730+
This file was extended by PostgreSQL $as_me 10.4, which was
1773117731
generated by GNU Autoconf 2.69. Invocation command line was
1773217732
1773317733
CONFIG_FILES = $CONFIG_FILES
@@ -17797,7 +17797,7 @@ _ACEOF
1779717797
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1779817798
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1779917799
ac_cs_version="\\
17800-
PostgreSQL config.status 10.3
17800+
PostgreSQL config.status 10.4
1780117801
configured by $0, generated by GNU Autoconf 2.69,
1780217802
with options \\"\$ac_cs_config\\"
1780317803

configure.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dnl Read the Autoconf manual for details.
1717
dnl
1818
m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
1919

20-
AC_INIT([PostgreSQL], [10.3], [bugs@postgrespro.ru], [postgrespro])
20+
AC_INIT([PostgreSQL], [10.4], [bugs@postgrespro.ru], [postgrespro])
2121
PACKAGE_TARNAME=postgrespro-enterprise
2222

2323
m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.69 is required.
@@ -39,7 +39,7 @@ PGAC_ARG_REQ(with, extra-version, [STRING], [append STRING to version],
3939
[PG_VERSION="$PACKAGE_VERSION$withval"],
4040
[PG_VERSION="$PACKAGE_VERSION"])
4141

42-
PGPRO_VERSION="$PACKAGE_VERSION.3"
42+
PGPRO_VERSION="$PACKAGE_VERSION.1"
4343
PGPRO_PACKAGE_NAME="PostgresPro"
4444
PGPRO_EDITION="enterprise"
4545
PGPRO_EDN="ent"

contrib/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ SUBDIRS = \
2828
hstore \
2929
hunspell_en_us \
3030
hunspell_fr \
31+
hunspell_ne_np \
3132
hunspell_nl_nl \
3233
hunspell_ru_ru \
3334
in_memory \
@@ -68,6 +69,7 @@ SUBDIRS = \
6869
referee \
6970
seg \
7071
shared_ispell \
72+
snowball_ext \
7173
spi \
7274
sr_plan \
7375
tablefunc \

contrib/adminpack/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ OBJS = adminpack.o $(WIN32RES)
55
PG_CPPFLAGS = -I$(libpq_srcdir)
66

77
EXTENSION = adminpack
8-
DATA = adminpack--1.0.sql
8+
DATA = adminpack--1.0.sql adminpack--1.0--1.1.sql
99
PGFILEDESC = "adminpack - support functions for pgAdmin"
1010

1111
ifdef USE_PGXS
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/* contrib/adminpack/adminpack--1.0--1.1.sql */
2+
3+
-- complain if script is sourced in psql, rather than via ALTER EXTENSION
4+
\echo Use "ALTER EXTENSION adminpack UPDATE TO '1.1'" to load this file. \quit
5+
6+
REVOKE EXECUTE ON FUNCTION pg_catalog.pg_logfile_rotate() FROM PUBLIC;

contrib/adminpack/adminpack.control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# adminpack extension
22
comment = 'administrative functions for PostgreSQL'
3-
default_version = '1.0'
3+
default_version = '1.1'
44
module_pathname = '$libdir/adminpack'
55
relocatable = false
66
schema = pg_catalog

contrib/fasttrun/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MODULE_big = fasttrun
22
OBJS = fasttrun.o $(WIN32RES)
33
EXTENSION = fasttrun
4-
DATA = fasttrun--1.0.sql
4+
DATA = fasttrun--2.0.sql fasttrun--unpackaged--2.0.sql
55
DOCS = README.fasttrun
66
REGRESS = fasttrun
77
PGFIELDDESC = "fasttrun - functions to truncates the temporary table and doesn't grow pg_class size."
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
\echo Use "CREATE EXTENSION fasttrun FROM unpackaged" to load this file. \quit
2+
3+
ALTER EXTENSION fasttrun ADD function fasttruncate(text);
4+

contrib/fasttrun/fasttrun.control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# fasttrun extension
22
comment = 'Functions to truncates the temporary table and does not grow pg_class size'
3-
default_version = '1.0'
3+
default_version = '2.0'
44
module_pathname = '$libdir/fasttrun'
5-
relocatable = true
5+
relocatable = true

contrib/fulleq/Makefile

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MODULE_big = fulleq
22
OBJS = fulleq.o
33
EXTENSION = fulleq
4-
DATA = fulleq--1.0.sql
4+
DATA = fulleq--2.0.sql fulleq--unpackaged--2.0.sql
55
DOCS = README.fulleq
66
REGRESS = fulleq
77
PGFIELDDESC = "fulleq - introduce operator == which returns true when operands are equal or both are nulls."
@@ -11,7 +11,7 @@ ARGTYPE = bool bytea char name int8 int2 int4 text \
1111
inet cidr varchar date time timestamp timestamptz \
1212
interval timetz
1313

14-
#EXTRA_CLEAN = fulleq--1.0.sql
14+
#EXTRA_CLEAN = fulleq--2.0.sql fulleq--unpackaged--2.0.sql
1515

1616
ifdef USE_PGXS
1717
PGXS := $(shell pg_config --pgxs)
@@ -23,11 +23,24 @@ include $(top_builddir)/src/Makefile.global
2323
include $(top_srcdir)/contrib/contrib-global.mk
2424
endif
2525

26-
fulleq--1.0.sql: fulleq--1.0.sql.in.in
26+
all: fulleq--2.0.sql fulleq--unpackaged--2.0.sql
27+
28+
fulleq--2.0.sql: fulleq--2.0.sql.in.in
2729
echo '\echo Use "CREATE EXTENSION fulleq" to load this file. \quit' > $@
2830
echo 'SET search_path = public;' >> $@
2931
for type in $(ARGTYPE); \
3032
do \
3133
sed -e "s/ARGTYPE/$$type/g" < $< >> $@; \
3234
done
3335

36+
fulleq--unpackaged--2.0.sql: fulleq-unpackaged.sql.in.in
37+
echo '\echo Use "CREATE EXTENSION fulleq FROM unpackaged" to load this file. \quit' > $@
38+
echo 'DROP OPERATOR CLASS IF EXISTS int2vector_fill_ops USING hash;' >> $@
39+
echo 'DROP OPERATOR FAMILY IF EXISTS int2vector_fill_ops USING hash;' >> $@
40+
echo 'DROP FUNCTION IF EXISTS fullhash_int2vector(int2vector);' >> $@
41+
echo 'DROP OPERATOR IF EXISTS == (int2vector, int2vector);' >> $@
42+
echo 'DROP FUNCTION IF EXISTS isfulleq_int2vector(int2vector, int2vector);' >> $@
43+
for type in $(ARGTYPE); \
44+
do \
45+
sed -e "s/ARGTYPE/$$type/g" < $< >> $@; \
46+
done
File renamed without changes.

0 commit comments

Comments
 (0)