Base de données relationnelle
Find a file
2025-02-10 18:23:16 -05:00
config
contrib Handle default NULL insertion a little better. 2025-01-29 15:31:55 -05:00
doc Last-minute updates for release notes. 2025-02-10 18:16:25 -05:00
src Adapt appendPsqlMetaConnect() to the new fmtId() encoding expectations. 2025-02-10 16:30:37 -05:00
.cirrus.star
.cirrus.tasks.yml meson: ci: ensure tests are built before running them 2025-02-04 17:56:20 -05:00
.cirrus.yml
.dir-locals.el
.editorconfig
.git-blame-ignore-revs
.gitattributes Exclude LLVM files from whitespace checks 2024-11-27 11:09:38 +01:00
.gitignore
aclocal.m4
configure Stamp 16.7. 2025-02-10 18:23:16 -05:00
configure.ac Stamp 16.7. 2025-02-10 18:23:16 -05:00
COPYRIGHT Update copyright for 2025 2025-01-01 11:21:54 -05:00
GNUmakefile.in
HISTORY
Makefile
meson.build Stamp 16.7. 2025-02-10 18:23:16 -05:00
meson_options.txt
README
README.git

PostgreSQL Database Management System
=====================================

This directory contains the source code distribution of the PostgreSQL
database management system.

PostgreSQL is an advanced object-relational database management system
that supports an extended subset of the SQL standard, including
transactions, foreign keys, subqueries, triggers, user-defined types
and functions.  This distribution also contains C language bindings.

PostgreSQL has many language interfaces, many of which are listed here:

	https://www.postgresql.org/download/

See the file INSTALL for instructions on how to build and install
PostgreSQL.  That file also lists supported operating systems and
hardware platforms and contains information regarding any other
software packages that are required to build or run the PostgreSQL
system.  Copyright and license information can be found in the
file COPYRIGHT.  A comprehensive documentation set is included in this
distribution; it can be read as described in the installation
instructions.

The latest version of this software may be obtained at
https://www.postgresql.org/download/.  For more information look at our
web site located at https://www.postgresql.org/.