summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* More duplicate word removal.Robert Haas2012-05-024-4/+4
* Remove duplicate words in comments.Heikki Linnakangas2012-05-025-5/+5
* Kill some remaining references to SVR4 and univel.Tom Lane2012-05-022-5/+3
* Tweak psql to print row counts when \x auto chooses non-expanded output.Robert Haas2012-05-015-30/+62
* Remove dead portsPeter Eisentraut2012-05-0139-798/+5
* Improve markup of cmdsynopsis elementsPeter Eisentraut2012-04-308-89/+109
* Fix display of <command> elements on man pagesPeter Eisentraut2012-04-304-4/+18
* Converge all SQL-level statistics timing values to float8 milliseconds.Tom Lane2012-04-309-78/+80
* Mark ReThrowError() with attribute noreturnPeter Eisentraut2012-04-301-1/+1
* Remove duplicate word in comment.Robert Haas2012-04-301-1/+1
* Add comments suggesting usage of git_changelog to generate release notes.Bruce Momjian2012-04-301-0/+6
* Rename I/O timing statistics columns to blk_read_time and blk_write_time.Tom Lane2012-04-2916-79/+79
* Rename track_iotiming GUC to track_io_timing.Tom Lane2012-04-297-17/+18
* Further editorialization on the new documentation for statistics views.Tom Lane2012-04-291-238/+185
* Change return type of ExceptionalCondition to void and mark it noreturnPeter Eisentraut2012-04-293-17/+6
* Simplify makefile rulePeter Eisentraut2012-04-291-2/+1
* Make a copy-editing pass over the new documentation for statistics views.Tom Lane2012-04-291-649/+633
* Adjust timing units in pg_stat_statements.Tom Lane2012-04-282-25/+25
* Clear I/O timing counters after sending them to the stats collector.Tom Lane2012-04-281-2/+4
* PL/Python: Update list of supported environment variablesPeter Eisentraut2012-04-281-0/+4
* Fix printing of whole-row Vars at top level of a SELECT targetlist.Tom Lane2012-04-271-13/+32
* Add options to git_changelog for use in major release note creation:Bruce Momjian2012-04-271-15/+53
* Fix syslogger's rotation disable/re-enable logic.Tom Lane2012-04-271-6/+20
* Prevent index-only scans from returning wrong answers under Hot Standby.Robert Haas2012-04-267-11/+36
* Improve documentation around historical calendar rules.Tom Lane2012-04-262-39/+40
* Fix oversight in recent parameterized-path patch.Tom Lane2012-04-263-5/+75
* PL/Python: Accept strings in functions returning composite typesPeter Eisentraut2012-04-267-47/+151
* psql: Tab completion updatesPeter Eisentraut2012-04-261-7/+31
* Modify create_index regression test to avoid intermittent failures.Tom Lane2012-04-252-13/+15
* Fix planner's handling of RETURNING lists in writable CTEs.Tom Lane2012-04-256-50/+116
* Fix edge-case behavior of pg_next_dst_boundary().Tom Lane2012-04-251-11/+12
* Remove prototype for nonexistent function.Robert Haas2012-04-251-1/+0
* Another trivial comment-typo fix.Tom Lane2012-04-251-2/+2
* PL/Python: Improve error messagesPeter Eisentraut2012-04-251-2/+2
* Standardize indentation of XSL filesPeter Eisentraut2012-04-241-11/+11
* entab: Improve makefilePeter Eisentraut2012-04-241-9/+3
* Fix minor stylistic issuePeter Eisentraut2012-04-241-1/+1
* Casts to or from a domain type are ignored; warn and document.Robert Haas2012-04-243-0/+17
* Another typographical correction.Robert Haas2012-04-241-2/+3
* Lots of doc corrections.Robert Haas2012-04-2371-81/+81
* Rearrange lazy_scan_heap to avoid visibility map race conditions.Robert Haas2012-04-231-39/+46
* Reduce hash size for compute_array_stats, compute_tsvector_stats.Robert Haas2012-04-232-2/+2
* Minor improvements for CHECK NO INHERIT documentation.Robert Haas2012-04-232-4/+3
* Fix some typosPeter Eisentraut2012-04-223-3/+3
* Use fuzzy not exact cost comparison for the final tie-breaker in add_path.Tom Lane2012-04-212-22/+38
* Recast "ONLY" column CHECK constraints as NO INHERITAlvaro Herrera2012-04-2027-133/+197
* Adjust join_search_one_level's handling of clauseless joins.Tom Lane2012-04-201-19/+27
* Revise parameterized-path mechanism to fix assorted issues.Tom Lane2012-04-1930-776/+1787
* Untabify DSSSL and XSL files and add to check-tabs targetPeter Eisentraut2012-04-193-287/+287
* Remove bogus comment from HeapTupleSatisfiesNow.Robert Haas2012-04-181-10/+0