summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2012-05-02Even more duplicate word removal, in the spirit of the seasonPeter Eisentraut
2012-05-02Avoid repeated CLOG access from heap_hot_search_buffer.Robert Haas
2012-05-02Further corrections from the department of redundancy department.Robert Haas
2012-05-02More duplicate word removal.Robert Haas
2012-05-02Remove duplicate words in comments.Heikki Linnakangas
2012-05-02Kill some remaining references to SVR4 and univel.Tom Lane
2012-05-01Remove dead portsPeter Eisentraut
2012-04-30Converge all SQL-level statistics timing values to float8 milliseconds.Tom Lane
2012-04-30Remove duplicate word in comment.Robert Haas
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-29Change return type of ExceptionalCondition to void and mark it noreturnPeter 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-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-26Fix planner's handling of RETURNING lists in writable CTEs.Tom Lane
2012-04-25Another trivial comment-typo fix.Tom Lane
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-17Don't wait for the commit record to be replicated if we wrote no WAL.Heikki Linnakangas
2012-04-16Fix typoPeter Eisentraut
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
2012-04-11Make pg_tablespace_location(0) return the database's default tablespace.Tom Lane
2012-04-10Measure epoch of timestamp-without-time-zone from local not UTC midnight.Tom Lane
2012-04-09Fix an Assert that turns out to be reachable after all.Tom Lane