index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
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
*
Fix psql's counting of script file line numbers during COPY.
Tom Lane
2011-07-05
*
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
*
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
*
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
*
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
*
Allow building with perl 5.14.
Andrew Dunstan
2011-06-04
*
Expose the "*VALUES*" alias that we generate for a stand-alone VALUES list.
Tom Lane
2011-06-04
*
Clean up after erroneous SELECT FOR UPDATE/SHARE on a sequence.
Tom Lane
2011-06-02
*
Disallow SELECT FOR UPDATE/SHARE on sequences.
Tom Lane
2011-06-02
*
Protect GIST logic that assumes penalty values can't be negative.
Tom Lane
2011-05-31
*
Fix portability bugs in use of credentials control messages for peer auth.
Tom Lane
2011-05-30
*
Fix VACUUM so that it always updates pg_class.reltuples/relpages.
Tom Lane
2011-05-30
*
Fix null-dereference crash in parse_xml_decl().
Tom Lane
2011-05-28
*
Make decompilation of optimized CASE constructs more robust.
Tom Lane
2011-05-26
*
Avoid uninitialized bits in the result of QTN2QT().
Tom Lane
2011-05-24
*
Lobotomize typmod check in convert_tuples_by_position, back branches only.
Tom Lane
2011-05-23
*
Install defenses against overflow in BuildTupleHashTable().
Tom Lane
2011-05-23
*
Fix write-past-buffer-end in ldapServiceLookup().
Tom Lane
2011-05-12
*
Fix pull_up_sublinks' failure to handle nested pull-up opportunities.
Tom Lane
2011-05-02
*
Catch errors in for loop in makefile
Peter Eisentraut
2011-05-02
*
Make CLUSTER lock the old table's toast table before copying data.
Tom Lane
2011-05-01
*
Remove special case for xmin == xmax in HeapTupleSatisfiesVacuum().
Tom Lane
2011-04-29
*
Rewrite pg_size_pretty() to avoid compiler bug.
Tom Lane
2011-04-29
*
Fix array- and path-creating functions to ensure padding bytes are zeroes.
Tom Lane
2011-04-27
*
Complain if pg_hba.conf contains "hostssl" but SSL is disabled.
Tom Lane
2011-04-26
*
Fix pg_size_pretty() to avoid overflow for inputs close to INT64_MAX.
Tom Lane
2011-04-25
*
Fix bugs in indexing of in-doubt HOT-updated tuples.
Tom Lane
2011-04-20
*
Set indcheckxmin true when REINDEX fixes an invalid or not-ready index.
Tom Lane
2011-04-20
*
Quotes in strings injected into bki file need to escaped. In particular,
Heikki Linnakangas
2011-04-20
*
Avoid changing an index's indcheckxmin horizon during REINDEX.
Tom Lane
2011-04-19
*
Revert "Prevent incorrect updates of pg_index while reindexing pg_index itself."
Tom Lane
2011-04-19
*
Prevent incorrect updates of pg_index while reindexing pg_index itself.
Tom Lane
2011-04-15
*
Tag 8.4.8.
REL8_4_8
Marc G. Fournier
2011-04-15
*
Translation updates
Peter Eisentraut
2011-04-14
*
Ensure mark_dummy_rel doesn't create dangling pointers in RelOptInfos.
Tom Lane
2011-04-13
[next]