index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2012-04-30
Add comments suggesting usage of git_changelog to generate release notes.
Bruce Momjian
2012-04-29
Rename I/O timing statistics columns to blk_read_time and blk_write_time.
Tom Lane
2012-04-29
Rename track_iotiming GUC to track_io_timing.
Tom Lane
2012-04-29
Further editorialization on the new documentation for statistics views.
Tom Lane
2012-04-29
Change return type of ExceptionalCondition to void and mark it noreturn
Peter Eisentraut
2012-04-29
Simplify makefile rule
Peter Eisentraut
2012-04-29
Make a copy-editing pass over the new documentation for statistics views.
Tom Lane
2012-04-28
Adjust timing units in pg_stat_statements.
Tom Lane
2012-04-28
Clear I/O timing counters after sending them to the stats collector.
Tom Lane
2012-04-28
PL/Python: Update list of supported environment variables
Peter Eisentraut
2012-04-27
Fix printing of whole-row Vars at top level of a SELECT targetlist.
Tom Lane
2012-04-27
Add options to git_changelog for use in major release note creation:
Bruce Momjian
2012-04-27
Fix syslogger's rotation disable/re-enable logic.
Tom Lane
2012-04-27
Prevent index-only scans from returning wrong answers under Hot Standby.
Robert Haas
2012-04-26
Improve documentation around historical calendar rules.
Tom Lane
2012-04-26
Fix oversight in recent parameterized-path patch.
Tom Lane
2012-04-26
PL/Python: Accept strings in functions returning composite types
Peter Eisentraut
2012-04-26
psql: Tab completion updates
Peter Eisentraut
2012-04-26
Modify create_index regression test to avoid intermittent failures.
Tom Lane
2012-04-26
Fix planner's handling of RETURNING lists in writable CTEs.
Tom Lane
2012-04-25
Fix edge-case behavior of pg_next_dst_boundary().
Tom Lane
2012-04-25
Remove prototype for nonexistent function.
Robert Haas
2012-04-25
Another trivial comment-typo fix.
Tom Lane
2012-04-25
PL/Python: Improve error messages
Peter Eisentraut
2012-04-24
Standardize indentation of XSL files
Peter Eisentraut
2012-04-24
entab: Improve makefile
Peter Eisentraut
2012-04-24
Fix minor stylistic issue
Peter Eisentraut
2012-04-24
Casts to or from a domain type are ignored; warn and document.
Robert Haas
2012-04-24
Another typographical correction.
Robert Haas
2012-04-24
Lots of doc corrections.
Robert Haas
2012-04-24
Rearrange lazy_scan_heap to avoid visibility map race conditions.
Robert Haas
2012-04-24
Reduce hash size for compute_array_stats, compute_tsvector_stats.
Robert Haas
2012-04-24
Minor improvements for CHECK NO INHERIT documentation.
Robert Haas
2012-04-22
Fix some typos
Peter Eisentraut
2012-04-21
Use fuzzy not exact cost comparison for the final tie-breaker in add_path.
Tom Lane
2012-04-21
Recast "ONLY" column CHECK constraints as NO INHERIT
Alvaro Herrera
2012-04-21
Adjust join_search_one_level's handling of clauseless joins.
Tom Lane
2012-04-19
Revise parameterized-path mechanism to fix assorted issues.
Tom Lane
2012-04-19
Untabify DSSSL and XSL files and add to check-tabs target
Peter Eisentraut
2012-04-18
Remove bogus comment from HeapTupleSatisfiesNow.
Robert Haas
2012-04-18
Finish rename of FastPathStrongLocks to FastPathStrongRelationLocks.
Robert Haas
2012-04-18
Tighten up error recovery for fast-path locking.
Robert Haas
2012-04-18
Fix incorrect comment in SetBufferCommitInfoNeedsSave().
Robert Haas
2012-04-18
After PageSetAllVisible, use MarkBufferDirty.
Robert Haas
2012-04-18
Fix copyfuncs/equalfuncs support for ReassignOwnedStmt.
Robert Haas
2012-04-18
Fix various infelicities in node functions.
Robert Haas
2012-04-18
Doc clarification for synchronous_commit.
Robert Haas
2012-04-18
psql: Add tab completion for CREATE/ALTER ROLE name WITH
Peter Eisentraut
2012-04-17
Don't override arguments set via options with positional arguments.
Andrew Dunstan
2012-04-17
Don't wait for the commit record to be replicated if we wrote no WAL.
Heikki Linnakangas
[next]