aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Mark ReThrowError() with attribute noreturnPeter Eisentraut2012-04-30
* Remove duplicate word in comment.Robert Haas2012-04-30
* Add comments suggesting usage of git_changelog to generate release notes.Bruce Momjian2012-04-30
* Rename I/O timing statistics columns to blk_read_time and blk_write_time.Tom Lane2012-04-29
* Rename track_iotiming GUC to track_io_timing.Tom Lane2012-04-29
* Change return type of ExceptionalCondition to void and mark it noreturnPeter Eisentraut2012-04-29
* Simplify makefile rulePeter Eisentraut2012-04-29
* Clear I/O timing counters after sending them to the stats collector.Tom Lane2012-04-28
* Fix printing of whole-row Vars at top level of a SELECT targetlist.Tom Lane2012-04-27
* Add options to git_changelog for use in major release note creation:Bruce Momjian2012-04-27
* Fix syslogger's rotation disable/re-enable logic.Tom Lane2012-04-27
* Prevent index-only scans from returning wrong answers under Hot Standby.Robert Haas2012-04-26
* Fix oversight in recent parameterized-path patch.Tom Lane2012-04-26
* PL/Python: Accept strings in functions returning composite typesPeter Eisentraut2012-04-26
* psql: Tab completion updatesPeter Eisentraut2012-04-26
* Modify create_index regression test to avoid intermittent failures.Tom Lane2012-04-25
* Fix planner's handling of RETURNING lists in writable CTEs.Tom Lane2012-04-25
* Fix edge-case behavior of pg_next_dst_boundary().Tom Lane2012-04-25
* Remove prototype for nonexistent function.Robert Haas2012-04-25
* Another trivial comment-typo fix.Tom Lane2012-04-25
* PL/Python: Improve error messagesPeter Eisentraut2012-04-25
* entab: Improve makefilePeter Eisentraut2012-04-24
* Casts to or from a domain type are ignored; warn and document.Robert Haas2012-04-24
* Lots of doc corrections.Robert Haas2012-04-23
* Rearrange lazy_scan_heap to avoid visibility map race conditions.Robert Haas2012-04-23
* Reduce hash size for compute_array_stats, compute_tsvector_stats.Robert Haas2012-04-23
* Fix some typosPeter Eisentraut2012-04-22
* Use fuzzy not exact cost comparison for the final tie-breaker in add_path.Tom Lane2012-04-21
* Recast "ONLY" column CHECK constraints as NO INHERITAlvaro Herrera2012-04-20
* Adjust join_search_one_level's handling of clauseless joins.Tom Lane2012-04-20
* Revise parameterized-path mechanism to fix assorted issues.Tom Lane2012-04-19
* Remove bogus comment from HeapTupleSatisfiesNow.Robert Haas2012-04-18
* Finish rename of FastPathStrongLocks to FastPathStrongRelationLocks.Robert Haas2012-04-18
* Tighten up error recovery for fast-path locking.Robert Haas2012-04-18
* Fix incorrect comment in SetBufferCommitInfoNeedsSave().Robert Haas2012-04-18
* After PageSetAllVisible, use MarkBufferDirty.Robert Haas2012-04-18
* Fix copyfuncs/equalfuncs support for ReassignOwnedStmt.Robert Haas2012-04-18
* Fix various infelicities in node functions.Robert Haas2012-04-18
* psql: Add tab completion for CREATE/ALTER ROLE name WITHPeter Eisentraut2012-04-18
* Don't override arguments set via options with positional arguments.Andrew Dunstan2012-04-17
* Don't wait for the commit record to be replicated if we wrote no WAL.Heikki Linnakangas2012-04-17
* Fix typoPeter Eisentraut2012-04-16
* Install plpgsql.h to to include/server at "make install".Heikki Linnakangas2012-04-16
* PL/Python: Improve documentation of nrows() methodPeter Eisentraut2012-04-16
* PL/Python: Fix crash when colnames() etc. called without result setPeter Eisentraut2012-04-15
* Add missing descriptions about '--timeout' and '--mode' to helpTatsuo Ishii2012-04-15
* Rename synchronous_commit='write' to 'remote_write'.Robert Haas2012-04-14
* pg_size_pretty(numeric)Robert Haas2012-04-14
* Remove the "last ditch" code path in join_search_one_level().Tom Lane2012-04-13
* Weaken the planner's tests for relevant joinclauses.Tom Lane2012-04-13