]> granicus.if.org Git - postgresql/shortlog
postgresql
2014-04-04 Heikki LinnakangasIn checkpoint, move the check for in-progress xacts...
2014-04-04 Heikki LinnakangasAdd an Assertion that you don't palloc within a critica...
2014-04-04 Heikki LinnakangasAvoid allocations in critical sections.
2014-04-04 Tom LaneFix non-equivalence of VARIADIC and non-VARIADIC functi...
2014-04-03 Tom LaneCode review for commit d26888bc4d1e539a82f21382b0000fe5...
2014-04-03 Tom LaneFix documentation about joining pg_locks to other views.
2014-04-03 Tom LaneAvoid promising that "ADD COLUMN ... DEFAULT NULL"...
2014-04-03 Heikki LinnakangasAvoid palloc in critical section in GiST WAL-logging.
2014-04-02 Tom LaneFix assorted issues in client host name lookup.
2014-04-02 Tom LaneDe-anonymize the union in JsonbValue.
2014-04-02 Tom LaneFix bugs in manipulation of PgBackendStatus.st_clientho...
2014-04-01 Heikki LinnakangasFix bug in the new GIN incomplete-split code.
2014-04-01 Tom LaneDoc: improve discussion of reverse+forward host name...
2014-04-01 Heikki LinnakangasRemove dead check for backup block, replace with Assert.
2014-04-01 Heikki LinnakangasFix bug in the new B-tree incomplete-split code.
2014-04-01 Heikki LinnakangasMove SizeOfHeapNewCid next to xl_heap_new_cid struct.
2014-04-01 Heikki LinnakangasFix typo in comment.
2014-03-31 Robert HaasMark FastPathStrongRelationLocks volatile.
2014-03-31 Robert Haastest_decoding: Update .gitignore
2014-03-31 Robert HaasCount buffers dirtied due to hints in pgBufferUsage...
2014-03-31 Robert HaasFix thinko in logical decoding code.
2014-03-31 Heikki LinnakangasRewrite the way GIN posting lists are packed on a page...
2014-03-31 Heikki LinnakangasRename GinLogicValue to GinTernaryValue.
2014-03-30 Andrew DunstanUse separate output dirs for test_decoding's two runs.
2014-03-29 Bruce Momjianpsql: display "Replica Identity" only for FULL and...
2014-03-29 Tom LaneFix dumping of a materialized view that depends on...
2014-03-29 Noah MischRevert "Secure Unix-domain sockets of "make check"...
2014-03-29 Noah MischSecure Unix-domain sockets of "make check" temporary...
2014-03-29 Noah MischDocument platform-specificity of unix_socket_permissions.
2014-03-29 Noah MischForce consistent row order in contrib/test_decoding...
2014-03-28 Tom LaneImprove regression test for pg_filenode_relation().
2014-03-28 Bruce MomjianAdjust getpwuid() fix commit to display errno string...
2014-03-28 Tom LaneFix EquivalenceClass processing for nested append relat...
2014-03-28 Tom LaneUn-break peer authentication.
2014-03-27 Tom LaneImprove documentation note about Python 2.3 and cdecimal.
2014-03-27 Bruce Momjiancontrib/test_decoding: adjust expected output
2014-03-27 Heikki LinnakangasSilence compiler warnings in new jsonb code.
2014-03-27 Tom LaneDocument that Python 2.3 requires cdecimal module for...
2014-03-26 Andrew DunstanFix uninitialized variables in json's populate_record_w...
2014-03-26 Tom LaneFix refcounting bug in PLy_modify_tuple().
2014-03-26 Heikki LinnakangasPass more than the first XLogRecData entry to rm_desc...
2014-03-26 Bruce Momjianpsql: update "replica identity" display for \d+
2014-03-26 Bruce Momjianpg_upgrade: use pg_usleep(); remove Windows workaround
2014-03-26 Andrew DunstanCleanup around json_to_record/json_to_recordset
2014-03-26 Heikki LinnakangasUse pg_usleep() instead of plain sleep(), to fix Window...
2014-03-26 Heikki LinnakangasAdd -f/--follow option to pg_xlogdump.
2014-03-26 Heikki LinnakangasFix 'recheck' flag in tsquery's GIN tri-consistent...
2014-03-26 Andrew DunstanTidy up the populate/to_record{set} code for json a...
2014-03-25 Fujii MasaoDon't forget to flush XLOG_PARAMETER_CHANGE record.
2014-03-25 Magnus HaganderFix typos in pg_basebackup documentation
2014-03-25 Bruce Momjiandoc: list unlogged tables as a non-durable option
2014-03-24 Bruce MomjianRemove wchar.c Asserts that were stricter than the...
2014-03-24 Bruce Momjiandocs: Add short "cover density" description
2014-03-24 Bruce MomjianFix ts_rank_cd() to ignore stripped lexemes
2014-03-24 Heikki LinnakangasChange ginMergeItemPointers to return a palloc'd array.
2014-03-24 Fujii MasaoFix START_REPLICATION syntax in document.
2014-03-24 Heikki LinnakangasRemove dead code and add comments.
2014-03-24 Heikki LinnakangasFix "the the" typos.
2014-03-24 Andrew DunstanDo jsonb regression test input in the conventional...
2014-03-23 Andrew DunstanFix mis-spelling in jsonb docs.
2014-03-23 Andrew DunstanIntroduce jsonb, a structured format for storing json.
2014-03-23 Noah MischDon't test xmin/xmax columns of a postgres_fdw foreign...
2014-03-23 Noah MischOffer triggers on foreign tables.
2014-03-23 Noah MischImprove comments about AfterTriggerBeginQuery() query...
2014-03-23 Noah MischAddress ccvalid/ccnoinherit in TupleDesc support functions.
2014-03-21 Heikki LinnakangasFix thinkos in GinLogicValue enum.
2014-03-21 Heikki LinnakangasFix build with LWLOCK_STATS or dtrace.
2014-03-21 Bruce MomjianRemove MinGW readdir/errno bug workaround fixed on...
2014-03-21 Bruce MomjianProperly check for readdir/closedir() failures
2014-03-21 Heikki LinnakangasReplace the XLogInsert slots with regular LWLocks.
2014-03-20 Tom LaneAgain fix initialization of auto-tuned effective_cache_...
2014-03-20 Bruce Momjianlibpq: pass a memory allocation failure error up to...
2014-03-20 Robert Haastest_shm_mq: Improve regression tests.
2014-03-19 Alvaro HerreraSetup error context callback for transaction lock waits
2014-03-19 Tom LaneFix memory leak during regular expression execution.
2014-03-19 Fujii MasaoSome minor improvements to logical decoding document.
2014-03-18 Heikki LinnakangasFix compilation of pg_xlogdump, now that rm_safe_restar...
2014-03-18 Heikki LinnakangasRemove rm_safe_restartpoint machinery.
2014-03-18 Heikki LinnakangasFix misc typos in comments.
2014-03-18 Robert HaasLogical decoding documentation corrections.
2014-03-18 Robert HaasFix uninitialized variable.
2014-03-18 Heikki LinnakangasMake the handling of interrupted B-tree page splits...
2014-03-18 Tom LaneFix some remaining int64 vestiges in contrib/test_shm_mq.
2014-03-18 Robert Haastest_shm_mq: Use Size rather than uint64.
2014-03-18 Robert HaasDocumentation for logical decoding.
2014-03-18 Robert HaasAdd pg_recvlogical, a tool to receive data logical...
2014-03-18 Robert HaasRewrite comment for shm_mq_receive_bytes.
2014-03-18 Tom LaneFix relcache reference leak in refresh_by_match_merge().
2014-03-18 Robert HaasImprove shm_mq portability around MAXIMUM_ALIGNOF and...
2014-03-18 Tom LaneFix pg_dumpall option parsing: -i doesn't take an argument.
2014-03-18 Fujii MasaoFix help message and document in pg_receivexlog.
2014-03-18 Robert HaasMake it easy to detach completely from shared memory.
2014-03-17 Tom LaneRelease notes for 9.3.4, 9.2.8, 9.1.13, 9.0.17, 8.4.21.
2014-03-17 Tom LaneDuring index build, check and elog (not just Assert...
2014-03-17 Heikki LinnakangasFix thinko: have trueTriConsistentFn return GIN_TRUE.
2014-03-17 Fujii MasaoFix typos in comments.
2014-03-17 Fujii MasaoFix bug in clean shutdown of walsender that pg_receivin...
2014-03-17 Magnus HaganderFix small typo in comment
2014-03-17 Alvaro Herreraplperl: Fix memory leak in hek2cstr
2014-03-17 Tom LaneFix unportable shell-script syntax in pg_upgrade's...
next