summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-11-13Attempt to fix MSVC builds broken by parallel make changes.Andrew Dunstan
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-10Don't use __declspec (dllimport) for PGDLLEXPORT to reduce warningsItagaki Takahiro
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-07Implement an "S" option for psql's \dn command.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-03Reduce recursion depth in recently-added regression test.Tom Lane
2010-11-03Use only one hash entry for all instances of a pltcl trigger function.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-02Some cleanup in ecpg code:Michael Meskes
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-31Revert removal of trigger flag from plperl function hash key.REL9_1_ALPHA2Tom Lane
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-29Give a more specific error message if you try to COMMIT, ROLLBACK or COPYHeikki Linnakangas
2010-10-29Allow generic record arguments to plperl functionsAndrew Dunstan
2010-10-28Add tab completion for psql \dg and \zPeter Eisentraut
2010-10-28Make \? output of \dg and \du the samePeter Eisentraut
2010-10-28Save a few cycles in plpgsql simple-expression initialization.Tom Lane
2010-10-28Fix plpgsql's handling of "simple" expression evaluation.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-27Fix up some oversights in psql's Unicode-escape support.Tom Lane
2010-10-27Add a client authentication hook.Robert Haas
2010-10-26Minor fixups for psql's process_file() function.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-26Add missing newlines at end of filesPeter Eisentraut
2010-10-26Fix typos "are are".Itagaki Takahiro
2010-10-25Refactor typenameTypeId()Peter Eisentraut