summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-04-29Simplify makefile rulePeter Eisentraut
2012-04-28Clear I/O timing counters after sending them to the stats collector.Tom Lane
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-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-24entab: Improve makefilePeter Eisentraut
2012-04-24Casts to or from a domain type are ignored; warn and document.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-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-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-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
2012-04-16Fix typoPeter Eisentraut
2012-04-16Install plpgsql.h to to include/server at "make install".Heikki Linnakangas
2012-04-16PL/Python: Improve documentation of nrows() methodPeter Eisentraut
2012-04-15PL/Python: Fix crash when colnames() etc. called without result setPeter Eisentraut
2012-04-15Add missing descriptions about '--timeout' and '--mode' to helpTatsuo Ishii
2012-04-14Rename synchronous_commit='write' to 'remote_write'.Robert Haas
2012-04-14pg_size_pretty(numeric)Robert Haas
2012-04-13Remove the "last ditch" code path in join_search_one_level().Tom Lane
2012-04-13Weaken the planner's tests for relevant joinclauses.Tom Lane
2012-04-13Rename bytea_agg to string_agg and add delimiter argumentPeter Eisentraut
2012-04-13Consistently quote encoding and locale names in messagesPeter Eisentraut
2012-04-13Fix typo in comment.Robert Haas
2012-04-13Update lazy_scan_heap header comment.Robert Haas
2012-04-12Fix cost estimation for indexscan filter conditions.Tom Lane
2012-04-11Silently ignore any nonexistent schemas that are listed in search_path.Tom Lane