]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2016-03-19  Alvaro Herrerapgbench: Allow changing weights for scripts
2016-03-19  Tom LaneWith ancient gcc, skip pg_attribute_printf() on functio...
2016-03-19  Peter EisentrautAllow SSL server key file to have group read access...
2016-03-19  Andres FreundFix stupid omission in c4901a1e.
2016-03-19  Tom LaneFix missed update in _readForeignScan().
2016-03-19  Tom LaneUse yylex_init not yylex_init_extra().
2016-03-19  Tom LaneSuppress FLEX_NO_BACKUP check for psqlscanslash.l.
2016-03-19  Tom LaneSplit psql's lexer into two separate .l files for SQL...
2016-03-19  Tom LaneConvert psql's flex lexer to be re-entrant, and make...
2016-03-18  Peter EisentrautMerge wal_level "archive" and "hot_standby" into new...
2016-03-18  Tom LaneDecouple psqlscan.l from surrounding program.
2016-03-18  Robert HaasUse INT64_FORMAT instead of %ld for int64.
2016-03-18  Andres FreundOnly clear latch self-pipe/event if there is a pending...
2016-03-18  Andres FreundMake it easier to choose the used waiting primitive...
2016-03-18  Andres FreundError out if waiting on socket readiness without a...
2016-03-18  Andres FreundRemove unused, and dangerous, TestLatch() macro.
2016-03-18  Robert HaasDirectly modify foreign tables.
2016-03-18  Tom LaneClean up some misplaced #includes.
2016-03-18  Teodor SigaevFix a typo
2016-03-18  Teodor SigaevIntroduce parse_ident()
2016-03-18  Robert HaasPush scan/join target list beneath Gather when possible.
2016-03-18  Robert HaasVarious minor corrections of and improvements to comments.
2016-03-18  Teodor Sigaevpg_trgm's set_limit() now uses SetConfigOption()
2016-03-17  Alvaro Herreradocs: Fix typo'd brin_summarize_new_values
2016-03-17  Tom LaneRemove useless double calls of make_parsestate().
2016-03-17  Robert HaasUpdate tuplesort.c comments for memory mangement improv...
2016-03-17  Robert HaasImprove memory management for external sorts.
2016-03-17  Tom LaneFix assorted breakage in to_char()'s OF format option.
2016-03-17  Teodor SigaevImprove support of Hunspell
2016-03-17  Robert HaasFix typos.
2016-03-17  Peter EisentrautAdd syslog_split_messages parameter
2016-03-17  Peter EisentrautAdd syslog_sequence_numbers parameter
2016-03-17  Tom LaneFix "pg_bench -C -M prepared".
2016-03-17  Tom LaneFix j2day() to behave sanely for negative Julian dates.
2016-03-16  Tom LaneBe more careful about out-of-range dates and timestamps.
2016-03-16  Robert HaasAnother comment update.
2016-03-16  Robert HaasFix problems in commit c16dc1aca5e01e6acaadfcf38f5fc964...
2016-03-16  Teodor SigaevAdd files forgotten in f576b17cd6ba653bdace1f0da9a3b57f...
2016-03-16  Teodor SigaevAdd word_similarity to pg_trgm contrib module.
2016-03-16  Robert HaasFix typo.
2016-03-16  Robert HaasAdd idle_in_transaction_session_timeout.
2016-03-16  Teodor SigaevGUC variable pg_trgm.similarity_threshold insead of...
2016-03-16  Peter EisentrautUCS_to_EUC_JIS_2004.pl: Turn off "test" mode by default
2016-03-16  Peter EisentrautMake spacing and punctuation consistent
2016-03-16  Teodor Sigaevfix typo in comment
2016-03-16  Teodor SigaevImprove script generating unaccent rules
2016-03-15  Robert HaasFix typos.
2016-03-15  Stephen FrostAvoid incorrectly indicating exclusion constraint wait
2016-03-15  Alvaro HerreraFix typos in comments
2016-03-15  Robert Haaspostgres_fdw: make_tuple_from_result_row should set...
2016-03-15  Robert HaasFix typos.
2016-03-15  Robert HaasAdd simple VACUUM progress reporting.
2016-03-15  Tom LaneCope if platform declares mbstowcs_l(), but not locale_...
2016-03-15  Tom LaneAdd a GetForeignUpperPaths callback function for FDWs.
2016-03-14  Peter EisentrautAdd missing include for self-containment
2016-03-14  Robert HaasFix EXPLAIN ANALYZE SELECT INTO not to choose a paralle...
2016-03-14  Tom LaneProvide a planner hook at a suitable place for creating...
2016-03-14  Tom LaneAllow callers of create_foreignscan_path to specify...
2016-03-14  Tom LaneRethink representation of PathTargets.
2016-03-14  Tom LaneUpdate PL/Perl's comment about hv_store().
2016-03-14  Tom LaneImprove conversions from uint64 to Perl types.
2016-03-14  Robert HaasUpdate more comments for 96198d94cb7adc664bda341842dc8d...
2016-03-14  Tom LaneUse repalloc_huge() to enlarge a SPITupleTable's tuple...
2016-03-14  Robert HaasImprove check for overly-long extensible node name.
2016-03-14  Tom Lanepg_stat_get_progress_info() should be marked STRICT.
2016-03-14  Tom LaneTeach the configure script to validate its --with-pgpor...
2016-03-13  Tom LaneMop-up for setting minimum Tcl version to 8.4.
2016-03-13  Tom LaneFix memory leak in repeated GIN index searches.
2016-03-13  Peter EisentrautFix whitespace and remove obsolete gitattributes entry
2016-03-13  Magnus HaganderRename auto_explain.sample_ratio to sample_rate
2016-03-13  Magnus HaganderFix order of MemSet arguments
2016-03-13  Tom LaneReport memory context stats upon out-of-memory in repal...
2016-03-13  Tom LaneFix Windows portability issue in 23a27b039d94ba35.
2016-03-12  Tom LaneGet rid of scribbling on a const variable in psql's...
2016-03-12  Tom LaneWiden query numbers-of-tuples-processed counters to...
2016-03-12  Andres FreundInclude portability/mem.h into fd.c for MAP_FAILED.
2016-03-12  Tom LaneRe-export a few of createplan.c's make_xxx() functions.
2016-03-11  Robert Haaspg_upgrade: Convert old visibility map format to new...
2016-03-11  Tom LaneWhen appropriate, postpone SELECT output expressions...
2016-03-11  Teodor SigaevFix Windows build broken in 6943a946c7e5eb72d53c0ce71f0...
2016-03-11  Teodor SigaevFix merge affixes for numeric ones
2016-03-11  Teodor SigaevBump catalog version missed in 6943a946c7e5eb72d53c0ce7...
2016-03-11  Teodor SigaevTsvector editing functions
2016-03-11  Tom LaneMinor additional refactoring of planner.c's PathTarget...
2016-03-11  Magnus HaganderAllow setting sample ratio for auto_explain
2016-03-11  Robert Haaspsql: Don't automatically use expanded format when...
2016-03-11  Robert HaasFix a typo, and remove unnecessary pgstat_report_wait_e...
2016-03-11  Magnus HaganderRefactor receivelog.c parameters
2016-03-11  Simon RiggsAllow emit_log_hook to see original message text
2016-03-11  Robert HaasSimplify GetLockNameFromTagType.
2016-03-11  Andres FreundBlindly try to fix dtrace enabled builds, broken in...
2016-03-11  Andres FreundCheckpoint sorting and balancing.
2016-03-11  Andres FreundAllow to trigger kernel writeback after a configurable...
2016-03-10  Tom LaneGive pull_var_clause() reject/recurse/return behavior...
2016-03-10  Robert HaasDon't vacuum all-frozen pages.
2016-03-10  Tom LaneRefactor pull_var_clause's API to make it less tedious...
2016-03-10  Simon RiggsRework wait for AccessExclusiveLocks on Hot Standby
2016-03-10  Robert HaasProvide much better wait information in pg_stat_activity.
2016-03-10  Alvaro HerreraDocument BRIN a bit more thoroughly
2016-03-10  Magnus HaganderAvoid crash on old Windows with AVX2-capable CPU for...
next