summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2016-03-12Re-export a few of createplan.c's make_xxx() functions.Tom Lane
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-11Tsvector editing functionsTeodor Sigaev
2016-03-11Minor additional refactoring of planner.c's PathTarget handling.Tom Lane
2016-03-11Fix a typo, and remove unnecessary pgstat_report_wait_end().Robert Haas
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
2016-03-11Allow to trigger kernel writeback after a configurable number of writes.Andres Freund
2016-03-10Give pull_var_clause() reject/recurse/return behavior for WindowFuncs too.Tom Lane
2016-03-10Don't vacuum all-frozen pages.Robert Haas
2016-03-10Refactor pull_var_clause's API to make it less tedious to extend.Tom Lane
2016-03-10Rework wait for AccessExclusiveLocks on Hot StandbySimon Riggs
2016-03-10Provide much better wait information in pg_stat_activity.Robert Haas
2016-03-10Avoid crash on old Windows with AVX2-capable CPU for VS2013 buildsMagnus Hagander
2016-03-10Reduce size of two phase file headerSimon Riggs
2016-03-10Reduce lock level for altering fillfactorSimon Riggs
2016-03-10Code review for b6fb6471f6afaf649e52f38269fd8c5c60647669.Robert Haas
2016-03-10Remove a couple of useless pstrdup() calls.Tom Lane
2016-03-10Avoid unlikely data-loss scenarios due to rename() without fsync.Andres Freund
2016-03-10Introduce durable_rename() and durable_link_or_rename().Andres Freund
2016-03-09Fix incorrect handling of NULL index entries in indexed ROW() comparisons.Tom Lane
2016-03-09Re-pgindent vacuumlazy.c.Robert Haas
2016-03-09Add a generic command progress reporting facility.Robert Haas
2016-03-09Fix incorrect tlist generation in create_gather_plan().Tom Lane
2016-03-09Fix copy-and-pasteo in comment.Tom Lane
2016-03-09Improve handling of pathtargets in planner.c.Tom Lane
2016-03-09Improve handling of group-column indexes in GroupingSetsPath.Tom Lane
2016-03-09Handle invalid libpq sockets in more placesPeter Eisentraut
2016-03-08Fix minor thinko in pathification code.Tom Lane
2016-03-08Finish refactoring make_foo() functions in createplan.c.Tom Lane
2016-03-08Comment update for fdw_recheck_quals.Robert Haas
2016-03-08Add new flags argument for xl_heap_visible to heap2_desc.Robert Haas
2016-03-08Fix parallel query on standby servers.Robert Haas
2016-03-08Add some functions to fd.c for the convenience of extensions.Robert Haas
2016-03-08Department of second thoughts: remove PD_ALL_FROZEN.Robert Haas
2016-03-08Spell "parallel" correctly.Tom Lane
2016-03-08Fix uninstall target in tsearch MakefilePeter Eisentraut
2016-03-07Further improvements to c8f621c43.Andres Freund
2016-03-07Make the upper part of the planner work by generating and comparing Paths.Tom Lane
2016-03-07Fix wrong allocation size in c8f621c43.Andres Freund
2016-03-07Fix not-terribly-safe coding in NIImportOOAffixes() and NIImportAffixes().Tom Lane
2016-03-06Fix unportable usage of <ctype.h> functions.Tom Lane
2016-03-06logical decoding: Fix handling of large old tuples with replica identity full.Andres Freund
2016-03-06logical decoding: old/newtuple in spooled UPDATE changes was switched around.Andres Freund
2016-03-06logical decoding: Tell reorderbuffer about all xids.Andres Freund
2016-03-05Expose control file data via SQL accessible functions.Joe Conway