]> granicus.if.org Git - postgresql/history - src/backend
Remove Alpha and Tru64 support.
[postgresql] / src / backend /
2014-06-28 Andres FreundRemove Alpha and Tru64 support.
2014-06-28 Tom LaneAllow pushdown of WHERE quals into subqueries with...
2014-06-27 Alvaro HerreraHave multixact be truncated by checkpoint, not vacuum
2014-06-27 Alvaro HerreraDon't allow relminmxid to go backwards during VACUUM...
2014-06-27 Alvaro HerreraFix broken Assert() introduced by 8e9a16ab8f7f0e58
2014-06-27 Tom LaneDisallow pushing volatile qual expressions down into...
2014-06-25 Tom LaneRationalize error messages within jsonfuncs.c.
2014-06-25 Tom LaneCosmetic improvements in jsonfuncs.c.
2014-06-25 Tom LaneFix handling of nested JSON objects in json_populate_re...
2014-06-24 Heikki LinnakangasDon't allow foreign tables with OIDs.
2014-06-24 Robert HaasCheck for interrupts during tuple-insertion loops.
2014-06-23 Heikki LinnakangasFix bug in WAL_DEBUG.
2014-06-20 Tom LaneAdd Asserts to verify that catalog cache keys are uniqu...
2014-06-20 Andres FreundDo all-visible handling in lazy_vacuum_page() outside...
2014-06-20 Andres FreundDon't allow to disable backend assertions via the debug...
2014-06-20 Tom LaneAvoid leaking memory while evaluating arguments for...
2014-06-19 Fujii MasaoDon't allow data_directory to be set in postgresql...
2014-06-19 Tom LaneImprove our mechanism for controlling the Linux out...
2014-06-18 Andrew DunstanRemove unnecessary check for jbvBinary in convertJsonbV...
2014-06-18 Tom LaneFix weird spacing in error message.
2014-06-18 Tom LaneImplement UPDATE tab SET (col1,col2,...) = (SELECT...
2014-06-16 Tom LaneAvoid recursion when processing simple lists of AND...
2014-06-14 Heikki LinnakangasChange the signature of rm_desc so that it's passed...
2014-06-13 Tom LaneImprove predtest.c's ability to reason about operator...
2014-06-12 Tom LaneImprove tuplestore's error messages for I/O failures.
2014-06-12 Tom LanePreserve exposed type of subquery outputs when substitu...
2014-06-12 Tom LaneRename lo_create(oid, bytea) to lo_from_bytea().
2014-06-12 Alvaro HerreraFix typos
2014-06-12 Tom LaneRemove unnecessary output expressions from unflattened...
2014-06-12 Andres FreundConsistency improvements for slot and decoding code.
2014-06-11 Noah MischFix typos in comments.
2014-06-11 Fujii MasaoFix typos in comments.
2014-06-11 Tom LaneFix ancient encoding error in hungarian.stop.
2014-06-09 Tom LaneFix infinite loop when splitting inner tuples in SPGiST...
2014-06-09 Alvaro HerreraWrap multixact/members correctly during extension,...
2014-06-05 Andres FreundFix off-by-one in decoding causing one-record events...
2014-06-05 Tom LaneAdd defenses against running with a wrong selection...
2014-06-05 Andres FreundConsistently spell a replication slot's name as slot_name.
2014-06-05 Heikki LinnakangasAdjust SP-GiST WAL record formats to reduce alignment...
2014-06-05 Tom LaneAdd btree and hash opclasses for pg_lsn.
2014-06-04 Andres FreundFix longstanding bug in HeapTupleSatisfiesVacuum().
2014-06-04 Fujii MasaoSave pg_stat_statements statistics file into $PGDATA...
2014-06-03 Andrew DunstanUse EncodeDateTime instead of to_char to render JSON...
2014-06-03 Andrew DunstanDo not escape a unicode sequence when escaping JSON...
2014-06-03 Andrew DunstanOutput timestamps in ISO 8601 format when rendering...
2014-06-03 Andres FreundSet the process latch when processing recovery conflict...
2014-06-01 Andrew DunstanImprove the efficiency of certain jsonb get operations.
2014-05-28 Tom LaneRevert "Fix bogus %name-prefix option syntax in all...
2014-05-28 Andres FreundDon't pay heed to wal_sender_timeout while creating...
2014-05-28 Heikki LinnakangasMinor refactoring of jsonb_util.c
2014-05-28 Heikki LinnakangasJsonb comparison bug fixes.
2014-05-28 Tom LaneFix bogus %name-prefix option syntax in all our Bison...
2014-05-28 Magnus HaganderEnsure cleanup in case of early errors in streaming...
2014-05-26 Peter EisentrautSmall typo and formatting fixes in postgresql.conf...
2014-05-25 Heikki LinnakangasFix error when trying to delete page with half-dead...
2014-05-25 Andres FreundDon't allocate memory inside an Assert() iff in a criti...
2014-05-24 Andres FreundSilence a couple of spurious valgrind warnings in inval.c.
2014-05-23 Heikki LinnakangasFix misc typos in comments.
2014-05-22 Robert HaasRemove unnecessary cleanup code.
2014-05-22 Fujii MasaoFix typos in comments.
2014-05-22 Heikki LinnakangasFix typos in comments.
2014-05-20 Tom LanePrevent auto_explain from changing the output of a...
2014-05-19 Tom LaneUpdate obsolete comment.
2014-05-19 Heikki LinnakangasFix backup-block numbering in redo of b-tree split.
2014-05-18 Tom LaneOoops, I broke initdb with that last patch.
2014-05-18 Tom LaneFix two ancient memory-leak bugs in relcache.c.
2014-05-17 Tom LaneMake fallback implementation of pg_memory_barrier(...
2014-05-17 Tom LaneFix a bunch of functions that were declared static...
2014-05-17 Tom LaneFix unaligned accesses in DecodeUpdate().
2014-05-17 Heikki LinnakangasUpdate README, we don't do post-recovery cleanup action...
2014-05-16 Tom LaneMake sure chr(int) can't create invalid UTF8 sequences.
2014-05-16 Heikki LinnakangasFix thinko in logical decoding of commit-prepared records.
2014-05-16 Heikki LinnakangasInitialize tsId and dbId fields in WAL record of COMMIT...
2014-05-15 Tom LaneFix unportable setvbuf() usage in initdb.
2014-05-15 Heikki LinnakangasHandle duplicate XIDs in txid_snapshot.
2014-05-15 Heikki LinnakangasFix race condition in preparing a transaction for two...
2014-05-15 Heikki LinnakangasMisc message style and doc fixes.
2014-05-14 Tom LaneCode review for recent changes in relcache.c.
2014-05-13 Heikki LinnakangasFix harmless access to uninitialized memory.
2014-05-11 Tom LaneFind postgresql.auto.conf in PGDATA even when postgresq...
2014-05-11 Tom LaneRename jsonb_hash_ops to jsonb_path_ops.
2014-05-11 Peter EisentrautTranslation updates
2014-05-10 Tom LaneRename min_recovery_apply_delay to recovery_min_apply_d...
2014-05-10 Heikki LinnakangasFix bug in lossy-page handling in GIN
2014-05-09 Tom LaneFix broken allocation logic in recently-rewritten jsonb...
2014-05-09 Tom LaneGet rid of bogus dependency on typcategory in to_json...
2014-05-09 Robert HaasCode review for logical decoding patch.
2014-05-09 Robert HaasRemove overeager assertion in logical_heap_begin_rewrite.
2014-05-09 Tom LaneTeach add_json() that jsonb is of TYPCATEGORY_JSON.
2014-05-09 Heikki LinnakangasMore jsonb cleanup.
2014-05-09 Tom LaneImprove key representation for GIN jsonb_ops, and fix...
2014-05-09 Heikki LinnakangasMinor cleanup of jsonb_util.c
2014-05-09 Heikki LinnakangasAvoid some pnstrdup()s when constructing jsonb
2014-05-09 Tom LaneIncrease the default value of effective_cache_size...
2014-05-09 Tom LaneRevert "Auto-tune effective_cache size to be 4x shared...
2014-05-08 Heikki LinnakangasProtect against torn pages when deleting GIN list pages.
2014-05-07 Robert HaasWhen a background worker exists with code 0, unregister it.
2014-05-07 Robert HaasWhen a bgworker exits, always call ReleasePostmasterChi...
2014-05-07 Robert HaasRestart bgworkers immediately after a crash-and-restart...
2014-05-07 Heikki LinnakangasClean up jsonb code.
next