-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathNOTICE
More file actions
41 lines (30 loc) · 1.29 KB
/
NOTICE
File metadata and controls
41 lines (30 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
PDU - PostgreSQL Data Unloader
Copyright (c) 2024-2025 ZhangChen
Licensed under the Apache License, Version 2.0.
This product includes software developed by third parties:
================================================================================
1. PostgreSQL Global Development Group
================================================================================
Files containing PostgreSQL-derived code:
- decode.c, decode.h
- read.c, read.h
- pg_xlogreader.c, pg_xlogreader.h
- pg_walgettx.c, pg_walgettx.h
- stringinfo.c, stringinfo.h
- basic.h
- pg_xlogdefs.h
License: PostgreSQL License
Copyright (c) 1996-2021, PostgreSQL Global Development Group
Portions Copyright (c) 1994, Regents of the University of California
See LICENSE-PostgreSQL for the full license text.
================================================================================
2. NIPPON TELEGRAPH AND TELEPHONE CORPORATION (NTT)
================================================================================
Files:
- parray.c
- parray.h
License: PostgreSQL License
Copyright (c) 2009-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
Source: pg_rman project (https://github.com/ossc-db/pg_rman)
See LICENSE-PostgreSQL for the full license text.
================================================================================