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

..03-May-2022-

config/H08-Nov-2021-6,3595,539

contrib/H08-Nov-2021-214,219168,676

doc/H03-May-2022-330,182283,556

src/H03-May-2022-2,717,4932,088,815

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

.gitattributesH A D08-Nov-20211.7 KiB3732

.gitignoreH A D08-Nov-2021434 4139

.gitrevisionH A D08-Nov-202141 21

COPYRIGHTH A D08-Nov-20211.2 KiB2418

GNUmakefile.inH A D08-Nov-20213.9 KiB143109

HISTORYH A D08-Nov-2021284 64

INSTALLH A D08-Nov-202176.1 KiB1,5741,320

MakefileH A D08-Nov-20211.6 KiB4225

READMEH A D08-Nov-20211.2 KiB2821

aclocal.m4H A D08-Nov-2021420 1413

configureH A D08-Nov-2021472.9 KiB17,71014,218

configure.inH A D08-Nov-202176.4 KiB2,3132,016

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