]> granicus.if.org Git - postgresql/history - src/backend/utils
Replace the XLogInsert slots with regular LWLocks.
[postgresql] / src / backend / utils /
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-17 Fujii MasaoFix typos in comments.
2014-03-17 Peter EisentrautMake punctuation consistent
2014-03-16 Magnus HaganderCleanups from the remove-native-krb5 patch
2014-03-14 Tom LanePrevent interrupts while reporting non-ERROR elog messages.
2014-03-13 Bruce MomjianC comments: remove odd blank lines after #ifdef WIN32...
2014-03-13 Bruce MomjianC comments: remove odd blank lines after #ifdef WIN32...
2014-03-12 Heikki LinnakangasItems on GIN data pages are no longer always 6 bytes...
2014-03-12 Fujii MasaoShow PIDs of lock holders and waiters in log_lock_waits...
2014-03-12 Robert HaasFix incorrect assertion about historical snapshots.
2014-03-12 Heikki LinnakangasAllow opclasses to provide tri-valued GIN consistent...
2014-03-10 Robert HaasAllow logical decoding via the walsender interface.
2014-03-07 Heikki LinnakangasAvoid memcpy() with same source and destination address.
2014-03-07 Tom LaneAvoid getting more than AccessShareLock when deparsing...
2014-03-06 Heikki Linnakangasisdigit() needs an unsigned char argument.
2014-03-05 Tom LaneFix portability issues in recently added make_timestamp...
2014-03-04 Alvaro HerreraConstructors for interval, timestamp, timestamptz
2014-03-03 Robert HaasIntroduce logical decoding.
2014-03-03 Heikki LinnakangasRename huge_tlb_pages to huge_pages, and improve docs.
2014-03-03 Stephen FrostAnother round of Coverity fixes
2014-03-01 Tom LaneAllow regex operations to be terminated early by query...
2014-02-26 Jeff DavisFix crash in json_to_record().
2014-02-25 Tom LaneUse SnapshotDirty rather than an active snapshot to...
2014-02-25 Robert HaasShow xid and xmin in pg_stat_activity and pg_stat_repli...
2014-02-25 Peter EisentrautUpdate and clarify ssl_ciphers default
2014-02-24 Bruce MomjianIncrease work_mem and maintenance_work_mem defaults...
2014-02-24 Bruce MomjianAllow single-point polygons to be converted to circles
2014-02-24 Bruce Momjiandocs: document behavior of CHAR() comparisons with...
2014-02-23 Tom LanePrefer pg_any_to_server/pg_server_to_any over pg_do_enc...
2014-02-23 Tom LanePlug some more holes in encoding conversion.
2014-02-21 Tom LaneDo ScalarArrayOp estimation correctly when array is...
2014-02-19 Robert HaasFurther code review for pg_lsn data type.
2014-02-19 Robert Haaspg_lsn macro naming and type behavior revisions.
2014-02-19 Robert HaasAdd a pg_lsn data type, to represent an LSN.
2014-02-17 Tom LanePrevent potential overruns of fixed-size buffers.
2014-02-17 Noah MischPredict integer overflow to avoid buffer overruns.
2014-02-17 Noah MischPrevent privilege escalation in explicit calls to PL...
2014-02-17 Noah MischShore up ADMIN OPTION restrictions.
2014-02-14 Bruce MomjianAdd C comment about problems with CHAR() space trimming
2014-02-13 Alvaro HerreraSeparate multixact freezing parameters from xid's
2014-02-09 Peter EisentrautMark some more variables as static or include the appro...
2014-02-07 Tom LaneIn RelationClearRelation, postpone cache reload if...
2014-02-06 Andrew DunstanAlphabeticize list in OBJS definition in utils/adt...
2014-02-06 Tom LaneAssert(IsTransactionState()) in RelationIdGetRelation().
2014-02-06 Peter EisentrautFix whitespace
2014-02-04 Fujii MasaoFix comparison of an array of characters with zero...
2014-02-03 Andrew DunstanIn json code, clean up temp memory contexts after proce...
2014-02-03 Fujii MasaoMake pg_basebackup skip temporary statistics files.
2014-02-01 Bruce Momjianarrays: tighten checks for multi-dimensional input
2014-02-01 Robert HaasIntroduce replication slots.
2014-01-30 Bruce MomjianAdd checks for interval overflow/underflow
2014-01-29 Andrew DunstanSilence compiler warnings about possibly unset variables.
2014-01-29 Andrew DunstanAdd json_array_elements_text function.
2014-01-29 Heikki LinnakangasAllow using huge TLB pages on Linux (MAP_HUGETLB)
2014-01-28 Andrew DunstanNew json functions.
2014-01-28 Fujii MasaoAdd pg_stat_archiver statistics view.
2014-01-27 Robert HaasRelax the requirement that all lwlocks be stored in...
2014-01-27 Tom LaneCode review for auto-tuned effective_cache_size.
2014-01-27 Fujii MasaoChange the suffix of auto conf temporary file from...
2014-01-27 Fujii MasaoFix typos in comments for ALTER SYSTEM.
2014-01-26 Andrew DunstanEnable building with Visual Studion 2013.
2014-01-23 Tom LaneAllow use of "z" flag in our printf calls, and use...
2014-01-23 Alvaro HerreraMake DROP IF EXISTS more consistently not fail
2014-01-22 Andrew DunstanReindent json.c and jsonfuncs.c.
2014-01-21 Robert HaasAdd a cardinality function for arrays.
2014-01-21 Robert HaasFix inadvertent semantics change in last patch to plug...
2014-01-21 Robert HaasPlug more memory leaks when reloading config file.
2014-01-20 Tom LaneFix to_timestamp/to_date's handling of consecutive...
2014-01-19 Magnus HaganderAdjust the SSL connection notification message
2014-01-18 Tom LaneMake various variables const (read-only).
2014-01-17 Magnus HaganderShow SSL encryption information when logging connections
2014-01-13 Robert HaasCode improvements for ALTER SYSTEM .. SET.
2014-01-11 Tom LaneFix possible crashes due to using elog/ereport too...
2014-01-09 Tom LaneRemove unnecessary local variables to work around an...
2014-01-08 Tom LaneAvoid extra AggCheckCallContext() checks in ordered...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2014-01-07 Heikki LinnakangasSilence compiler warning on MSVC.
2014-01-07 Peter EisentrautAdd more use of psprintf()
2014-01-05 Tom LaneCache catalog lookup data across groups in ordered...
2014-01-04 Tom LaneFix header comment for bitncmp().
2014-01-02 Robert HaasRename walLogHints to wal_log_hints for easier grepping.
2013-12-29 Peter EisentrautUpdate grammar
2013-12-27 Andrew DunstanProperly detect invalid JSON numbers when generating...
2013-12-27 Kevin GrittnerFix misplaced right paren bugs in pgstatfuncs.c.
2013-12-24 Tom LaneFix inadequately-tested code path in tuplesort_skiptupl...
2013-12-24 Tom LaneFix ANALYZE failure on a column that's a domain over...
2013-12-23 Tom LaneSupport ordered-set (WITHIN GROUP) aggregates.
2013-12-22 Robert HaasChange the way we mark tuples as frozen.
2013-12-20 Fujii MasaoRename wal_log_hintbits to wal_log_hints, per discussio...
2013-12-18 Robert HaasAllow on-detach callbacks for dynamic shared memory...
2013-12-18 Alvaro HerreraDon't ignore tuple locks propagated by our updates
2013-12-18 Tatsuo IshiiAdd ALTER SYSTEM command to edit the server configurati...
2013-12-16 Heikki LinnakangasMark variables 'static' where possible. Move GinFuzzySe...
2013-12-13 Heikki LinnakangasFix more instances of "the the" in comments.
2013-12-13 Tom LaneDon't let timeout interrupts happen unless ImmediateInt...
2013-12-13 Heikki LinnakangasAdd GUC to enable WAL-logging of hint bits, even with...
2013-12-12 Simon RiggsNew autovacuum_work_mem parameter
2013-12-11 Robert HaasAdd new wal_level, logical, sufficient for logical...
2013-12-10 Noah MischRename TABLE() to ROWS FROM().
next