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

..03-May-2022-

config/H08-Nov-2021-7,2646,322

contrib/H08-Nov-2021-244,666190,697

doc/H03-May-2022-367,944323,702

src/H03-May-2022-3,057,9682,259,378

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

.editorconfigH A D08-Nov-2021183 1511

.git-blame-ignore-revsH A D08-Nov-20218.6 KiB220151

.gitattributesH A D08-Nov-20211.5 KiB3530

.gitignoreH A D08-Nov-2021504 4543

.gitrevisionH A D08-Nov-202141 21

COPYRIGHTH A D08-Nov-20211.2 KiB2418

GNUmakefile.inH A D08-Nov-20214.2 KiB144109

HISTORYH A D08-Nov-2021277 64

INSTALLH A D08-Nov-202162.5 KiB1,5771,135

MakefileH A D08-Nov-20211.6 KiB4225

READMEH A D08-Nov-20211.2 KiB2821

aclocal.m4H A D08-Nov-2021490 1615

configureH A D08-Nov-2021567.2 KiB20,93416,934

configure.acH A D08-Nov-202181.3 KiB2,4532,150

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