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 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
*
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
*
Use OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag.
Tom Lane
2011-07-24
*
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 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
*
Back-patch creation of tar.bz2 tarball during "make dist".
Tom Lane
2011-07-03
*
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 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
*
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
*
Make decompilation of optimized CASE constructs more robust.
Tom Lane
2011-05-26
*
Install defenses against overflow in BuildTupleHashTable().
Tom Lane
2011-05-23
*
Fix write-past-buffer-end in ldapServiceLookup().
Tom Lane
2011-05-12
*
Catch errors in for loop in makefile
Peter Eisentraut
2011-05-02
*
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
*
Fix pg_size_pretty() to avoid overflow for inputs close to INT64_MAX.
Tom Lane
2011-04-25
*
Tag 8.2.21.
REL8_2_21
Marc G. Fournier
2011-04-15
*
Translation updates
Peter Eisentraut
2011-04-14
*
Update time zone data files to tzdata release 2011f.
Tom Lane
2011-04-13
*
On IA64 architecture, we check the depth of the register stack in addition
Heikki Linnakangas
2011-04-13
*
Modernize dlopen interface code for FreeBSD and OpenBSD.
Tom Lane
2011-04-07
*
Fix SortTocFromFile() to cope with lines that are too long for its buffer.
Tom Lane
2011-04-07
*
Avoid potential deadlock in InitCatCachePhase2().
Tom Lane
2011-03-22
*
Fix PL/Python memory leak involving array slices
Alvaro Herrera
2011-03-17
*
Use correct PATH separator for Cygwin in pg_regress.c.
Andrew Dunstan
2011-03-17
*
On further reflection, we'd better do the same in int.c.
Tom Lane
2011-03-11
*
Put in some more safeguards against executing a division-by-zero.
Tom Lane
2011-03-11
*
Fix dangling-pointer problem in before-row update trigger processing.
Tom Lane
2011-02-21
*
Add CheckTableNotInUse calls in DROP TABLE and DROP INDEX.
Tom Lane
2011-02-15
*
Fix wrong error reports in 'number of array dimensions exceeds the
Itagaki Takahiro
2011-02-01
*
Tag 8.2.20
REL8_2_20
Marc G. Fournier
2011-01-27
*
Don't include <asm/ia64regs.h> unnecessarily.
Tom Lane
2011-01-27
*
Translation updates for release 8.2.20
Peter Eisentraut
2011-01-27
*
Fix pg_restore to do the right thing when escaping large objects.
Tom Lane
2011-01-21
*
Fix miscalculation of itemsafter in array_set_slice().
Tom Lane
2011-01-17
*
Allow older branches to be built with Visual Studio 2008. This is a backport ...
Andrew Dunstan
2011-01-04
[next]