index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Move the line to undefine setlocale() macro on Win32 outside USE_REPL_SNPRINTF
Heikki Linnakangas
2011-09-01
*
Further repair of eqjoinsel ndistinct-clamping logic.
Tom Lane
2011-09-01
*
Fix pg_upgrade to preserve toast relfrozenxids for old 8.3 servers.
Bruce Momjian
2011-08-31
*
Improve eqjoinsel's ndistinct clamping to work for multiple levels of join.
Tom Lane
2011-08-31
*
Fix a missed case in code for "moving average" estimate of reltuples.
Tom Lane
2011-08-30
*
Actually, all of parallel restore's limitations should be tested earlier.
Tom Lane
2011-08-28
*
Be more user-friendly about unsupported cases for parallel pg_restore.
Tom Lane
2011-08-28
*
Don't assume that "E" response to NEGOTIATE_SSL_CODE means pre-7.0 server.
Tom Lane
2011-08-27
*
Ensure we discard unread/unsent data when abandoning a connection attempt.
Tom Lane
2011-08-27
*
Fix potential memory clobber in tsvector_concat().
Tom Lane
2011-08-26
*
Properly quote SQL/MED generic options in pg_dump output.
Robert Haas
2011-08-25
*
Fix pgstatindex() to give consistent results for empty indexes.
Tom Lane
2011-08-24
*
Fix performance problem when building a lossy tidbitmap.
Tom Lane
2011-08-20
*
Fix race condition in relcache init file invalidation.
Tom Lane
2011-08-16
*
Fix unsafe order of operations in foreign-table DDL commands.
Tom Lane
2011-08-14
*
Fix nested PlaceHolderVar expressions that appear only in targetlists.
Tom Lane
2011-08-09
*
Avoid integer overflow when LIMIT + OFFSET >= 2^63.
Heikki Linnakangas
2011-08-02
*
Fix pg_restore's direct-to-database mode for standard_conforming_strings.
Tom Lane
2011-07-28
*
Add missing newlines at end of error messages
Peter Eisentraut
2011-07-26
*
Fix previous patch so it also works if not USE_SSL (mea culpa).
Tom Lane
2011-07-24
*
Improve libpq's error reporting for SSL failures.
Tom Lane
2011-07-24
*
Use OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag.
Tom Lane
2011-07-24
*
Fix PQsetvalue() to avoid possible crash when adding a new tuple.
Tom Lane
2011-07-21
*
Adapted expected result for latest change to ecpglib.
Michael Meskes
2011-07-18
*
Made ecpglib write double with a precision of 15 digits.
Michael Meskes
2011-07-18
*
Fix SSPI login when multiple roundtrips are required
Magnus Hagander
2011-07-16
*
Fix two ancient bugs in GiST code to re-find a parent after page split:
Heikki Linnakangas
2011-07-15
*
Remove excessively backpatched gitignore files
Peter Eisentraut
2011-07-11
*
Fix psql's counting of script file line numbers during COPY.
Tom Lane
2011-07-05
*
Fix typo in sslmode documentation
Magnus Hagander
2011-07-05
*
Clarify that you need ActiveState perl 5.8 *or later* to build on Windows.
Heikki Linnakangas
2011-07-04
*
Back-patch Fix bat file quoting of %ENV from commit 19b7fac8.
Andrew Dunstan
2011-07-04
*
Back-patch creation of tar.bz2 tarball during "make dist".
Tom Lane
2011-07-03
*
Fix EXPLAIN to handle gating Result nodes within inner-indexscan subplans.
Tom Lane
2011-07-03
*
Apply upstream fix for blowfish signed-character bug (CVE-2011-2483).
Tom Lane
2011-06-21
*
Fix missed use of "cp -i" in an example, per Fujii Masao.
Tom Lane
2011-06-20
*
Fix thinko in previous patch for optimizing EXISTS-within-EXISTS.
Tom Lane
2011-06-20
*
Fixed string in German translation that causes segfault.
Michael Meskes
2011-06-20
*
Fix thinko in previous patch to always update pg_class.reltuples/relpages.
Tom Lane
2011-06-19
*
Don't use "cp -i" in the example WAL archive_command.
Tom Lane
2011-06-17
*
Obtain table locks as soon as practical during pg_dump.
Tom Lane
2011-06-17
*
Add overflow checks to int4 and int8 versions of generate_series().
Robert Haas
2011-06-17
*
Fix failure to account for memory used by tuplestore_putvalues().
Tom Lane
2011-06-15
*
Suppress -arch switches in the output of ExtUtils::Embed.
Tom Lane
2011-06-14
*
Fix assorted issues with build and install paths containing spaces.
Tom Lane
2011-06-14
*
Fix aboriginal copy-paste mistake in error message
Alvaro Herrera
2011-06-13
*
Work around gcc 4.6.0 bug that breaks WAL replay.
Tom Lane
2011-06-10
*
Use the correct eventlog severity for error
Magnus Hagander
2011-06-09
*
Support silent mode for service registrations on win32
Magnus Hagander
2011-06-09
*
Fix documentation of information_schema.element_types
Peter Eisentraut
2011-06-09
[next]