Go to file
Tomas Vondra a89cd7bfcd Revert "Stabilize test of BRIN parallel create"
This reverts commit 4d916dd876. The goal of that commit was to
stabilize a test of parallel BRIN build, but using a TEMPORARY table
disables parallel index builds on that table, making the test useless.

Discussion: https://postgr.es/m/95d9cd43-5a92-407c-b7e4-54cd303630fe%40enterprisedb.com
2024-04-17 16:12:06 +02:00
config Update config.guess and config.sub 2024-04-09 14:21:57 +02:00
contrib Revert "Stabilize test of BRIN parallel create" 2024-04-17 16:12:06 +02:00
doc doc: Fix COPY ON_ERROR option syntax synopsis. 2024-04-17 16:10:18 +09:00
src Remove dead code 2024-04-17 10:48:04 +02:00
.cirrus.star
.cirrus.tasks.yml Add tests for libpq gssencmode and sslmode options 2024-04-08 02:49:32 +03:00
.cirrus.yml
.dir-locals.el
.editorconfig
.git-blame-ignore-revs Add commit 64e401b62b to .git-blame-ignore-revs. 2024-03-26 15:08:47 -05:00
.gitattributes
.gitignore
aclocal.m4
configure Optimize pg_popcount() with AVX-512 instructions. 2024-04-06 21:56:23 -05:00
configure.ac Optimize pg_popcount() with AVX-512 instructions. 2024-04-06 21:56:23 -05:00
COPYRIGHT
GNUmakefile.in make dist uses git archive 2024-03-25 06:29:53 +01:00
HISTORY
Makefile
meson_options.txt
meson.build meson: Add some missing LLVM function checks 2024-04-17 15:20:58 +02: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/.