aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix pg_restore's direct-to-database mode for standard_conforming_strings.Tom Lane2011-07-28
* Add missing newlines at end of error messagesPeter Eisentraut2011-07-26
* Fix previous patch so it also works if not USE_SSL (mea culpa).Tom Lane2011-07-24
* Improve libpq's error reporting for SSL failures.Tom Lane2011-07-24
* Use OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag.Tom Lane2011-07-24
* Fix PQsetvalue() to avoid possible crash when adding a new tuple.Tom Lane2011-07-21
* Adapted expected result for latest change to ecpglib.Michael Meskes2011-07-18
* Made ecpglib write double with a precision of 15 digits.Michael Meskes2011-07-18
* Fix SSPI login when multiple roundtrips are requiredMagnus Hagander2011-07-16
* Fix two ancient bugs in GiST code to re-find a parent after page split:Heikki Linnakangas2011-07-15
* Remove excessively backpatched gitignore filesPeter Eisentraut2011-07-11
* Fix psql's counting of script file line numbers during COPY.Tom Lane2011-07-05
* Fix typo in sslmode documentationMagnus Hagander2011-07-05
* Clarify that you need ActiveState perl 5.8 *or later* to build on Windows.Heikki Linnakangas2011-07-04
* Back-patch Fix bat file quoting of %ENV from commit 19b7fac8.Andrew Dunstan2011-07-04
* Back-patch creation of tar.bz2 tarball during "make dist".Tom Lane2011-07-03
* Fix EXPLAIN to handle gating Result nodes within inner-indexscan subplans.Tom Lane2011-07-03
* Apply upstream fix for blowfish signed-character bug (CVE-2011-2483).Tom Lane2011-06-21
* Fix missed use of "cp -i" in an example, per Fujii Masao.Tom Lane2011-06-20
* Fix thinko in previous patch for optimizing EXISTS-within-EXISTS.Tom Lane2011-06-20
* Fixed string in German translation that causes segfault.Michael Meskes2011-06-20
* Fix thinko in previous patch to always update pg_class.reltuples/relpages.Tom Lane2011-06-19
* Don't use "cp -i" in the example WAL archive_command.Tom Lane2011-06-17
* Obtain table locks as soon as practical during pg_dump.Tom Lane2011-06-17
* Add overflow checks to int4 and int8 versions of generate_series().Robert Haas2011-06-17
* Fix failure to account for memory used by tuplestore_putvalues().Tom Lane2011-06-15
* Suppress -arch switches in the output of ExtUtils::Embed.Tom Lane2011-06-14
* Fix assorted issues with build and install paths containing spaces.Tom Lane2011-06-14
* Fix aboriginal copy-paste mistake in error messageAlvaro Herrera2011-06-13
* Work around gcc 4.6.0 bug that breaks WAL replay.Tom Lane2011-06-10
* Use the correct eventlog severity for errorMagnus Hagander2011-06-09
* Support silent mode for service registrations on win32Magnus Hagander2011-06-09
* Fix documentation of information_schema.element_typesPeter Eisentraut2011-06-09
* Allow building with perl 5.14.Andrew Dunstan2011-06-04
* ECPG documentation fixesPeter Eisentraut2011-06-04
* Expose the "*VALUES*" alias that we generate for a stand-alone VALUES list.Tom Lane2011-06-04
* Clean up after erroneous SELECT FOR UPDATE/SHARE on a sequence.Tom Lane2011-06-02
* Disallow SELECT FOR UPDATE/SHARE on sequences.Tom Lane2011-06-02
* Protect GIST logic that assumes penalty values can't be negative.Tom Lane2011-05-31
* Fix portability bugs in use of credentials control messages for peer auth.Tom Lane2011-05-30
* Fix VACUUM so that it always updates pg_class.reltuples/relpages.Tom Lane2011-05-30
* Fix null-dereference crash in parse_xml_decl().Tom Lane2011-05-28
* Make decompilation of optimized CASE constructs more robust.Tom Lane2011-05-26
* Avoid uninitialized bits in the result of QTN2QT().Tom Lane2011-05-24
* Lobotomize typmod check in convert_tuples_by_position, back branches only.Tom Lane2011-05-23
* Install defenses against overflow in BuildTupleHashTable().Tom Lane2011-05-23
* Replace strdup() with pstrdup(), to avoid leaking memory.Heikki Linnakangas2011-05-18
* Fix write-past-buffer-end in ldapServiceLookup().Tom Lane2011-05-12
* Fix pull_up_sublinks' failure to handle nested pull-up opportunities.Tom Lane2011-05-02
* Add missing gitignore filePeter Eisentraut2011-05-02