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
/
utils
Age
Commit message (
Expand
)
Author
2011-12-07
Better error reporting if the link target is too long
Magnus Hagander
2011-12-07
Remove spclocation field from pg_tablespace
Magnus Hagander
2011-12-07
Create a "sort support" interface API for faster sorting.
Tom Lane
2011-12-01
Fix getTypeIOParam to support type record[].
Tom Lane
2011-11-30
Improve table locking behavior in the face of current DDL.
Robert Haas
2011-11-30
Tweak previous patch to ensure edata->filename always gets initialized.
Tom Lane
2011-11-30
Strip file names reported in error messages in vpath builds
Peter Eisentraut
2011-11-27
Improve GiST range-contained-by searches by adding a flag for empty ranges.
Tom Lane
2011-11-26
Make GiST index searches smarter about queries against empty ranges.
Tom Lane
2011-11-25
Improve logging of autovacuum I/O activity
Alvaro Herrera
2011-11-25
Move "hot" members of PGPROC into a separate PGXACT array.
Robert Haas
2011-11-23
Adjust range_adjacent to support different canonicalization rules.
Tom Lane
2011-11-23
Remove user-selectable ANALYZE option for range types.
Tom Lane
2011-11-23
Remove zero- and one-argument range constructor functions.
Tom Lane
2011-11-22
Improve implementation of range-contains-element tests.
Tom Lane
2011-11-22
Still more review for range-types patch.
Tom Lane
2011-11-21
More code review for rangetypes patch.
Tom Lane
2011-11-21
Further code review for range types patch.
Tom Lane
2011-11-17
Fix range_cmp_bounds for the case of equal-valued exclusive bounds.
Tom Lane
2011-11-15
Improve caching in range type I/O functions.
Tom Lane
2011-11-15
Restructure function-internal caching in the range type code.
Tom Lane
2011-11-15
Fix alignment and toasting bugs in range types.
Tom Lane
2011-11-14
Return NULL instead of throwing error when desired bound is not available.
Tom Lane
2011-11-14
Return FALSE instead of throwing error for comparisons with empty ranges.
Tom Lane
2011-11-14
Fix copyright notices, other minor editing in new range-types code.
Tom Lane
2011-11-14
Rerun pgindent with updated typedef list.
Bruce Momjian
2011-11-14
Run pgindent on range type files, per request from Tom.
Bruce Momjian
2011-11-10
Revert removal of trace_userlocks, because userlocks aren't gone.
Robert Haas
2011-11-08
Make DatumGetInetP() unpack inet datums with a 1-byte header, and add
Heikki Linnakangas
2011-11-07
Fix timestamp range subdiff functions, when using float datetimes.
Heikki Linnakangas
2011-11-03
Support range data types.
Heikki Linnakangas
2011-11-02
Remove spurious entry from missed catch while patch juggling
Simon Riggs
2011-11-02
Fix timing of Startup CLOG and MultiXact during Hot Standby
Simon Riggs
2011-11-01
Fix race condition with toast table access from a stale syscache entry.
Tom Lane
2011-11-01
Clean up whitespace and indentation in parser and scanner files
Peter Eisentraut
2011-10-30
Support more locale-specific formatting options in cash_out().
Tom Lane
2011-10-30
Further improvement of make_greater_string.
Tom Lane
2011-10-29
Fix assorted bogosities in cash_in() and cash_out().
Tom Lane
2011-10-29
Improve make_greater_string() with encoding-specific incrementers.
Robert Haas
2011-10-28
Allow hint bits to be set sooner for temporary and unlogged tables.
Robert Haas
2011-10-25
Make event_source visible on all platforms
Magnus Hagander
2011-10-25
Support configurable eventlog application names on Windows
Magnus Hagander
2011-10-23
Don't trust deferred-unique indexes for join removal.
Tom Lane
2011-10-22
Support synchronization of snapshots through an export/import procedure.
Tom Lane
2011-10-21
Code review for pgstat_get_crashed_backend_activity patch.
Tom Lane
2011-10-21
Try to log current the query string when a backend crashes.
Robert Haas
2011-10-19
Suppress -Wunused-result warnings about write() and fwrite().
Tom Lane
2011-10-16
Teach btree to handle ScalarArrayOpExpr quals natively.
Tom Lane
2011-10-14
Measure the number of all-visible pages for use in index-only scan costing.
Tom Lane
2011-10-13
Remove all "traces" of trace_userlocks, because userlocks were removed
Bruce Momjian
[next]