mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Update copyright for 2019
Backpatch-through: certain files through 9.4
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
#
|
||||
# Makefile for src/test/authentication
|
||||
#
|
||||
# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
|
||||
# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
|
||||
# Portions Copyright (c) 1994, Regents of the University of California
|
||||
#
|
||||
# src/test/authentication/Makefile
|
||||
|
@ -3,7 +3,7 @@
|
||||
* testlo.c
|
||||
* test using large objects with libpq
|
||||
*
|
||||
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
*
|
||||
|
@ -3,7 +3,7 @@
|
||||
* testlo64.c
|
||||
* test using large objects with libpq using 64-bit APIs
|
||||
*
|
||||
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
*
|
||||
|
@ -2,7 +2,7 @@
|
||||
*
|
||||
* isolation_main --- pg_regress test launcher for isolation tests
|
||||
*
|
||||
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/test/isolation/isolation_main.c
|
||||
|
@ -3,7 +3,7 @@
|
||||
* isolationtester.h
|
||||
* include file for isolation tests
|
||||
*
|
||||
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
@ -4,7 +4,7 @@
|
||||
* specparse.y
|
||||
* bison grammar for the isolation test file format
|
||||
*
|
||||
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
|
@ -4,7 +4,7 @@
|
||||
* specscanner.l
|
||||
* a lexical scanner for an isolation test specification
|
||||
*
|
||||
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# Makefile for src/test/kerberos
|
||||
#
|
||||
# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
|
||||
# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
|
||||
# Portions Copyright (c) 1994, Regents of the University of California
|
||||
#
|
||||
# src/test/kerberos/Makefile
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# Makefile for src/test/ldap
|
||||
#
|
||||
# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
|
||||
# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
|
||||
# Portions Copyright (c) 1994, Regents of the University of California
|
||||
#
|
||||
# src/test/ldap/Makefile
|
||||
|
@ -7,7 +7,7 @@
|
||||
* perspective, but allows regression testing independent of platform-specific
|
||||
* features like SELinux.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*/
|
||||
#include "postgres.h"
|
||||
|
@ -3,7 +3,7 @@
|
||||
* test_bloomfilter.c
|
||||
* Test false positive rate of Bloom filter.
|
||||
*
|
||||
* Copyright (c) 2018, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2018-2019, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/test/modules/test_bloomfilter/test_bloomfilter.c
|
||||
|
@ -2,7 +2,7 @@
|
||||
* test_ddl_deparse.c
|
||||
* Support functions for the test_ddl_deparse module
|
||||
*
|
||||
* Copyright (c) 2014-2018, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2014-2019, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/test/modules/test_ddl_deparse/test_ddl_deparse.c
|
||||
|
@ -3,7 +3,7 @@
|
||||
* test_parser.c
|
||||
* Simple example of a text search parser
|
||||
*
|
||||
* Copyright (c) 2007-2018, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2007-2019, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/test/modules/test_parser/test_parser.c
|
||||
|
@ -3,7 +3,7 @@
|
||||
* test_predtest.c
|
||||
* Test correctness of optimizer's predicate proof logic.
|
||||
*
|
||||
* Copyright (c) 2018, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2018-2019, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/test/modules/test_predtest/test_predtest.c
|
||||
|
@ -3,7 +3,7 @@
|
||||
* test_rbtree.c
|
||||
* Test correctness of red-black tree operations.
|
||||
*
|
||||
* Copyright (c) 2009-2018, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2009-2019, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/test/modules/test_rbtree/test_rbtree.c
|
||||
|
@ -3,7 +3,7 @@
|
||||
* test_rls_hooks.c
|
||||
* Code for testing RLS hooks.
|
||||
*
|
||||
* Copyright (c) 2015-2018, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2015-2019, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/test/modules/test_rls_hooks/test_rls_hooks.c
|
||||
|
@ -3,7 +3,7 @@
|
||||
* test_rls_hooks.h
|
||||
* Definitions for RLS hooks
|
||||
*
|
||||
* Copyright (c) 2015-2018, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2015-2019, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/test/modules/test_rls_hooks/test_rls_hooks.h
|
||||
|
@ -5,7 +5,7 @@
|
||||
* number of background workers for shared memory message queue
|
||||
* testing.
|
||||
*
|
||||
* Copyright (c) 2013-2018, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2013-2019, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/test/modules/test_shm_mq/setup.c
|
||||
|
@ -3,7 +3,7 @@
|
||||
* test.c
|
||||
* Test harness code for shared memory message queues.
|
||||
*
|
||||
* Copyright (c) 2013-2018, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2013-2019, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/test/modules/test_shm_mq/test.c
|
||||
|
@ -3,7 +3,7 @@
|
||||
* test_shm_mq.h
|
||||
* Definitions for shared memory message queues
|
||||
*
|
||||
* Copyright (c) 2013-2018, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2013-2019, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/test/modules/test_shm_mq/test_shm_mq.h
|
||||
|
@ -9,7 +9,7 @@
|
||||
* but it should be possible to use much of the control logic just
|
||||
* as presented here.
|
||||
*
|
||||
* Copyright (c) 2013-2018, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2013-2019, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/test/modules/test_shm_mq/worker.c
|
||||
|
@ -13,7 +13,7 @@
|
||||
* "delta" type. Delta rows will be deleted by this worker and their values
|
||||
* aggregated into the total.
|
||||
*
|
||||
* Copyright (c) 2013-2018, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2013-2019, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/test/modules/worker_spi/worker_spi.c
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# Makefile for src/test/perl
|
||||
#
|
||||
# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
|
||||
# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
|
||||
# Portions Copyright (c) 1994, Regents of the University of California
|
||||
#
|
||||
# src/test/perl/Makefile
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# Makefile for src/test/recovery
|
||||
#
|
||||
# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
|
||||
# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
|
||||
# Portions Copyright (c) 1994, Regents of the University of California
|
||||
#
|
||||
# src/test/recovery/Makefile
|
||||
|
@ -3,7 +3,7 @@
|
||||
# GNUmakefile--
|
||||
# Makefile for src/test/regress (the regression tests)
|
||||
#
|
||||
# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
|
||||
# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
|
||||
# Portions Copyright (c) 1994, Regents of the University of California
|
||||
#
|
||||
# src/test/regress/GNUmakefile
|
||||
|
@ -8,7 +8,7 @@
|
||||
*
|
||||
* This code is released under the terms of the PostgreSQL License.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/test/regress/pg_regress.c
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*-------------------------------------------------------------------------
|
||||
* pg_regress.h --- regression test driver
|
||||
*
|
||||
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/test/regress/pg_regress.h
|
||||
|
@ -8,7 +8,7 @@
|
||||
*
|
||||
* This code is released under the terms of the PostgreSQL License.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/test/regress/pg_regress_main.c
|
||||
|
@ -6,7 +6,7 @@
|
||||
*
|
||||
* This code is released under the terms of the PostgreSQL License.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/test/regress/regress.c
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# Makefile for src/test/ssl
|
||||
#
|
||||
# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
|
||||
# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
|
||||
# Portions Copyright (c) 1994, Regents of the University of California
|
||||
#
|
||||
# src/test/ssl/Makefile
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# Makefile for src/test/subscription
|
||||
#
|
||||
# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
|
||||
# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
|
||||
# Portions Copyright (c) 1994, Regents of the University of California
|
||||
#
|
||||
# src/test/subscription/Makefile
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# Makefile for tools/thread
|
||||
#
|
||||
# Copyright (c) 2003-2018, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2003-2019, PostgreSQL Global Development Group
|
||||
#
|
||||
# src/test/thread/Makefile
|
||||
#
|
||||
|
@ -3,7 +3,7 @@
|
||||
* test_thread_funcs.c
|
||||
* libc thread test program
|
||||
*
|
||||
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/test/thread/thread_test.c
|
||||
|
Reference in New Issue
Block a user