summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-01-24Fix assignment operator thinkoAlvaro Herrera
2015-01-23Fix typos, update README.Robert Haas
2015-01-23vacuumdb: enable parallel modeAlvaro Herrera
2015-01-23Don't use abbreviated keys for the final merge pass.Robert Haas
2015-01-23Add an explicit cast to Size to hyperloglog.cRobert Haas
2015-01-22Prevent duplicate escape-string warnings when using pg_stat_statements.Tom Lane
2015-01-22Fix whitespacePeter Eisentraut
2015-01-22Tweak BRIN minmax operator classAlvaro Herrera
2015-01-22Repair brain fade in commit b181a91981203f6ec9403115a2917bd3f9473707.Robert Haas
2015-01-22adjust ACL owners for REASSIGN and ALTER OWNER TOBruce Momjian
2015-01-22More fixes for abbreviated keys infrastructure.Robert Haas
2015-01-22Heavily refactor btsortsupport_worker.Robert Haas
2015-01-22reinit.h: Fix typo in identification commentAlvaro Herrera
2015-01-21Disable abbreviated keys on Windows.Robert Haas
2015-01-20tools/ccsym: update for modern versions of gccBruce Momjian
2015-01-20Add strxfrm_l to list of functions where Windows adds an underscore.Robert Haas
2015-01-20In pg_regress, remove the temporary installation upon successful exit.Tom Lane
2015-01-20Adjust "pgstat wait timeout" message to be a translatable LOG message.Tom Lane
2015-01-19Fix various shortcomings of the new PrivateRefCount infrastructure.Andres Freund
2015-01-19Use abbreviated keys for faster sorting of text datums.Robert Haas
2015-01-19Typo fix.Robert Haas
2015-01-19BRIN typo fix.Robert Haas
2015-01-19Install shared libraries also in bin on cygwin, mingwPeter Eisentraut
2015-01-18Fix ancient thinko in default table rowcount estimation.Tom Lane
2015-01-18Activate low-volume optional logging during regression test runs.Noah Misch
2015-01-18Fix use of already freed memory when dumping a database's security label.Andres Freund
2015-01-17Replace walsender's latch with the general shared latch.Andres Freund
2015-01-16Show sort ordering options in EXPLAIN output.Tom Lane
2015-01-16Advance backend's advertised xmin more aggressively.Heikki Linnakangas
2015-01-16Improve new caching logic in tbm_add_tuples().Tom Lane
2015-01-16Make tbm_add_tuples more efficient by caching the last acccessed page.Andres Freund
2015-01-16Another attempt at fixing Windows Norwegian locale.Heikki Linnakangas
2015-01-16Update "pg_regress --no-locale" for Darwin and Windows.Noah Misch
2015-01-15Fix use-of-already-freed-memory problem in EvalPlanQual processing.Tom Lane
2015-01-15Fix thinko in re-setting wal_log_hints flag from a parameter-change record.Heikki Linnakangas
2015-01-15Rearrange explain.c's API so callers need not embed sizeof(ExplainState).Tom Lane
2015-01-15Improve performance of EXPLAIN with large range tables.Tom Lane
2015-01-15Blindly try to fix a warning in s_lock.h when compiling with gcc on HPPA.Andres Freund
2015-01-14Add a default local latch for use in signal handlers.Andres Freund
2015-01-14Remove duplicate specification of -Ae for HP-UX C compiler.Tom Lane
2015-01-13Remove some dead IsUnderPostmaster code from bootstrap.c.Andres Freund
2015-01-13Commonalize process startup code.Andres Freund
2015-01-13Make logging_collector=on work with non-windows EXEC_BACKEND again.Andres Freund
2015-01-13Spell the X072 feature correctly, was missing "with".Heikki Linnakangas
2015-01-13Add barriers to the latch code.Andres Freund
2015-01-13Allow latches to wait for socket writability without waiting for readability.Andres Freund
2015-01-13Fix typos in comment.Heikki Linnakangas
2015-01-12Fix some functions that were declared static then defined not-static.Tom Lane
2015-01-12Avoid unexpected slowdown in vacuum regression test.Tom Lane
2015-01-12Tweak heapam's rmgr desc output slightlyAlvaro Herrera