]> granicus.if.org Git - postgresql/shortlog
postgresql
2015-01-24 Tom LaneReplace a bunch more uses of strncpy() with safer coding.
2015-01-24 Tom LaneRemove no-longer-referenced src/port/gethostname.c.
2015-01-24 Alvaro HerreraFix assignment operator thinko
2015-01-23 Robert HaasFix typos, update README.
2015-01-23 Alvaro Herreravacuumdb: enable parallel mode
2015-01-23 Robert HaasDon't use abbreviated keys for the final merge pass.
2015-01-23 Robert HaasAdd an explicit cast to Size to hyperloglog.c
2015-01-22 Tom LanePrevent duplicate escape-string warnings when using...
2015-01-22 Peter EisentrautFix whitespace
2015-01-22 Alvaro HerreraTweak BRIN minmax operator class
2015-01-22 Bruce Momjiandocs: update libpq's PQputCopyData and PQputCopyEnd
2015-01-22 Robert HaasRepair brain fade in commit b181a91981203f6ec9403115a29...
2015-01-22 Bruce Momjianadjust ACL owners for REASSIGN and ALTER OWNER TO
2015-01-22 Robert HaasMore fixes for abbreviated keys infrastructure.
2015-01-22 Robert HaasHeavily refactor btsortsupport_worker.
2015-01-22 Alvaro Herrerareinit.h: Fix typo in identification comment
2015-01-21 Robert HaasDisable abbreviated keys on Windows.
2015-01-20 Bruce Momjiantools/ccsym: update for modern versions of gcc
2015-01-20 Robert HaasAdd strxfrm_l to list of functions where Windows adds...
2015-01-20 Tom LaneIn pg_regress, remove the temporary installation upon...
2015-01-20 Tom LaneAdjust "pgstat wait timeout" message to be a translatab...
2015-01-19 Andres FreundFix various shortcomings of the new PrivateRefCount...
2015-01-19 Robert HaasUse abbreviated keys for faster sorting of text datums.
2015-01-19 Robert HaasTypo fix.
2015-01-19 Alvaro Herreradoc: Fix typos in make_timestamp{,tz} examples
2015-01-19 Robert HaasBRIN typo fix.
2015-01-19 Peter EisentrautInstall shared libraries also in bin on cygwin, mingw
2015-01-18 Tom LaneFix ancient thinko in default table rowcount estimation.
2015-01-18 Noah MischActivate low-volume optional logging during regression...
2015-01-18 Andres FreundFix use of already freed memory when dumping a database...
2015-01-17 Andres FreundReplace walsender's latch with the general shared latch.
2015-01-16 Tom LaneShow sort ordering options in EXPLAIN output.
2015-01-16 Heikki LinnakangasAdvance backend's advertised xmin more aggressively.
2015-01-16 Tom LaneImprove new caching logic in tbm_add_tuples().
2015-01-16 Andres FreundMake tbm_add_tuples more efficient by caching the last...
2015-01-16 Heikki LinnakangasAnother attempt at fixing Windows Norwegian locale.
2015-01-16 Noah MischUpdate "pg_regress --no-locale" for Darwin and Windows.
2015-01-15 Tom LaneFix use-of-already-freed-memory problem in EvalPlanQual...
2015-01-15 Heikki LinnakangasFix thinko in re-setting wal_log_hints flag from a...
2015-01-15 Tom LaneRearrange explain.c's API so callers need not embed...
2015-01-15 Tom LaneImprove performance of EXPLAIN with large range tables.
2015-01-15 Robert Haaspg_standby: Avoid writing one byte beyond the end of...
2015-01-15 Andres FreundBlindly try to fix a warning in s_lock.h when compiling...
2015-01-14 Robert Haasdocs: Add missing <literal> markup.
2015-01-14 Robert Haasvacuumlo: Avoid unlikely memory leak.
2015-01-14 Andres FreundAdd a default local latch for use in signal handlers.
2015-01-14 Tom LaneAllow CFLAGS from configure's environment to override...
2015-01-14 Tom LaneRemove duplicate specification of -Ae for HP-UX C compiler.
2015-01-13 Andres FreundRemove some dead IsUnderPostmaster code from bootstrap.c.
2015-01-13 Andres FreundCommonalize process startup code.
2015-01-13 Andres FreundMake logging_collector=on work with non-windows EXEC_BA...
2015-01-13 Heikki LinnakangasSpell the X072 feature correctly, was missing "with".
2015-01-13 Heikki LinnakangasSilence Coverity warnings about unused return values...
2015-01-13 Andres FreundAdd barriers to the latch code.
2015-01-13 Andres FreundAllow latches to wait for socket writability without...
2015-01-13 Heikki LinnakangasFix typos in comment.
2015-01-12 Tom LaneFix some functions that were declared static then defin...
2015-01-12 Tom LaneAvoid unexpected slowdown in vacuum regression test.
2015-01-12 Alvaro HerreraTweak heapam's rmgr desc output slightly
2015-01-12 Alvaro HerreraFix get_object_address argument type for extension...
2015-01-12 Tom LaneUse correct text domain for errcontext() appearing...
2015-01-12 Stephen FrostSkip dead backends in MinimumActiveBackends
2015-01-11 Tom LaneFix portability breakage in pg_dump.
2015-01-11 Tom LaneRemove configure test for nonstandard variants of getpw...
2015-01-11 Tom LaneFix libpq's behavior when /etc/passwd isn't readable.
2015-01-11 Andres FreundProvide a generic fallback for pg_compiler_barrier...
2015-01-11 Andres FreundFix alignment of pg_atomic_uint64 variables on some...
2015-01-10 Bruce Momjiandocs: improve CREATE TRIGGER defer options list
2015-01-09 Bruce Momjianpg_upgrade: fix one-byte per empty db memory leak
2015-01-09 Stephen FrostFix typo in execMain.c
2015-01-09 Alvaro Herreraxlogreader.c: Fix report_invalid_record translatability...
2015-01-08 Stephen FrostMove rowsecurity event trigger test
2015-01-08 Andres FreundRemove comment that was intended to have been removed...
2015-01-08 Andres FreundMove comment about sun cc's __machine_rw_barrier being...
2015-01-08 Andres FreundFix logging of pages skipped due to pins during vacuum.
2015-01-08 Noah MischOn Darwin, refuse postmaster startup when multithreaded.
2015-01-08 Noah MischOn Darwin, detect and report a multithreaded postmaster.
2015-01-08 Noah MischAlways set the six locale category environment variable...
2015-01-08 Noah MischReject ANALYZE commands during VACUUM FULL or another...
2015-01-07 Robert Haasdocs: Reword CREATE POLICY documentation.
2015-01-07 Heikki LinnakangasDon't open a WAL segment for writing at end of recovery.
2015-01-07 Peter EisentrautFix namespace handling in xpath function
2015-01-06 Andres FreundCorrectly handle relcache invalidation corner case...
2015-01-06 Andres FreundImprove relcache invalidation handling of currently...
2015-01-06 Bruce MomjianDocument that Perl's Tie might add a trailing newline
2015-01-06 Alvaro HerreraFix thinko in plpython error message
2015-01-06 Bruce MomjianClarify which files need manual copyright updates
2015-01-06 Bruce MomjianSimplify post-copyright update instructions.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2015-01-06 Tom LaneFix broken pg_dump code for dumping comments on event...
2015-01-05 Andres FreundFix oversight in recent pg_basebackup fix causing pg_re...
2015-01-05 Fujii MasaoFix typo in comment.
2015-01-04 Alvaro HerreraFix thinko in lock mode enum
2015-01-04 Andres FreundAdd error handling for failing fstat() calls in copy.c.
2015-01-04 Andres FreundCorrectly handle test durations of more than 2147s...
2015-01-04 Andres FreundFix off-by-one in pg_xlogdump's fuzzy_open_file().
2015-01-04 Andres FreundRemove superflous variable from xlogreader's XLogFindNe...
2015-01-04 Andres FreundAdd missing va_end() call to a early exit in dmetaphone...
2015-01-04 Andres FreundFix inconsequential fd leak in the new mark_file_as_arc...
2015-01-03 Andres FreundPrevent WAL files created by pg_basebackup -x/X from...
next