summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-30Add comments suggesting usage of git_changelog to generate release notes.Bruce Momjian
2012-04-29Rename I/O timing statistics columns to blk_read_time and blk_write_time.Tom Lane
2012-04-29Rename track_iotiming GUC to track_io_timing.Tom Lane
2012-04-29Further editorialization on the new documentation for statistics views.Tom Lane
2012-04-29Change return type of ExceptionalCondition to void and mark it noreturnPeter Eisentraut
2012-04-29Simplify makefile rulePeter Eisentraut
2012-04-29Make a copy-editing pass over the new documentation for statistics views.Tom Lane
2012-04-28Adjust timing units in pg_stat_statements.Tom Lane
2012-04-28Clear I/O timing counters after sending them to the stats collector.Tom Lane
2012-04-28PL/Python: Update list of supported environment variablesPeter Eisentraut
2012-04-27Fix printing of whole-row Vars at top level of a SELECT targetlist.Tom Lane
2012-04-27Add options to git_changelog for use in major release note creation:Bruce Momjian
2012-04-27Fix syslogger's rotation disable/re-enable logic.Tom Lane
2012-04-27Prevent index-only scans from returning wrong answers under Hot Standby.Robert Haas
2012-04-26Improve documentation around historical calendar rules.Tom Lane
2012-04-26Fix oversight in recent parameterized-path patch.Tom Lane
2012-04-26PL/Python: Accept strings in functions returning composite typesPeter Eisentraut
2012-04-26psql: Tab completion updatesPeter Eisentraut
2012-04-26Modify create_index regression test to avoid intermittent failures.Tom Lane
2012-04-26Fix planner's handling of RETURNING lists in writable CTEs.Tom Lane
2012-04-25Fix edge-case behavior of pg_next_dst_boundary().Tom Lane
2012-04-25Remove prototype for nonexistent function.Robert Haas
2012-04-25Another trivial comment-typo fix.Tom Lane
2012-04-25PL/Python: Improve error messagesPeter Eisentraut
2012-04-24Standardize indentation of XSL filesPeter Eisentraut
2012-04-24entab: Improve makefilePeter Eisentraut
2012-04-24Fix minor stylistic issuePeter Eisentraut
2012-04-24Casts to or from a domain type are ignored; warn and document.Robert Haas
2012-04-24Another typographical correction.Robert Haas
2012-04-24Lots of doc corrections.Robert Haas
2012-04-24Rearrange lazy_scan_heap to avoid visibility map race conditions.Robert Haas
2012-04-24Reduce hash size for compute_array_stats, compute_tsvector_stats.Robert Haas
2012-04-24Minor improvements for CHECK NO INHERIT documentation.Robert Haas
2012-04-22Fix some typosPeter Eisentraut
2012-04-21Use fuzzy not exact cost comparison for the final tie-breaker in add_path.Tom Lane
2012-04-21Recast "ONLY" column CHECK constraints as NO INHERITAlvaro Herrera
2012-04-21Adjust join_search_one_level's handling of clauseless joins.Tom Lane
2012-04-19Revise parameterized-path mechanism to fix assorted issues.Tom Lane
2012-04-19Untabify DSSSL and XSL files and add to check-tabs targetPeter Eisentraut
2012-04-18Remove bogus comment from HeapTupleSatisfiesNow.Robert Haas
2012-04-18Finish rename of FastPathStrongLocks to FastPathStrongRelationLocks.Robert Haas
2012-04-18Tighten up error recovery for fast-path locking.Robert Haas
2012-04-18Fix incorrect comment in SetBufferCommitInfoNeedsSave().Robert Haas
2012-04-18After PageSetAllVisible, use MarkBufferDirty.Robert Haas
2012-04-18Fix copyfuncs/equalfuncs support for ReassignOwnedStmt.Robert Haas
2012-04-18Fix various infelicities in node functions.Robert Haas
2012-04-18Doc clarification for synchronous_commit.Robert Haas
2012-04-18psql: Add tab completion for CREATE/ALTER ROLE name WITHPeter Eisentraut
2012-04-17Don't override arguments set via options with positional arguments.Andrew Dunstan
2012-04-17Don't wait for the commit record to be replicated if we wrote no WAL.Heikki Linnakangas