summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2015-01-26Clean up assorted issues in ALTER SYSTEM coding.Tom Lane
2015-01-24Clean up some mess in row-security patches.Tom Lane
2015-01-24Fix unsafe coding in ReorderBufferCommit().Tom Lane
2015-01-24Replace a bunch more uses of strncpy() with safer coding.Tom Lane
2015-01-23Fix typos, update README.Robert Haas
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-21Disable abbreviated keys on Windows.Robert Haas
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-18Fix ancient thinko in default table rowcount estimation.Tom Lane
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-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-14Add a default local latch for use in signal handlers.Andres Freund
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-12Tweak heapam's rmgr desc output slightlyAlvaro Herrera
2015-01-12Fix get_object_address argument type for extension statementAlvaro Herrera
2015-01-12Use correct text domain for errcontext() appearing within ereport().Tom Lane
2015-01-12Skip dead backends in MinimumActiveBackendsStephen Frost
2015-01-11Provide a generic fallback for pg_compiler_barrier using an extern function.Andres Freund
2015-01-09Fix typo in execMain.cStephen Frost
2015-01-09xlogreader.c: Fix report_invalid_record translatability flagAlvaro Herrera
2015-01-08Remove comment that was intended to have been removed before commit.Andres Freund
2015-01-08Fix logging of pages skipped due to pins during vacuum.Andres Freund
2015-01-08On Darwin, refuse postmaster startup when multithreaded.Noah Misch
2015-01-08On Darwin, detect and report a multithreaded postmaster.Noah Misch
2015-01-08Always set the six locale category environment variables in main().Noah Misch
2015-01-08Reject ANALYZE commands during VACUUM FULL or another ANALYZE.Noah Misch