1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-09 22:41:56 +03:00

Update copyright for 2023

Backpatch-through: 11
This commit is contained in:
Bruce Momjian
2023-01-02 15:00:37 -05:00
parent 325bc54eed
commit c8e1ba736b
2406 changed files with 2421 additions and 2421 deletions
COPYRIGHTconfigureconfigure.ac
contrib
adminpack
amcheck
auth_delay
auto_explain
basebackup_to_shell
basic_archive
bloom
bool_plperl
btree_gin
btree_gist
citext
cube
dblink
dict_int
dict_xsyn
earthdistance
file_fdw
fuzzystrmatch
hstore
hstore_plperl
hstore_plpython
intagg
intarray
isn
jsonb_plperl
jsonb_plpython
lo
ltree
ltree_plpython
meson.build
oid2name
old_snapshot
pageinspect
passwordcheck
pg_buffercache
pg_freespacemap
pg_prewarm
pg_stat_statements
pg_surgery
pg_trgm
pg_visibility
pg_walinspect
pgcrypto
pgrowlocks
pgstattuple
postgres_fdw
seg
sepgsql
spi
sslinfo
tablefunc
tcn
test_decoding
tsm_system_rows
tsm_system_time
unaccent
uuid-ossp
vacuumlo
xml2
doc/src/sgml
meson.buildmeson_options.txt
src
backend
Makefile
access
brin
common
gin
gist
hash
heap
index
meson.build
nbtree
rmgrdesc
spgist
table
tablesample
transam
backup
bootstrap
catalog
commands
executor
foreign
jit
lib
libpq
main
meson.build
nodes
optimizer
parser
partitioning
po
port
postmaster
regex
replication
rewrite
snowball
statistics
storage
tcop
tsearch
utils
Gen_dummy_probes.plGen_dummy_probes.pl.prologGen_dummy_probes.sedGen_fmgrtab.plMakefile
activity
adt
cache
errcodes.txt
error
fmgr
generate-errcodes.pl
hash
init
mb
meson.build
misc
mmgr
postprocess_dtrace.sedprobes.d
resowner
sort
time
bin
Makefile
initdb
meson.build
pg_amcheck
pg_archivecleanup
pg_basebackup
pg_checksums
pg_config
pg_controldata
pg_ctl
pg_dump
pg_resetwal
pg_rewind
pg_test_fsync
pg_test_timing
pg_upgrade
pg_verifybackup
pg_waldump
pgbench
pgevent
psql
scripts
common
fe_utils
include
access
backup
bootstrap
c.h
catalog
Makefilebinary_upgrade.hcatalog.hcatversion.hdependency.hduplicate_oidsgenbki.hheap.hindex.hindexing.hmeson.buildnamespace.hobjectaccess.hobjectaddress.hpartition.hpg_aggregate.datpg_aggregate.hpg_am.datpg_am.hpg_amop.datpg_amop.hpg_amproc.datpg_amproc.hpg_attrdef.hpg_attribute.hpg_auth_members.hpg_authid.datpg_authid.hpg_cast.datpg_cast.hpg_class.datpg_class.hpg_collation.datpg_collation.hpg_constraint.hpg_control.hpg_conversion.datpg_conversion.hpg_database.datpg_database.hpg_db_role_setting.hpg_default_acl.hpg_depend.hpg_description.hpg_enum.hpg_event_trigger.hpg_extension.hpg_foreign_data_wrapper.hpg_foreign_server.hpg_foreign_table.hpg_index.hpg_inherits.hpg_init_privs.hpg_language.datpg_language.hpg_largeobject.hpg_largeobject_metadata.hpg_namespace.datpg_namespace.hpg_opclass.datpg_opclass.hpg_operator.datpg_operator.hpg_opfamily.datpg_opfamily.hpg_parameter_acl.hpg_partitioned_table.hpg_policy.hpg_proc.datpg_proc.hpg_publication.hpg_publication_namespace.hpg_publication_rel.hpg_range.datpg_range.hpg_replication_origin.hpg_rewrite.hpg_seclabel.hpg_sequence.hpg_shdepend.hpg_shdescription.hpg_shseclabel.hpg_statistic.hpg_statistic_ext.hpg_statistic_ext_data.hpg_subscription.hpg_subscription_rel.hpg_tablespace.datpg_tablespace.hpg_transform.hpg_trigger.hpg_ts_config.datpg_ts_config.hpg_ts_config_map.datpg_ts_config_map.hpg_ts_dict.datpg_ts_dict.hpg_ts_parser.datpg_ts_parser.hpg_ts_template.datpg_ts_template.hpg_type.datpg_type.hpg_user_mapping.hreformat_dat_file.plrenumber_oids.plstorage.hstorage_xlog.htoasting.hunused_oids
commands
common
datatype
executor
fe_utils
fmgr.h
foreign
funcapi.hgetopt_long.h
jit
lib
libpq
mb
meson.buildmiscadmin.h
nodes
optimizer
parser
partitioning
pch
pg_config_manual.hpg_getopt.hpg_trace.hpgstat.hpgtar.hpgtime.hport.h
port
portability
postgres.hpostgres_fe.h
postmaster
regex
replication
rewrite
snowball
statistics
storage
tcop
tsearch
utils
windowapi.h
interfaces
makefiles
meson.build
pl
port
test
authentication
examples
icu
isolation
kerberos
ldap
locale
meson.build
modules
perl
recovery
regress
ssl
subscription
timezone
tools
tutorial

@ -3,7 +3,7 @@
* timestamp.c
* Functions for the built-in SQL types "timestamp" and "interval".
*
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*