]> granicus.if.org Git - postgresql/history - src/backend/utils
Update copyright for 2014
[postgresql] / src / backend / utils /
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().
2013-12-07 Peter EisentrautSSL: Support ECDH key exchange
2013-12-07 Peter EisentrautSSL: Add configuration option to prefer server cipher...
2013-12-05 Alvaro HerreraAvoid resetting Xmax when it's a multi with an aborted...
2013-12-02 Robert HaasMake NUM_TOCHAR_prepare and NUM_TOCHAR_finish macros...
2013-12-02 Robert HaasAvoid out-of-bounds read in errfinish if error_stack_de...
2013-11-30 Alvaro HerreraDon't TransactionIdDidAbort in HeapTupleGetUpdateXid
2013-11-29 Tom LaneFix assorted race conditions in the new timeout infrast...
2013-11-29 Robert HaasRefine our definition of what constitutes a system...
2013-11-27 Peter EisentrautImplement information_schema.parameters.parameter_defau...
2013-11-26 Jeff DavisAdd missing entry for session_preload_libraries in...
2013-11-26 Bruce MomjianChange SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT...
2013-11-24 Jeff DavisLessen library-loading log level.
2013-11-23 Peter EisentrautFix thinko in SPI_execute_plan() calls
2013-11-23 Peter EisentrautAvoid potential buffer overflow crash
2013-11-22 Tom LaneSupport multi-argument UNNEST(), and TABLE() syntax...
2013-11-18 Robert HaasUse cstring_to_text_with_len when length is known.
2013-11-17 Tom LaneAdd make_date() and make_time() functions.
2013-11-16 Tom LaneImprove performance of numeric sum(), avg(), stddev...
2013-11-13 Robert HaasFix relfilenodemap.c's handling of cache invalidations.
2013-11-13 Peter EisentrautMove variable closer to where it is used
2013-11-11 Tom LaneFix failure with whole-row reference to a subquery.
2013-11-11 Tom LaneFix ruleutils pretty-printing to not generate trailing...
2013-11-10 Peter EisentrautFix whitespace issues found by git diff --check, add...
2013-11-08 Robert HaasAdd the notion of REPLICA IDENTITY for a table.
2013-11-07 Kevin GrittnerSilence benign warnings from clang version 3.0-6ubuntu3.
2013-11-07 Tom LaneAdd #ifdef guards for some POSIX error symbols that...
2013-11-06 Tom LaneBe more robust when strerror() doesn't give a useful...
2013-11-06 Tom LaneSupport default arguments and named-argument notation...
2013-11-03 Tom LaneGet rid of more cases of the "must detoast before outpu...
2013-11-03 Tom LanePrevent memory leaks from accumulating across printtup...
2013-11-01 Tom LaneRemove CTimeZone/HasCTZSet, root and branch.
2013-11-01 Tom LaneRemove internal uses of CTimeZone/HasCTZSet.
2013-11-01 Tom LaneFix some odd behaviors when using a SQL-style simple...
2013-10-31 Robert HaasUse appendStringInfoString instead of appendStringInfo...
2013-10-25 Tom LaneSuppress -0 in the C field of lines computed by line_co...
2013-10-25 Tom LaneUse improved vsnprintf calling logic in more places.
2013-10-24 Heikki LinnakangasPlug memory leak when reloading config file.
2013-10-22 Tom LaneReplace pg_asprintf() with psprintf().
2013-10-22 Tom LaneGet rid of use of asprintf() in favor of a more portabl...
2013-10-22 Peter EisentrautMake use of psprintf() in recent changes
2013-10-22 Tom LaneFix blatantly broken record_image_cmp() logic for pass...
2013-10-18 Robert HaasAllow only some columns of a view to be auto-updateable.
2013-10-18 Robert HaasRemove IRIX port.
2013-10-16 Bruce MomjianAllow 5+ digit years for non-ISO timestamp/date strings...
2013-10-14 Robert HaasFix details missed by dynamic shared memory patch.
2013-10-13 Peter EisentrautAdd use of asprintf()
2013-10-11 Kevin GrittnerFix several possibly non-portable gaffs in record_image...
2013-10-11 Alvaro HerreraRework SSL renegotiation code
2013-10-10 Kevin GrittnerFix bug in record_image_ops on big endian machines.
2013-10-10 Andrew Dunstanjson_typeof function.
2013-10-10 Peter EisentrautRevive line type
2013-10-10 Robert HaasAllow dynamic allocation of shared memory segments.
2013-10-09 Kevin GrittnerAdd record_image_ops opclass for matview concurrent...
2013-10-09 Bruce MomjianCentralize effective_cache_size default setting
2013-10-08 Bruce MomjianUpdate postgres.conf.sample for effective_cache_size...
2013-10-08 Bruce MomjianAuto-tune effective_cache size to be 4x shared buffers
2013-10-04 Bruce MomjianIssue error on SET outside transaction block in some...
2013-10-01 Bruce MomjianAdjust C comments that would be wrap-able.
2013-09-26 Robert HaasAllow printf-style padding specifications in log_line_p...
2013-09-25 Heikki LinnakangasPlug memory leak in range_cmp function.
2013-09-16 Heikki LinnakangasAdd a GUC to report whether data page checksums are...
2013-09-05 Kevin GrittnerEliminate pg_rewrite.ev_attr column and related dead...
2013-09-05 Heikki LinnakangasMake catalog cache hash tables resizeable.
2013-09-04 Bruce MomjianAdd GUC descriptions for compile-time postgresql.conf...
2013-09-03 Tom LaneUpdate comments concerning PGC_S_TEST.
2013-09-03 Tom LaneAllow aggregate functions to be VARIADIC.
2013-08-27 Alvaro HerreraInitialize cached OID to Invalid in new hash entries
2013-08-24 Tom LaneAccount better for planning cost when choosing whether...
2013-08-13 Tom LaneEmit a log message if output is about to be redirected...
2013-08-09 Peter EisentrautMessage punctuation and pluralization fixes
2013-08-08 Peter EisentrautMessage style improvements
2013-08-03 Tom LaneMake sure float4in/float8in accept all standard spellin...
2013-08-02 Alvaro HerreraFix old visibility bug in HeapTupleSatisfiesDirty
2013-08-01 Robert HaasRemove SnapshotNow and HeapTupleSatisfiesNow.
2013-08-01 Stephen FrostAllow a context to be passed in for error handling
2013-07-31 Alvaro HerreraFix mis-indented lines
next