aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix performance problem when building a lossy tidbitmap.Tom Lane2011-08-20
* Fix race condition in relcache init file invalidation.Tom Lane2011-08-16
* Avoid integer overflow when LIMIT + OFFSET >= 2^63.Heikki Linnakangas2011-08-02
* Use OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag.Tom Lane2011-07-24
* 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
* Add overflow checks to int4 and int8 versions of generate_series().Robert Haas2011-06-17
* 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
* 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
* Make decompilation of optimized CASE constructs more robust.Tom Lane2011-05-26
* Install defenses against overflow in BuildTupleHashTable().Tom Lane2011-05-23
* Rewrite pg_size_pretty() to avoid compiler bug.Tom Lane2011-04-29
* Fix array- and path-creating functions to ensure padding bytes are zeroes.Tom Lane2011-04-27
* Fix pg_size_pretty() to avoid overflow for inputs close to INT64_MAX.Tom Lane2011-04-25
* Translation updatesPeter Eisentraut2011-04-14
* On IA64 architecture, we check the depth of the register stack in additionHeikki Linnakangas2011-04-13
* Modernize dlopen interface code for FreeBSD and OpenBSD.Tom Lane2011-04-07
* Avoid potential deadlock in InitCatCachePhase2().Tom Lane2011-03-22
* On further reflection, we'd better do the same in int.c.Tom Lane2011-03-11
* Put in some more safeguards against executing a division-by-zero.Tom Lane2011-03-11
* Fix dangling-pointer problem in before-row update trigger processing.Tom Lane2011-02-21
* Add CheckTableNotInUse calls in DROP TABLE and DROP INDEX.Tom Lane2011-02-15
* Fix wrong error reports in 'number of array dimensions exceeds theItagaki Takahiro2011-02-01
* Don't include <asm/ia64regs.h> unnecessarily.Tom Lane2011-01-27
* Translation updates for release 8.2.20Peter Eisentraut2011-01-27
* Fix miscalculation of itemsafter in array_set_slice().Tom Lane2011-01-17
* Work around header misdefines in modern Windows SDK when _WIN32_WINNT is less...Andrew Dunstan2011-01-04
* Ooops, no DATE_IS_NOBEGIN/DATE_IS_NOEND in 8.3 or 8.2 ...Tom Lane2010-12-28
* Avoid unexpected conversion overflow in planner for distant date values.Tom Lane2010-12-28
* Fix up handling of simple-form CASE with constant test expression.Tom Lane2010-12-19
* Fix up getopt() reset management so it works on recent mingw.Tom Lane2010-12-15
* Translation updates for release 8.2.19Peter Eisentraut2010-12-13
* Force default wal_sync_method to be fdatasync on Linux.Tom Lane2010-12-08
* Add a stack overflow check to copyObject().Tom Lane2010-12-06
* Prevent inlining a SQL function with multiple OUT parameters.Tom Lane2010-12-01
* The GiST scan algorithm uses LSNs to detect concurrent pages splits, butHeikki Linnakangas2010-11-16
* Add missing outfuncs.c support for struct InhRelation.Tom Lane2010-11-13
* Fix old oversight in const-simplification of COALESCE() expressions.Tom Lane2010-11-12
* Fix bug introduced by the recent patch to check that the checkpoint redoHeikki Linnakangas2010-11-11
* Fix line_construct_pm() for the case of "infinite" (DBL_MAX) slope.Tom Lane2010-11-10
* Repair memory leakage while ANALYZE-ing complex index expressions.Tom Lane2010-11-09
* Add support for detecting register-stack overrun on IA64.Tom Lane2010-11-06
* Ensure an index that uses a whole-row Var still depends on its table.Tom Lane2010-11-02
* Before removing backup_label and irrevocably changing pg_control file, checkHeikki Linnakangas2010-10-26
* Fix assorted bugs in GIN's WAL replay logic.Tom Lane2010-10-11