summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-06-20Stamp 9.6beta2.REL9_6_BETA2Tom Lane
2016-06-20Add missing check for malloc failure in plpgsql_extra_checks_check_hook().Tom Lane
2016-06-20Translation updatesPeter Eisentraut
2016-06-18Improve error message annotation for GRANT/REVOKE on untrusted PLs.Tom Lane
2016-06-18Restore foreign-key-aware estimation of join relation sizes.Tom Lane
2016-06-18Still another try at fixing scanjoin_target insertion into parallel plans.Tom Lane
2016-06-18Fix handling of argument and result datatypes for partial aggregation.Tom Lane
2016-06-17Finish up XLOG_HINT renamingAlvaro Herrera
2016-06-17pg_visibility: Add pg_truncate_visibility_map function.Robert Haas
2016-06-17Try again to fix the way the scanjoin_target is used with partial paths.Robert Haas
2016-06-17Add VACUUM (DISABLE_PAGE_SKIPPING) for emergencies.Robert Haas
2016-06-17Fix typo.Robert Haas
2016-06-17Remove PID from 'parallel worker' context message.Robert Haas
2016-06-17Attempt to fix broken regression test.Robert Haas
2016-06-16Fix validation of overly-long IPv6 addresses.Tom Lane
2016-06-16Fix fuzzy thinking in ReinitializeParallelDSM().Tom Lane
2016-06-16Invent min_parallel_relation_size GUC to replace a hard-wired constant.Tom Lane
2016-06-16Reword bogus commentAlvaro Herrera
2016-06-16Avoid crash in "postgres -C guc" for a GUC with a null string value.Tom Lane
2016-06-16Remove unused prototypeAlvaro Herrera
2016-06-16Add regression test for 04ae11f62e643e07c411c4935ea6af46cb112aa9.Robert Haas
2016-06-15Use strftime("%c") to format timestamps in psql's \watch command.Tom Lane
2016-06-15Fix regression test for force_parallel_mode=on.Robert Haas
2016-06-15Add integrity-checking functions to pg_visibility.Robert Haas
2016-06-15Fix lazy_scan_heap so that it won't mark pages all-frozen too soon.Robert Haas
2016-06-15Mark some functions parallel-unsafe.Robert Haas
2016-06-15Force idle_in_transaction_session_timeout off in pg_dump and autovacuum.Tom Lane
2016-06-15PL/Python: Clean up extended error reporting docs and testsPeter Eisentraut
2016-06-13Fix multiple minor infelicities in aclchk.c error reports.Tom Lane
2016-06-13In planner.c, avoid assuming that all PathTargets have sortgrouprefs.Tom Lane
2016-06-13Remove extraneous leading whitespace in Windows build script.Tom Lane
2016-06-12Finish pgindent run for 9.6: Perl files.Noah Misch
2016-06-12Document the authoritative version of perltidy.Noah Misch
2016-06-11PL/Python: Rename new keyword arguments of plpy.error() etc.Peter Eisentraut
2016-06-10Change default of backend_flush_after GUC to 0 (disabled).Andres Freund
2016-06-10Remove reltarget_has_non_vars flag.Tom Lane
2016-06-10Refactor to reduce code duplication for function property checking.Tom Lane
2016-06-10Rename local variable for consistency.Kevin Grittner
2016-06-10Fix interaction between CREATE INDEX and "snapshot too old".Kevin Grittner
2016-06-10Improve the situation for parallel query versus temp relations.Tom Lane
2016-06-09Repair a bit of pgindent damage.Robert Haas
2016-06-09pgindent run for 9.6Robert Haas
2016-06-09Don't generate parallel paths for rels with parallel-restricted outputs.Robert Haas
2016-06-09Yet again update typedefs.list file in preparation for pgindent runRobert Haas
2016-06-09Clarify documentation of ceil/ceiling/floor functions.Tom Lane
2016-06-09Mop-up for parallel degree-ectomy.Tom Lane
2016-06-09Eliminate "parallel degree" terminology.Robert Haas
2016-06-08Test parallel query essentials in "make check".Noah Misch
2016-06-07Make psql_crosstab plans more stableAlvaro Herrera
2016-06-07nls-global.mk: search build dir for source files, tooAlvaro Herrera