summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2015-01-13Remove some dead IsUnderPostmaster code in bootstrap.c.HEADmasterAndres Freund
2015-01-13Commonalize process startup code.Andres Freund
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
2014-12-25Convert the PGPROC->lwWaitLink list into a dlist instead of open coding it.Andres Freund
2014-12-25Add capability to suppress CONTEXT: messages to elog machinery.Andres Freund
2014-12-25Remove duplicate include of slot.h.Fujii Masao
2014-12-25Move pg_lzcompress.c to src/common.Fujii Masao
2014-12-24Remove unused fields from ReindexStmt.Fujii Masao
2014-12-24Suppress MSVC warning in typeStringToTypeName function.Andres Freund
2014-12-23Revert "Use a bitmask to represent role attributes"Alvaro Herrera
2014-12-23Add SQL-callable pg_get_object_addressAlvaro Herrera
2014-12-23Use a bitmask to represent role attributesAlvaro Herrera