users/rhaas/postgres.git
2015-01-27 Robert HaasAnother test case.
2015-01-27 Robert HaasFix another bug related to marked CHashPtrs.
2015-01-27 Robert HaasImprove testing code to better diagnose concurrency...
2015-01-27 Robert HaasDon't bogusly propagate delete-marks.
2015-01-27 Robert HaasAdd missing else.
2015-01-27 Robert HaasThinko: of course, invalid CHashPtrs can also be delete...
2015-01-27 Robert HaasConcurrency test function for chash.
2015-01-27 Robert HaasStupid bug fix.
2015-01-27 Robert HaasSeparate dynahash insert, search, delete tests.
2015-01-27 Robert HaasSeparate chash insert, search, delete tests.
2015-01-27 Robert HaasTest code for deletes, and associated bug fixes.
2015-01-27 Robert HaasAdd cleanup scan logic.
2015-01-27 Robert HaasBug fixes.
2015-01-27 Robert HaasUnify scan code.
2015-01-27 Robert HaasFurther simplifications.
2015-01-27 Robert HaasUpdate comments.
2015-01-27 Robert HaasAdapt code to use compare-and-swap.
2015-01-27 Robert HaasCHashAddToGarbage
2015-01-27 Robert HaasFirst attempt at CHashDelete - slightly incomplete...
2015-01-27 Robert HaasMore micro-optimization.
2015-01-27 Robert HaasFix stupid thinko.
2015-01-27 Robert HaasTime inserts, searches.
2015-01-27 Robert HaasSome micro-optimization and code beautification.
2015-01-27 Robert HaasShow shared memory allocated for each hash table.
2015-01-27 Robert HaasImprove dynahash test code.
2015-01-27 Robert HaasBeginnings of dynahash testing code.
2015-01-27 Robert HaasAvoid leaking nodes on a failed insert.
2015-01-27 Robert HaasBetter debugging code, another bug fix.
2015-01-27 Robert HaasMore bug fixing.
2015-01-27 Robert HaasMore debugging code.
2015-01-27 Robert HaasRemove debugging code.
2015-01-27 Robert HaasTesting code and resulting bug fixes.
2015-01-27 Robert HaasAn attempt at making insertion work.
2015-01-27 Robert HaasTabify.
2015-01-27 Robert HaasStart of work on GC.
2015-01-27 Robert HaasMore initialization code.
2015-01-27 Robert HaasSupport dependency barriers.
2015-01-27 Robert HaasFirst attempt at CHashSearch.
2015-01-27 Robert HaasMore work on chash. Initialization theoretically works...
2015-01-27 Robert HaasStart of work on chash.
2015-01-26 Tom LaneAdd a note to PG_TRY's documentation about volatile...
2015-01-26 Tom LaneFix volatile-safety issue in dblink's materializeQueryR...
2015-01-26 Robert HaasRe-enable abbreviated keys on Windows.
2015-01-26 Tom LaneFix volatile-safety issue in pltcl_SPI_execute_plan().
2015-01-26 Tom LaneFix volatile-safety issue in asyncQueueReadAllNotificat...
2015-01-26 Tom LaneFurther cleanup of ReorderBufferCommit().
2015-01-26 Tom LaneClean up assorted issues in ALTER SYSTEM coding.
2015-01-24 Tom LaneClean up some mess in row-security patches.
2015-01-24 Tom LaneFix unsafe coding in ReorderBufferCommit().
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...
next