summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2010-11-18Add pg_describe_object functionAlvaro Herrera
2010-11-18Dept of second thoughts: don't try to push LIMIT below a SRF.Tom Lane
2010-11-18Remove unused parameter. Patch by Shigeru Hanada.Heikki Linnakangas
2010-11-18Further fallout from the MergeAppend patch.Tom Lane
2010-11-17Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally.Tom Lane
2010-11-17Require VALUE keyword when extending an enum type. Based on a patch from Alva...Andrew Dunstan
2010-11-16Send paramHandle to subprocesses as 64-bit on Win64Magnus Hagander
2010-11-16The GiST scan algorithm uses LSNs to detect concurrent pages splits, butHeikki Linnakangas
2010-11-15Add new buffers_backend_fsync field to pg_stat_bgwriter.Robert Haas
2010-11-15Avoid spurious Hot Standby conflicts from btree delete records.Simon Riggs
2010-11-15Correct poor grammar in comment.Robert Haas
2010-11-15Cleanup various comparisons with the constant "true".Robert Haas
2010-11-14Fix canAcceptConnections() bugs introduced by replication-related patches.Tom Lane
2010-11-13Add missing outfuncs.c support for struct InhRelation.Tom Lane
2010-11-12Move copydir() prototype into its own header file.Robert Haas
2010-11-12Fix old oversight in const-simplification of COALESCE() expressions.Tom Lane
2010-11-12Improved parallel make supportPeter Eisentraut
2010-11-12Add missing support for removing foreign data wrapper / server privilegesHeikki Linnakangas
2010-11-11Fix bug introduced by the recent patch to check that the checkpoint redoHeikki Linnakangas
2010-11-10Fix line_construct_pm() for the case of "infinite" (DBL_MAX) slope.Tom Lane
2010-11-10Add monitoring function pg_last_xact_replay_timestamp.Robert Haas
2010-11-09Repair memory leakage while ANALYZE-ing complex index expressions.Tom Lane
2010-11-09In rewriteheap.c (used by VACUUM FULL and CLUSTER), calculate the tupleHeikki Linnakangas
2010-11-09Fix error handling in temp-file deletion with log_temp_files active.Tom Lane
2010-11-08Fix permanent memory leak in autovacuum launcherAlvaro Herrera
2010-11-08Use appendrel planning logic for top-level UNION ALL structures.Tom Lane
2010-11-07Prevent invoking I/O conversion casts via functional/attribute notation.Tom Lane
2010-11-06Add support for detecting register-stack overrun on IA64.Tom Lane
2010-11-06Make get_stack_depth_rlimit() handle RLIM_INFINITY more sanely.Tom Lane
2010-11-04Include the current value of max_stack_depth in stack depth complaints.Tom Lane
2010-11-04Use appendStringInfoString() where appropriate in elog.c.Tom Lane
2010-11-04Reimplement planner's handling of MIN/MAX aggregate optimization.Tom Lane
2010-11-02Fix adjust_semi_join to be more cautious about clauseless joins.Tom Lane
2010-11-02Ensure an index that uses a whole-row Var still depends on its table.Tom Lane
2010-11-02Bootstrap WAL to begin at segment logid=0 logseg=1 (000000010000000000000001)Heikki Linnakangas
2010-11-01Avoid using a local FunctionCallInfoData struct in ExecMakeFunctionResultTom Lane
2010-11-01Fix corner-case bug in tracking of latest removed WAL segment duringHeikki Linnakangas
2010-10-31Provide hashing support for arrays.Tom Lane
2010-10-29Fix comparisons of pointers with zero to compare with NULL instead.Tom Lane
2010-10-29Oops, missed one fix for EquivalenceClass rearrangement.Tom Lane
2010-10-29Avoid creation of useless EquivalenceClasses during planning.Tom Lane
2010-10-27Previous patch had no detectable virtue other than being a one-liner.Tom Lane
2010-10-27Fix long-standing segfault when accept() or one of the calls made rightHeikki Linnakangas
2010-10-27Add a client authentication hook.Robert Haas
2010-10-26Fix dumb typo in SECURITY LABEL error message.Robert Haas
2010-10-26Before removing backup_label and irrevocably changing pg_control file, checkHeikki Linnakangas
2010-10-25Refactor typenameTypeId()Peter Eisentraut
2010-10-25Fix overly-enthusiastic Assert in printing of Param reference expressions.Tom Lane
2010-10-25Fix inline_set_returning_function() to preserve the invalItems list properly.Tom Lane
2010-10-25Work around rounding misbehavior exposed by buildfarm.Tom Lane