Base de données relationnelle
Find a file
Peter Eisentraut c73e8ee061 Add warning option -Wold-style-declaration
This warning has been triggered a few times via the buildfarm (see
commits 8212625e53, 2b7259f855, afe86a9e73), so we might as well
add it so that everyone sees it.

(This is completely separate from the recently added
-Wold-style-definition.)

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Reviewed-by: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/aa73q1aT0A3/vke/%40ip-10-97-1-34.eu-west-3.compute.internal
2026-03-30 23:34:13 +02:00
.github
config Hardcode override of typeof_unqual for clang-for-bitcode 2026-03-16 19:24:49 +01:00
contrib Remove bits* typedefs. 2026-03-30 16:12:08 -05:00
doc libpq: Add oauth_ca_file option to change CAs without debugging 2026-03-30 14:14:45 -07:00
src libpq: Add oauth_ca_file option to change CAs without debugging 2026-03-30 14:14:45 -07:00
.cirrus.star ci: Simplify ci-os-only handling 2025-08-14 12:09:34 -04:00
.cirrus.tasks.yml ci: Run headerscheck and cpluspluscheck in parallel 2026-03-23 08:40:29 +01:00
.cirrus.yml
.dir-locals.el
.editorconfig Update .editorconfig and .gitattributes for postgresql.conf.sample. 2025-11-18 10:28:36 -06:00
.git-blame-ignore-revs Add commit 874da8b1f6 to .git-blame-ignore-revs. 2026-03-30 14:35:24 -05:00
.gitattributes Update .editorconfig and .gitattributes for postgresql.conf.sample. 2025-11-18 10:28:36 -06:00
.gitignore
.mailmap
aclocal.m4
configure Add warning option -Wold-style-declaration 2026-03-30 23:34:13 +02:00
configure.ac Add warning option -Wold-style-declaration 2026-03-30 23:34:13 +02:00
COPYRIGHT Update copyright for 2026 2026-01-01 13:24:10 -05:00
GNUmakefile.in
HISTORY
Makefile Restore AIX support. 2026-02-23 13:34:22 -05:00
meson.build Add warning option -Wold-style-declaration 2026-03-30 23:34:13 +02:00
meson_options.txt Update copyright for 2026 2026-01-01 13:24:10 -05:00
README.md

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.

Copyright and license information can be found in the file COPYRIGHT.

General documentation about this version of PostgreSQL can be found at https://www.postgresql.org/docs/devel/. In particular, information about building PostgreSQL from the source code can be found at https://www.postgresql.org/docs/devel/installation.html.

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