]> granicus.if.org Git - postgresql/history - src
Disable -faggressive-loop-optimizations in gcc 4.8+ for pre-9.2 branches.
[postgresql] / src /
2011-12-01 Tom LaneStamp 8.2.23. REL8_2_23
2011-11-30 Tom LaneUpdate time zone data files to tzdata release 2011n.
2011-11-30 Tom LaneTweak previous patch to ensure edata->filename always...
2011-11-30 Peter EisentrautStrip file names reported in error messages in vpath...
2011-11-28 Andrew DunstanBackpatch "Use the preferred version of xsubpp."
2011-11-16 Robert HaasDon't elide blank lines when accumulating psql command...
2011-11-10 Peter EisentrautFix server header file installation with vpath builds
2011-11-05 Tom LaneDon't assume that a tuple's header size is unchanged...
2011-11-01 Tom LaneFix race condition with toast table access from a stale...
2011-10-29 Tom LaneFix assorted bogosities in cash_in() and cash_out().
2011-10-28 Tom LaneUpdate docs to point to the timezone library's new...
2011-10-26 Tom LaneChange FK trigger creation order to better support...
2011-10-15 Tom LaneFix bugs in information_schema.referential_constraints...
2011-10-08 Heikki LinnakangasDon't let transform_null_equals=on affect CASE foo...
2011-09-24 Tom LaneFix our mapping of Windows timezones for Central America.
2011-09-22 Tom LaneStamp 8.2.22. REL8_2_22
2011-09-22 Peter EisentrautTranslation updates
2011-09-16 Tom Lanegistendscan() forgot to free so->giststate.
2011-09-08 Peter EisentrautAdd missing format argument to ecpg_log() call
2011-09-07 Tom LaneFix corner case bug in numeric to_char().
2011-09-06 Tom LaneAvoid possibly accessing off the end of memory in exami...
2011-09-05 Tom LaneUpdate time zone data files to tzdata release 2011i.
2011-09-03 Tom LaneFix typo in pg_srand48 (srand48 in older branches).
2011-08-27 Tom LaneDon't assume that "E" response to NEGOTIATE_SSL_CODE...
2011-08-27 Tom LaneEnsure we discard unread/unsent data when abandoning...
2011-08-20 Tom LaneFix performance problem when building a lossy tidbitmap.
2011-08-16 Tom LaneFix race condition in relcache init file invalidation.
2011-08-02 Heikki LinnakangasAvoid integer overflow when LIMIT + OFFSET >= 2^63.
2011-07-28 Tom LaneFix pg_restore's direct-to-database mode for standard_c...
2011-07-26 Peter EisentrautAdd missing newlines at end of error messages
2011-07-24 Tom LaneUse OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag.
2011-07-18 Michael MeskesAdapted expected result for latest change to ecpglib.
2011-07-18 Michael MeskesMade ecpglib write double with a precision of 15 digits.
2011-07-15 Heikki LinnakangasFix two ancient bugs in GiST code to re-find a parent...
2011-07-11 Peter EisentrautRemove excessively backpatched gitignore files
2011-07-05 Tom LaneFix psql's counting of script file line numbers during...
2011-07-03 Tom LaneBack-patch creation of tar.bz2 tarball during "make...
2011-06-17 Tom LaneObtain table locks as soon as practical during pg_dump.
2011-06-17 Robert HaasAdd overflow checks to int4 and int8 versions of genera...
2011-06-14 Tom LaneFix assorted issues with build and install paths contai...
2011-06-13 Alvaro HerreraFix aboriginal copy-paste mistake in error message
2011-06-10 Tom LaneWork around gcc 4.6.0 bug that breaks WAL replay.
2011-06-04 Andrew DunstanAllow building with perl 5.14.
2011-06-04 Tom LaneExpose the "*VALUES*" alias that we generate for a...
2011-06-02 Tom LaneClean up after erroneous SELECT FOR UPDATE/SHARE on...
2011-06-02 Tom LaneDisallow SELECT FOR UPDATE/SHARE on sequences.
2011-05-31 Tom LaneProtect GIST logic that assumes penalty values can...
2011-05-30 Tom LaneFix portability bugs in use of credentials control...
2011-05-26 Tom LaneMake decompilation of optimized CASE constructs more...
2011-05-23 Tom LaneInstall defenses against overflow in BuildTupleHashTable().
2011-05-12 Tom LaneFix write-past-buffer-end in ldapServiceLookup().
2011-05-01 Peter EisentrautCatch errors in for loop in makefile
2011-04-29 Tom LaneRewrite pg_size_pretty() to avoid compiler bug.
2011-04-27 Tom LaneFix array- and path-creating functions to ensure paddin...
2011-04-25 Tom LaneFix pg_size_pretty() to avoid overflow for inputs close...
2011-04-15 Marc G. FournierTag 8.2.21. REL8_2_21
2011-04-14 Peter EisentrautTranslation updates
2011-04-13 Tom LaneUpdate time zone data files to tzdata release 2011f.
2011-04-13 Heikki LinnakangasOn IA64 architecture, we check the depth of the registe...
2011-04-07 Tom LaneModernize dlopen interface code for FreeBSD and OpenBSD.
2011-04-07 Tom LaneFix SortTocFromFile() to cope with lines that are too...
2011-03-22 Tom LaneAvoid potential deadlock in InitCatCachePhase2().
2011-03-17 Alvaro HerreraFix PL/Python memory leak involving array slices
2011-03-17 Andrew DunstanUse correct PATH separator for Cygwin in pg_regress.c.
2011-03-12 Tom LaneOn further reflection, we'd better do the same in int.c.
2011-03-11 Tom LanePut in some more safeguards against executing a divisio...
2011-02-22 Tom LaneFix dangling-pointer problem in before-row update trigg...
2011-02-15 Tom LaneAdd CheckTableNotInUse calls in DROP TABLE and DROP...
2011-02-01 Itagaki TakahiroFix wrong error reports in 'number of array dimensions...
2011-01-28 Marc G. FournierTag 8.2.20 REL8_2_20
2011-01-27 Tom LaneDon't include <asm/ia64regs.h> unnecessarily.
2011-01-27 Peter EisentrautTranslation updates for release 8.2.20
2011-01-21 Tom LaneFix pg_restore to do the right thing when escaping...
2011-01-17 Tom LaneFix miscalculation of itemsafter in array_set_slice().
2011-01-04 Andrew DunstanAllow older branches to be built with Visual Studio...
2011-01-04 Andrew DunstanWork around header misdefines in modern Windows SDK...
2010-12-29 Tom LaneOoops, no DATE_IS_NOBEGIN/DATE_IS_NOEND in 8.3 or 8...
2010-12-29 Tom LaneAvoid unexpected conversion overflow in planner for...
2010-12-19 Tom LaneFix up handling of simple-form CASE with constant test...
2010-12-18 Andrew DunstanWork around make changes on modern Mingw to allow relea...
2010-12-17 Andrew DunstanBackpatch plperl GNUmakefile fixes to allow building...
2010-12-16 Tom LaneFix up getopt() reset management so it works on recent...
2010-12-14 Marc G. FournierTag 8.2.19. REL8_2_19
2010-12-13 Peter EisentrautTranslation updates for release 8.2.19
2010-12-13 Tom LaneUpdate time zone data files to tzdata release 2010o...
2010-12-09 Tom LaneForce default wal_sync_method to be fdatasync on Linux.
2010-12-07 Tom LaneAdd a stack overflow check to copyObject().
2010-12-01 Tom LanePrevent inlining a SQL function with multiple OUT param...
2010-11-16 Heikki LinnakangasThe GiST scan algorithm uses LSNs to detect concurrent...
2010-11-15 Tom LaneFix aboriginal mistake in plpython's set-returning...
2010-11-13 Tom LaneAdd missing outfuncs.c support for struct InhRelation.
2010-11-12 Tom LaneFix old oversight in const-simplification of COALESCE...
2010-11-11 Heikki LinnakangasFix bug introduced by the recent patch to check that...
2010-11-10 Tom LaneFix line_construct_pm() for the case of "infinite"...
2010-11-09 Tom LaneRepair memory leakage while ANALYZE-ing complex index...
2010-11-07 Tom LaneAdd support for detecting register-stack overrun on...
2010-11-03 Tom LaneReduce recursion depth in recently-added regression...
2010-11-02 Tom LaneEnsure an index that uses a whole-row Var still depends...
2010-10-28 Tom LaneFix plpgsql's handling of "simple" expression evaluation.
2010-10-26 Heikki LinnakangasBefore removing backup_label and irrevocably changing...
next