Base de données relationnelle
Find a file
Andrew Dunstan 87df6e665e Don't try to import a non-exported object in vcregress.pl
Commit ca9e9b08e4 wrongly tried to import devnull from File::Spec, but
it's not exported, you just call the method via the class. This was
harmless until modern perls complained, so stop doing that.

Per buildfarm failures.

Backpatch 14 thru 16
2026-06-12 10:26:00 -04:00
config Allow PG_PRINTF_ATTRIBUTE to be different in C and C++ code. 2026-02-25 11:57:26 -05:00
contrib Fix compilation with OpenSSL 4 2026-06-12 13:57:22 +02:00
doc doc: fix reference for finding replication slots to drop 2026-06-12 11:10:16 +09:00
src Don't try to import a non-exported object in vcregress.pl 2026-06-12 10:26:00 -04:00
.abi-compliance-history Placate ABI checker. 2026-02-07 11:50:35 +13:00
.cirrus.star
.cirrus.tasks.yml Make stack depth check work with asan's use-after-return 2026-05-28 11:34:13 -04:00
.cirrus.yml
.dir-locals.el
.editorconfig
.git-blame-ignore-revs Add previous commit to .git-blame-ignore-revs. 2025-10-21 10:02:19 -05:00
.gitattributes Fix git whitespace warning 2025-08-15 10:31:52 +02:00
.gitignore
aclocal.m4
configure Stamp 16.14. 2026-05-11 15:48:18 -04:00
configure.ac Stamp 16.14. 2026-05-11 15:48:18 -04:00
COPYRIGHT Update copyright for 2026 2026-01-01 13:24:10 -05:00
GNUmakefile.in
HISTORY
Makefile
meson.build Stamp 16.14. 2026-05-11 15:48:18 -04: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/.