]> granicus.if.org Git - postgresql/history - src
Remove CTimeZone/HasCTZSet, root and branch.
[postgresql] / src /
2013-11-01 Tom LaneRemove CTimeZone/HasCTZSet, root and branch.
2013-11-01 Tom LaneRemove internal uses of CTimeZone/HasCTZSet.
2013-11-01 Tom LaneFix some odd behaviors when using a SQL-style simple...
2013-10-31 Robert HaasUse appendStringInfoString instead of appendStringInfo...
2013-10-30 Robert HaasAvoid too-large shift on 32-bit Windows.
2013-10-29 Tom LaneFix old typo in comment.
2013-10-29 Tom LanePrevent using strncpy with src == dest in TupleDescInit...
2013-10-28 Robert HaasModify dynamic shared memory code to use Size rather...
2013-10-28 Tom LaneImprove documentation about usage of FDW validator...
2013-10-28 Noah MischAdd large object functions catering to SQL callers.
2013-10-26 Tom LaneUse unaligned output in selected regression queries...
2013-10-25 Tom LaneImprove pqexpbuffer.c to use modern vsnprintf implement...
2013-10-25 Tom LaneSuppress -0 in the C field of lines computed by line_co...
2013-10-25 Tom LaneRevert "Tweak "line" test to avoid negative zeros on...
2013-10-25 Peter EisentrautTweak "line" test to avoid negative zeros on some platforms
2013-10-25 Tom LaneIgnore SIGSYS during initdb.
2013-10-25 Tom LaneUse improved vsnprintf calling logic in more places.
2013-10-24 Heikki LinnakangasIncrease the number of different values used when seedi...
2013-10-24 Heikki LinnakangasPlug memory leak when reloading config file.
2013-10-24 Heikki LinnakangasFix memory leak when an empty ident file is reloaded.
2013-10-24 Heikki LinnakangasFix typos in comments.
2013-10-23 Robert HaasSimplify tab completion rules for views and foreign...
2013-10-23 Heikki LinnakangasFix two bugs in setting the vm bit of empty pages.
2013-10-23 Tom LaneSuppress a couple of compiler warnings seen with older...
2013-10-22 Tom LaneReplace pg_asprintf() with psprintf().
2013-10-22 Tom LaneGet rid of use of asprintf() in favor of a more portabl...
2013-10-22 Peter EisentrautMake use of psprintf() in recent changes
2013-10-22 Tom LaneFix blatantly broken record_image_cmp() logic for pass...
2013-10-21 Noah MischConsistently use unsigned arithmetic for alignment...
2013-10-19 Peter EisentrautAdd libpgcommon to backend gettext source files
2013-10-19 Peter EisentrautMove rmtree() from libpgport to libpgcommon
2013-10-19 Peter EisentrautMove pgfnames() from libpgport to libpgcommon
2013-10-18 Robert HaasAllow only some columns of a view to be auto-updateable.
2013-10-18 Robert HaasProvide a reliable mechanism for terminating a backgrou...
2013-10-18 Peter EisentrautFix for lack of va_copy() on certain Windows versions
2013-10-18 Peter EisentrautAdd libpgport to isolationtester on MSVC
2013-10-18 Peter EisentrautSwitch order of libpgport and libpgcommon in MSVC build...
2013-10-18 Robert HaasRemove IRIX port.
2013-10-18 Peter EisentrautSwitch dependency order of libpgcommon and libpgport
2013-10-17 Robert HaasRemove spinlock support for SINIX, Sun3, and NS32K.
2013-10-17 Alvaro HerreraSilence compiler warning when SSL not in use
2013-10-16 Bruce MomjianAllow 5+ digit years for non-ISO timestamp/date strings...
2013-10-16 Robert Haasinitdb: Suppress dynamic shared memory when probing...
2013-10-16 Peter EisentrautSwitch order of -lpgport and -lpgcommon
2013-10-14 Robert HaasIn dsm_impl_windows, don't error out when the segment...
2013-10-14 Robert HaasFix details missed by dynamic shared memory patch.
2013-10-14 Peter EisentrautTranslation updates to fix build failures
2013-10-14 Peter EisentrautAdd asprintf.c
2013-10-14 Peter EisentrautAttempt to fix MSVC build for asprintf addition
2013-10-13 Peter EisentrautAdd use of asprintf()
2013-10-13 Peter EisentrautTweak "line" test to avoid platform-specific floating...
2013-10-11 Kevin GrittnerFix several possibly non-portable gaffs in record_image...
2013-10-11 Alvaro HerreraUse $(PERL) to invoke duplicate_oids
2013-10-11 Alvaro HerreraRework SSL renegotiation code
2013-10-11 Peter EisentrautRemove maintainer-check target, fold into normal build
2013-10-11 Peter EisentrautReplace duplicate_oids with Perl implementation
2013-10-10 Peter EisentrautUpdate regression tests for line type patch
2013-10-10 Robert Haasinitdb: Select working dynamic shared memory implementa...
2013-10-10 Kevin GrittnerFix bug in record_image_ops on big endian machines.
2013-10-10 Andrew Dunstanjson_typeof function.
2013-10-10 Robert HaasFix incorrect use of shm_unlink where unlink should...
2013-10-10 Peter EisentrautRevive line type
2013-10-10 Robert HaasAllow dynamic allocation of shared memory segments.
2013-10-09 Kevin GrittnerAdd record_image_ops opclass for matview concurrent...
2013-10-09 Bruce MomjianCentralize effective_cache_size default setting
2013-10-09 Bruce MomjianAdjust the effective_cache_size default for standalone...
2013-10-09 Bruce MomjianAgain move function where we set effective_cache_size...
2013-10-09 Bruce MomjianMove new effective_cache_size function
2013-10-08 Bruce MomjianFix C comment in check_effective_cache_size()
2013-10-08 Kevin GrittnerAllow drop-index-concurrently-1 test to run at any...
2013-10-08 Bruce MomjianUpdate postgres.conf.sample for effective_cache_size...
2013-10-08 Bruce MomjianAuto-tune effective_cache size to be 4x shared buffers
2013-10-08 Bruce MomjianAdditional instructions on minor release note creation.
2013-10-08 Bruce MomjianUpdate instructions on creating minor release notes.
2013-10-07 Heikki LinnakangasTYPEALIGN doesn't work on int64 on 32-bit platforms.
2013-10-07 Heikki LinnakangasFix bugs in SSI tuple locking.
2013-10-07 Peter EisentrautTranslation updates
2013-10-07 Robert HaasMake DISCARD SEQUENCES also discard the last used sequence.
2013-10-07 Robert Haasplpgsql: Add new option print_strict_params.
2013-10-07 Kevin GrittnerEliminate xmin from hash tag for predicate locks on...
2013-10-06 Alvaro HerreraFix various bugs in postmaster SIGKILL processing
2013-10-04 Alvaro Herreraadd multixact-no-deadlock to schedule
2013-10-04 Alvaro HerreraMake some isolationtester specs more complete
2013-10-04 Alvaro Herreraisolationtester: Allow tuples to be returned in more...
2013-10-04 Bruce MomjianIssue error on SET outside transaction block in some...
2013-10-04 Robert HaasFix silly thinko in ResetSequenceCaches.
2013-10-03 Robert HaasAdd DISCARD SEQUENCES command.
2013-10-03 Robert Haaspsql: Make \pset without arguments show all settings.
2013-10-03 Heikki LinnakangasMinor GIN code refactoring.
2013-10-03 Peter Eisentrautpsql: Set up cancel handler later
2013-10-01 Bruce MomjianAdjust C comments that would be wrap-able.
2013-10-01 Alvaro HerreraAdd WaitForLockers in lmgr, refactoring index.c code
2013-09-30 Andrew DunstanEnsure installation dirs are built before contents...
2013-09-30 Heikki LinnakangasIn bms_add_member(), use repalloc() if the bms needs...
2013-09-30 Heikki LinnakangasFix snapshot leak if lo_open called on non-existent...
2013-09-29 Andrew DunstanEnsure installation dirs are built before contents...
2013-09-26 Robert HaasAllow printf-style padding specifications in log_line_p...
2013-09-26 Heikki LinnakangasFix spurious warning after vacuuming a page on a table...
2013-09-25 Heikki LinnakangasPlug memory leak in range_cmp function.
2013-09-24 Alvaro HerreraFix pgindent comment breakage
next