Base de données relationnelle
Find a file
Heikki Linnakangas cd6c03b5c1 Fix snapshot leak if lo_open called on non-existent object.
lo_open registers the currently active snapshot, and checks if the
large object exists after that. Normally, snapshots registered by lo_open
are unregistered at end of transaction when the lo descriptor is closed, but
if we error out before the lo descriptor is added to the list of open
descriptors, it is leaked. Fix by moving the snapshot registration to after
checking if the large object exists.

Reported by Pavel Stehule. Backpatch to 8.4. The snapshot registration
system was introduced in 8.4, so prior versions are not affected (and not
supported, anyway).
2013-09-30 12:55:57 +03:00
config Don't reject threaded Python on FreeBSD. 2012-02-20 16:21:35 -05:00
contrib Fix contrib/cube and contrib/seg to build with bison 3.0. 2013-07-29 10:42:47 -04:00
doc Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off. 2013-09-03 18:32:29 -04:00
src Fix snapshot leak if lo_open called on non-existent object. 2013-09-30 12:55:57 +03:00
.gitignore Add gitignore for mingw/cygwin build outputs 2011-06-09 18:11:47 +02:00
aclocal.m4 Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
configure Disable -faggressive-loop-optimizations in gcc 4.8+ for pre-9.2 branches. 2013-08-21 18:31:48 -04:00
configure.in Disable -faggressive-loop-optimizations in gcc 4.8+ for pre-9.2 branches. 2013-08-21 18:31:48 -04:00
COPYRIGHT Update copyrights for 2013 2013-01-01 17:15:00 -05:00
GNUmakefile.in Build src/ before contrib/ in make world 2011-08-24 21:36:53 +03:00
Makefile Allow make check in PL directories 2011-02-15 06:52:12 +02:00
README Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
README.git Trivial typo fix. 2010-09-21 14:16:00 -04:00

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:

	http://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.  Changes between all PostgreSQL releases are recorded in the
file HISTORY.  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
http://www.postgresql.org/download/.  For more information look at our
web site located at http://www.postgresql.org/.