summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-03-17Add syslog_split_messages parameterPeter Eisentraut
2016-03-17Add syslog_sequence_numbers parameterPeter Eisentraut
2016-03-17Fix "pg_bench -C -M prepared".Tom Lane
2016-03-17Fix j2day() to behave sanely for negative Julian dates.Tom Lane
2016-03-16Be more careful about out-of-range dates and timestamps.Tom Lane
2016-03-16Another comment update.Robert Haas
2016-03-16Fix problems in commit c16dc1aca5e01e6acaadfcf38f5fc964a381dc62.Robert Haas
2016-03-16Add idle_in_transaction_session_timeout.Robert Haas
2016-03-16UCS_to_EUC_JIS_2004.pl: Turn off "test" mode by defaultPeter Eisentraut
2016-03-16Make spacing and punctuation consistentPeter Eisentraut
2016-03-15Fix typos.Robert Haas
2016-03-15Avoid incorrectly indicating exclusion constraint waitStephen Frost
2016-03-15Fix typos in commentsAlvaro Herrera
2016-03-15Add simple VACUUM progress reporting.Robert Haas
2016-03-15Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.Tom Lane
2016-03-15Add a GetForeignUpperPaths callback function for FDWs.Tom Lane
2016-03-14Add missing include for self-containmentPeter Eisentraut
2016-03-14Fix EXPLAIN ANALYZE SELECT INTO not to choose a parallel plan.Robert Haas
2016-03-14Provide a planner hook at a suitable place for creating upper-rel Paths.Tom Lane
2016-03-14Allow callers of create_foreignscan_path to specify nondefault PathTarget.Tom Lane
2016-03-14Rethink representation of PathTargets.Tom Lane
2016-03-14Update PL/Perl's comment about hv_store().Tom Lane
2016-03-14Improve conversions from uint64 to Perl types.Tom Lane
2016-03-14Update more comments for 96198d94cb7adc664bda341842dc8db671d8be72.Robert Haas
2016-03-14Use repalloc_huge() to enlarge a SPITupleTable's tuple pointer array.Tom Lane
2016-03-14Improve check for overly-long extensible node name.Robert Haas
2016-03-14pg_stat_get_progress_info() should be marked STRICT.Tom Lane
2016-03-13Fix memory leak in repeated GIN index searches.Tom Lane
2016-03-13Fix whitespace and remove obsolete gitattributes entryPeter Eisentraut
2016-03-13Fix order of MemSet argumentsMagnus Hagander
2016-03-13Report memory context stats upon out-of-memory in repalloc[_huge].Tom Lane
2016-03-13Fix Windows portability issue in 23a27b039d94ba35.Tom Lane
2016-03-12Get rid of scribbling on a const variable in psql's print.c.Tom Lane
2016-03-12Widen query numbers-of-tuples-processed counters to uint64.Tom Lane
2016-03-12Include portability/mem.h into fd.c for MAP_FAILED.Andres Freund
2016-03-12Re-export a few of createplan.c's make_xxx() functions.Tom Lane
2016-03-11pg_upgrade: Convert old visibility map format to new format.Robert Haas
2016-03-11When appropriate, postpone SELECT output expressions till after ORDER BY.Tom Lane
2016-03-11Fix Windows build broken in 6943a946c7e5eb72d53c0ce71f08a81a133503bdTeodor Sigaev
2016-03-11Fix merge affixes for numeric onesTeodor Sigaev
2016-03-11Bump catalog version missed in 6943a946c7e5eb72d53c0ce71f08a81a133503bdTeodor Sigaev
2016-03-11Tsvector editing functionsTeodor Sigaev
2016-03-11Minor additional refactoring of planner.c's PathTarget handling.Tom Lane
2016-03-11psql: Don't automatically use expanded format when there's 1 column.Robert Haas
2016-03-11Fix a typo, and remove unnecessary pgstat_report_wait_end().Robert Haas
2016-03-11Refactor receivelog.c parametersMagnus Hagander
2016-03-11Allow emit_log_hook to see original message textSimon Riggs
2016-03-11Simplify GetLockNameFromTagType.Robert Haas
2016-03-11Blindly try to fix dtrace enabled builds, broken in 9cd00c45.Andres Freund
2016-03-11Checkpoint sorting and balancing.Andres Freund