summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-30Clean environment for pg_upgrade test.Andrew Dunstan
2012-11-30Add libpq function PQconninfo()Magnus Hagander
2012-11-30Produce a more useful error message for over-length Unix socket paths.Tom Lane
2012-11-29Correctly init fast path fields on PGPROCSimon Riggs
2012-11-29Cleanup VirtualXact at end of Hot Standby.Simon Riggs
2012-11-29Basic binary heap implementation.Robert Haas
2012-11-29When processing nested structure pointer variables ecpg always expected anMichael Meskes
2012-11-29Suppress parallel build in interfaces/ecpg/preproc/.Tom Lane
2012-11-29Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.Tom Lane
2012-11-28Split out rmgr rm_desc functions into their own filesAlvaro Herrera
2012-11-28If we don't have a backup-end-location, don't claim we've reached it.Heikki Linnakangas
2012-11-27Add explicit casts in ilist.h's inline functions.Tom Lane
2012-11-27Add OpenTransientFile, with automatic cleanup at end-of-xact.Heikki Linnakangas
2012-11-26Revert patch for taking fewer snapshots.Tom Lane
2012-11-26Fix SELECT DISTINCT with index-optimized MIN/MAX on inheritance trees.Tom Lane
2012-11-25In pg_upgrade, simplify function copy_file() by using pg_malloc() andBruce Momjian
2012-11-25In pg_upgrade, fix a few place that used maloc/free rather thanBruce Momjian
2012-11-23Remove -Wlogical-op from standard compiler flagsPeter Eisentraut
2012-11-23Applied patch by Chen Huajun <chenhj@cn.fujitsu.com> to make ecpg able to copeMichael Meskes
2012-11-22Fix pg_resetxlog to use correct path to postmaster.pid.Tom Lane
2012-11-22Avoid bogus "out-of-sequence timeline ID" errors in standby-mode.Heikki Linnakangas
2012-11-21Don't launch new child processes after we've been told to shut down.Tom Lane
2012-11-21Speed up operations on numeric, mostly by avoiding palloc() overhead.Heikki Linnakangas
2012-11-19In pg_upgrade, report errno string if file existence check returns anBruce Momjian
2012-11-19Improve handling of INT_MIN / -1 and related cases.Tom Lane
2012-11-19Fix archive_cleanup_command.Heikki Linnakangas
2012-11-18Limit values of archive_timeout, post_auth_delay, auth_delay.milliseconds.Tom Lane
2012-11-18Fix syslogger to not fail when log_rotation_age exceeds 2^31 milliseconds.Tom Lane
2012-11-18Assert that WaitLatch's timeout is not more than INT_MAX milliseconds.Tom Lane
2012-11-17doc: Put pg_temp into documentation indexPeter Eisentraut
2012-11-16Add -Wlogical-op to standard compiler flags, if supportedPeter Eisentraut
2012-11-16Improve check_partial_indexes() to consider join clauses in proof attempts.Tom Lane
2012-11-15doc: Put commas in the right place on pg_restore reference pagePeter Eisentraut
2012-11-15In pg_upgrade, add third meaningless parameter to open().Bruce Momjian
2012-11-14In pg_upgrade, copy fsm, vm, and extent files by checking for fileBruce Momjian
2012-11-14Fix the int8 and int2 cases of (minimum possible integer) % (-1).Tom Lane
2012-11-14Mark pg_upgrade's free_db_and_rel_infos() as a static function.Bruce Momjian
2012-11-14Adjust find_status for newer Linux 'nm' output format.Bruce Momjian
2012-11-13Fix memory leaks in record_out() and record_send().Tom Lane
2012-11-13Skip searching for subxact locks at commit.Simon Riggs
2012-11-13Clarify docs on hot standby lock releaseSimon Riggs
2012-11-13doc: Add link to CREATE TABLE AS on CREATE TABLE reference pagePeter Eisentraut
2012-11-13Fix multiple problems in WAL replay.Tom Lane
2012-11-13Use a stamp file for the XSLT HTML doc buildPeter Eisentraut
2012-11-12Oops, have to rename local variables called 'errcontext' in contrib, too.Heikki Linnakangas
2012-11-12Use correct text domain for translating errcontext() messages.Heikki Linnakangas
2012-11-12Silence "expression result unused" warnings in AssertVariableIsOfTypeMacroHeikki Linnakangas
2012-11-12doc: "only relevant" -> "relevant only"Peter Eisentraut
2012-11-12Check for stack overflow in transformSetOperationTree().Tom Lane
2012-11-09Remove leftover LWLockRelease() callAlvaro Herrera