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