aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Work around make 3.80 bug with long expansions of $(eval).Tom Lane2010-11-14
* Add missing outfuncs.c support for struct InhRelation.Tom Lane2010-11-13
* Attempt to fix MSVC builds broken by parallel make changes.Andrew Dunstan2010-11-12
* Move copydir() prototype into its own header file.Robert Haas2010-11-12
* Fix old oversight in const-simplification of COALESCE() expressions.Tom Lane2010-11-12
* Improved parallel make supportPeter Eisentraut2010-11-12
* docs -> documentationPeter Eisentraut2010-11-12
* Add missing support for removing foreign data wrapper / server privilegesHeikki Linnakangas2010-11-12
* Fix bug introduced by the recent patch to check that the checkpoint redoHeikki Linnakangas2010-11-11
* Fix line_construct_pm() for the case of "infinite" (DBL_MAX) slope.Tom Lane2010-11-10
* Mention that pg_upgrade requires compatible 32/64-bit binaries.Bruce Momjian2010-11-10
* Add monitoring function pg_last_xact_replay_timestamp.Robert Haas2010-11-09
* Don't use __declspec (dllimport) for PGDLLEXPORT to reduce warningsItagaki Takahiro2010-11-10
* Merge docs for CREATE CONSTRAINT TRIGGER and CREATE TRIGGERAlvaro Herrera2010-11-09
* Improve pg_ctl's man page.Tom Lane2010-11-09
* Repair memory leakage while ANALYZE-ing complex index expressions.Tom Lane2010-11-09
* In rewriteheap.c (used by VACUUM FULL and CLUSTER), calculate the tupleHeikki Linnakangas2010-11-09
* plpython has plpy.Error instead of plpy.ERRORAlvaro Herrera2010-11-09
* Fix error handling in temp-file deletion with log_temp_files active.Tom Lane2010-11-08
* Fix permanent memory leak in autovacuum launcherAlvaro Herrera2010-11-08
* Use appendrel planning logic for top-level UNION ALL structures.Tom Lane2010-11-08
* Prevent invoking I/O conversion casts via functional/attribute notation.Tom Lane2010-11-07
* Implement an "S" option for psql's \dn command.Tom Lane2010-11-06
* Add support for detecting register-stack overrun on IA64.Tom Lane2010-11-06
* Make get_stack_depth_rlimit() handle RLIM_INFINITY more sanely.Tom Lane2010-11-06
* Include the current value of max_stack_depth in stack depth complaints.Tom Lane2010-11-04
* Allow moddatetime's target column to be of type timestamptz.Tom Lane2010-11-04
* Use appendStringInfoString() where appropriate in elog.c.Tom Lane2010-11-04
* Reimplement planner's handling of MIN/MAX aggregate optimization.Tom Lane2010-11-04
* Reduce recursion depth in recently-added regression test.Tom Lane2010-11-03
* Use only one hash entry for all instances of a pltcl trigger function.Tom Lane2010-11-03
* Print a make warning when using GNU make older than 3.80Peter Eisentraut2010-11-03
* Fix adjust_semi_join to be more cautious about clauseless joins.Tom Lane2010-11-02
* Fix buffer overrun in pg_upgrade.Tom Lane2010-11-02
* Ensure an index that uses a whole-row Var still depends on its table.Tom Lane2010-11-02
* Some cleanup in ecpg code:Michael Meskes2010-11-02
* Bootstrap WAL to begin at segment logid=0 logseg=1 (000000010000000000000001)Heikki Linnakangas2010-11-02
* Avoid using a local FunctionCallInfoData struct in ExecMakeFunctionResultTom Lane2010-11-01
* Fix corner-case bug in tracking of latest removed WAL segment duringHeikki Linnakangas2010-11-01
* Revert removal of trigger flag from plperl function hash key.REL9_1_ALPHA2Tom Lane2010-10-31
* Provide hashing support for arrays.Tom Lane2010-10-30
* Change version number in release notes to 9.1alpha2Peter Eisentraut2010-10-30
* Last-minute updates to 9.1alpha2 release notesPeter Eisentraut2010-10-30
* Fix comparisons of pointers with zero to compare with NULL instead.Tom Lane2010-10-29
* Oops, missed one fix for EquivalenceClass rearrangement.Tom Lane2010-10-29
* Avoid creation of useless EquivalenceClasses during planning.Tom Lane2010-10-29
* Give a more specific error message if you try to COMMIT, ROLLBACK or COPYHeikki Linnakangas2010-10-29
* Allow generic record arguments to plperl functionsAndrew Dunstan2010-10-28
* Add tab completion for psql \dg and \zPeter Eisentraut2010-10-28
* Make \? output of \dg and \du the samePeter Eisentraut2010-10-28