Go to file
Noah Misch cbfffee41c Install Windows crash dump handler before all else.
Apart from calling write_stderr() on failure, the handler depends on no
PostgreSQL facilities.  We have experienced crashes before reaching the
former call site.  Given such an early crash, this change cannot hurt
and may produce a helpful dump.  Absent an early crash, this change has
no effect.  Back-patch to 9.3 (all supported versions).

Takayuki Tsunakawa

Discussion: https://postgr.es/m/0A3221C70F24FB45833433255569204D1F80CD13@G01JPEXMBYT05
2017-11-12 14:31:00 -08:00
config Extend & revamp pg_bswap.h infrastructure. 2017-09-29 17:24:39 -07:00
contrib Add some const decorations to prototypes 2017-11-10 13:38:57 -05:00
doc Add -wnet to SP invocations 2017-11-10 08:31:08 -05:00
src Install Windows crash dump handler before all else. 2017-11-12 14:31:00 -08:00
.dir-locals.el
.gitattributes
.gitignore Add lcov --initial 2017-09-29 08:54:34 -04:00
aclocal.m4
configure Revert "Allow --with-bonjour to work with non-macOS implementations of Bonjour." 2017-11-09 11:00:36 -05:00
configure.in Revert "Allow --with-bonjour to work with non-macOS implementations of Bonjour." 2017-11-09 11:00:36 -05:00
COPYRIGHT
GNUmakefile.in
HISTORY
Makefile Prevent passing down MAKELEVEL/MAKEFLAGS from non-GNU make to GNU make. 2017-08-09 12:05:53 -04:00
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/.