index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
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
*
Use OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag.
Tom Lane
2011-07-24
*
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
*
Add overflow checks to int4 and int8 versions of generate_series().
Robert Haas
2011-06-17
*
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
*
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
*
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
*
Translation updates
Peter Eisentraut
2011-04-14
*
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
*
Avoid potential deadlock in InitCatCachePhase2().
Tom Lane
2011-03-22
*
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
*
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 miscalculation of itemsafter in array_set_slice().
Tom Lane
2011-01-17
*
Work around header misdefines in modern Windows SDK when _WIN32_WINNT is less...
Andrew Dunstan
2011-01-04
*
Ooops, no DATE_IS_NOBEGIN/DATE_IS_NOEND in 8.3 or 8.2 ...
Tom Lane
2010-12-28
*
Avoid unexpected conversion overflow in planner for distant date values.
Tom Lane
2010-12-28
*
Fix up handling of simple-form CASE with constant test expression.
Tom Lane
2010-12-19
*
Fix up getopt() reset management so it works on recent mingw.
Tom Lane
2010-12-15
*
Translation updates for release 8.2.19
Peter Eisentraut
2010-12-13
*
Force default wal_sync_method to be fdatasync on Linux.
Tom Lane
2010-12-08
*
Add a stack overflow check to copyObject().
Tom Lane
2010-12-06
*
Prevent inlining a SQL function with multiple OUT parameters.
Tom Lane
2010-12-01
*
The GiST scan algorithm uses LSNs to detect concurrent pages splits, but
Heikki Linnakangas
2010-11-16
*
Add missing outfuncs.c support for struct InhRelation.
Tom Lane
2010-11-13
*
Fix old oversight in const-simplification of COALESCE() expressions.
Tom Lane
2010-11-12
*
Fix bug introduced by the recent patch to check that the checkpoint redo
Heikki Linnakangas
2010-11-11
*
Fix line_construct_pm() for the case of "infinite" (DBL_MAX) slope.
Tom Lane
2010-11-10
*
Repair memory leakage while ANALYZE-ing complex index expressions.
Tom Lane
2010-11-09
*
Add support for detecting register-stack overrun on IA64.
Tom Lane
2010-11-06
*
Ensure an index that uses a whole-row Var still depends on its table.
Tom Lane
2010-11-02
*
Before removing backup_label and irrevocably changing pg_control file, check
Heikki Linnakangas
2010-10-26
*
Fix assorted bugs in GIN's WAL replay logic.
Tom Lane
2010-10-11
[next]