• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

config/H08-Nov-2021-6,8145,953

contrib/H08-Nov-2021-220,993173,551

doc/H03-May-2022-341,093292,730

src/H03-May-2022-2,629,7131,946,309

.dir-locals.elH A D08-Nov-2021738 2017

.gitattributesH A D08-Nov-20211.6 KiB3631

.gitignoreH A D08-Nov-2021478 4341

.gitrevisionH A D08-Nov-202141 21

COPYRIGHTH A D08-Nov-20211.2 KiB2418

GNUmakefile.inH A D08-Nov-20214.1 KiB145111

HISTORYH A D08-Nov-2021284 64

INSTALLH A D08-Nov-202172.3 KiB1,4871,255

MakefileH A D08-Nov-20211.6 KiB4225

READMEH A D08-Nov-20211.2 KiB2821

aclocal.m4H A D08-Nov-2021493 1615

configureH A D08-Nov-2021499.5 KiB18,65214,999

configure.inH A D08-Nov-202178.6 KiB2,3792,075

README

1PostgreSQL Database Management System
2=====================================
3
4This directory contains the source code distribution of the PostgreSQL
5database management system.
6
7PostgreSQL is an advanced object-relational database management system
8that supports an extended subset of the SQL standard, including
9transactions, foreign keys, subqueries, triggers, user-defined types
10and functions.  This distribution also contains C language bindings.
11
12PostgreSQL has many language interfaces, many of which are listed here:
13
14	https://www.postgresql.org/download
15
16See the file INSTALL for instructions on how to build and install
17PostgreSQL.  That file also lists supported operating systems and
18hardware platforms and contains information regarding any other
19software packages that are required to build or run the PostgreSQL
20system.  Copyright and license information can be found in the
21file COPYRIGHT.  A comprehensive documentation set is included in this
22distribution; it can be read as described in the installation
23instructions.
24
25The latest version of this software may be obtained at
26https://www.postgresql.org/download/.  For more information look at our
27web site located at https://www.postgresql.org/.
28