summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2015-01-07Don't open a WAL segment for writing at end of recovery.Heikki Linnakangas
2015-01-07Fix namespace handling in xpath functionPeter Eisentraut
2015-01-06Correctly handle relcache invalidation corner case during logical decoding.Andres Freund
2015-01-06Improve relcache invalidation handling of currently invisible relations.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
2015-01-05Fix typo in comment.Fujii Masao
2015-01-04Fix thinko in lock mode enumAlvaro Herrera
2015-01-04Add error handling for failing fstat() calls in copy.c.Andres Freund
2015-01-04Remove superflous variable from xlogreader's XLogFindNextRecord().Andres Freund
2015-01-03Prevent WAL files created by pg_basebackup -x/X from being archived again.Andres Freund
2015-01-03Add pg_string_endswith as the start of a string helper library in src/common.Andres Freund
2015-01-03Treat negative values of recovery_min_apply_delay as having no effect.Tom Lane
2014-12-31Print more information about getObjectIdentityParts() failures.Tom Lane
2014-12-31Add missing pstrdup callsAlvaro Herrera
2014-12-30pg_event_trigger_dropped_objects: Add name/args output columnsAlvaro Herrera
2014-12-30Add pg_identify_object_as_addressAlvaro Herrera
2014-12-30Use TypeName to represent type names in certain commandsAlvaro Herrera
2014-12-28Remove duplicate assignment in new pg_get_object_address() function.Tom Lane
2014-12-26Restrict name list len for domain constraintsAlvaro Herrera
2014-12-26Grab heavyweight tuple lock only before sleepingAlvaro Herrera
2014-12-25Blindly fix a dtrace probe in lwlock.c for a removed local variable.Andres Freund
2014-12-25Temporarily revert "Move pg_lzcompress.c to src/common."Tom Lane
2014-12-25Lockless StrategyGetBuffer clock sweep hot path.Andres Freund
2014-12-25Improve LWLock scalability.Andres Freund