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
path:
root
/
src
/
backend
Age
Commit message (
Expand
)
Author
2012-04-25
Another trivial comment-typo fix.
Tom Lane
2012-04-24
Casts to or from a domain type are ignored; warn and document.
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-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-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-17
Don't wait for the commit record to be replicated if we wrote no WAL.
Heikki Linnakangas
2012-04-16
Fix typo
Peter Eisentraut
2012-04-14
Rename synchronous_commit='write' to 'remote_write'.
Robert Haas
2012-04-14
pg_size_pretty(numeric)
Robert Haas
2012-04-13
Remove the "last ditch" code path in join_search_one_level().
Tom Lane
2012-04-13
Weaken the planner's tests for relevant joinclauses.
Tom Lane
2012-04-13
Rename bytea_agg to string_agg and add delimiter argument
Peter Eisentraut
2012-04-13
Consistently quote encoding and locale names in messages
Peter Eisentraut
2012-04-13
Fix typo in comment.
Robert Haas
2012-04-13
Update lazy_scan_heap header comment.
Robert Haas
2012-04-12
Fix cost estimation for indexscan filter conditions.
Tom Lane
2012-04-11
Silently ignore any nonexistent schemas that are listed in search_path.
Tom Lane
2012-04-11
Make pg_tablespace_location(0) return the database's default tablespace.
Tom Lane
2012-04-10
Measure epoch of timestamp-without-time-zone from local not UTC midnight.
Tom Lane
2012-04-09
Fix an Assert that turns out to be reachable after all.
Tom Lane
2012-04-09
Don't bother copying empty support arrays in a zero-column MergeJoin.
Tom Lane
2012-04-09
Teach SLRU code to avoid replacing I/O-busy pages.
Robert Haas
2012-04-08
set_stack_base() no longer needs to be called in PostgresMain.
Heikki Linnakangas
2012-04-08
Do stack-depth checking in all postmaster children.
Heikki Linnakangas
2012-04-07
Fix incorrect make maintainer-clean rule.
Tom Lane
2012-04-07
Further adjustment of comment about qsort_tuple.
Tom Lane
2012-04-07
Remove useless variable to suppress compiler warning.
Tom Lane
2012-04-06
Fix misleading output from gin_desc().
Tom Lane
2012-04-06
Fix broken comparetup_datum code.
Tom Lane
2012-04-06
Dept of second thoughts: improve the API for AnalyzeForeignTable.
Tom Lane
2012-04-06
Allow statistics to be collected for foreign tables.
Tom Lane
2012-04-06
Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLock
Simon Riggs
2012-04-06
checkopint -> checkpoint
Robert Haas
2012-04-05
Publish checkpoint timing information to pg_stat_bgwriter.
Robert Haas
2012-04-05
Expose track_iotiming data via the statistics collector.
Robert Haas
2012-04-04
Fix syslogger to not lose log coherency under high load.
Tom Lane
2012-04-03
Add support for renaming domain constraints
Peter Eisentraut
2012-03-29
Correct epoch of txid_current() when executed on a Hot Standby server.
Simon Riggs
[next]