aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Further cleanup of ReorderBufferCommit().Tom Lane2015-01-25
* Clean up assorted issues in ALTER SYSTEM coding.Tom Lane2015-01-25
* Clean up some mess in row-security patches.Tom Lane2015-01-24
* Fix unsafe coding in ReorderBufferCommit().Tom Lane2015-01-24
* Replace a bunch more uses of strncpy() with safer coding.Tom Lane2015-01-24
* Fix typos, update README.Robert Haas2015-01-23
* Don't use abbreviated keys for the final merge pass.Robert Haas2015-01-23
* Add an explicit cast to Size to hyperloglog.cRobert Haas2015-01-23
* Prevent duplicate escape-string warnings when using pg_stat_statements.Tom Lane2015-01-22
* Fix whitespacePeter Eisentraut2015-01-22
* Tweak BRIN minmax operator classAlvaro Herrera2015-01-22
* Repair brain fade in commit b181a91981203f6ec9403115a2917bd3f9473707.Robert Haas2015-01-22
* adjust ACL owners for REASSIGN and ALTER OWNER TOBruce Momjian2015-01-22
* More fixes for abbreviated keys infrastructure.Robert Haas2015-01-22
* Heavily refactor btsortsupport_worker.Robert Haas2015-01-22
* Disable abbreviated keys on Windows.Robert Haas2015-01-20
* Adjust "pgstat wait timeout" message to be a translatable LOG message.Tom Lane2015-01-19
* Fix various shortcomings of the new PrivateRefCount infrastructure.Andres Freund2015-01-19
* Use abbreviated keys for faster sorting of text datums.Robert Haas2015-01-19
* Typo fix.Robert Haas2015-01-19
* BRIN typo fix.Robert Haas2015-01-19
* Fix ancient thinko in default table rowcount estimation.Tom Lane2015-01-18
* Replace walsender's latch with the general shared latch.Andres Freund2015-01-17
* Show sort ordering options in EXPLAIN output.Tom Lane2015-01-16
* Advance backend's advertised xmin more aggressively.Heikki Linnakangas2015-01-17
* Improve new caching logic in tbm_add_tuples().Tom Lane2015-01-16
* Make tbm_add_tuples more efficient by caching the last acccessed page.Andres Freund2015-01-16
* Fix use-of-already-freed-memory problem in EvalPlanQual processing.Tom Lane2015-01-15
* Fix thinko in re-setting wal_log_hints flag from a parameter-change record.Heikki Linnakangas2015-01-15
* Rearrange explain.c's API so callers need not embed sizeof(ExplainState).Tom Lane2015-01-15
* Improve performance of EXPLAIN with large range tables.Tom Lane2015-01-15
* Add a default local latch for use in signal handlers.Andres Freund2015-01-14
* Remove some dead IsUnderPostmaster code from bootstrap.c.Andres Freund2015-01-14
* Commonalize process startup code.Andres Freund2015-01-14
* Make logging_collector=on work with non-windows EXEC_BACKEND again.Andres Freund2015-01-14
* Spell the X072 feature correctly, was missing "with".Heikki Linnakangas2015-01-13
* Add barriers to the latch code.Andres Freund2015-01-13
* Allow latches to wait for socket writability without waiting for readability.Andres Freund2015-01-13
* Tweak heapam's rmgr desc output slightlyAlvaro Herrera2015-01-12
* Fix get_object_address argument type for extension statementAlvaro Herrera2015-01-12
* Use correct text domain for errcontext() appearing within ereport().Tom Lane2015-01-12
* Skip dead backends in MinimumActiveBackendsStephen Frost2015-01-12
* Provide a generic fallback for pg_compiler_barrier using an extern function.Andres Freund2015-01-11
* Fix typo in execMain.cStephen Frost2015-01-09
* xlogreader.c: Fix report_invalid_record translatability flagAlvaro Herrera2015-01-09
* Remove comment that was intended to have been removed before commit.Andres Freund2015-01-08
* Fix logging of pages skipped due to pins during vacuum.Andres Freund2015-01-08
* On Darwin, refuse postmaster startup when multithreaded.Noah Misch2015-01-07
* On Darwin, detect and report a multithreaded postmaster.Noah Misch2015-01-07
* Always set the six locale category environment variables in main().Noah Misch2015-01-07