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
/
include
Age
Commit message (
Expand
)
Author
2011-12-02
During recovery, if we reach consistent state and still have entries in the
Heikki Linnakangas
2011-11-30
Improve table locking behavior in the face of current DDL.
Robert Haas
2011-11-28
Ensure that whole-row junk Vars are always of composite type.
Tom Lane
2011-11-27
Improve GiST range-contained-by searches by adding a flag for 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-25
Fix unsupported options in CREATE TABLE ... AS EXECUTE.
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-18
Further review of range-types patch.
Tom Lane
2011-11-18
Do missed autoheader run for previous commit.
Tom Lane
2011-11-18
Further consolidation of DROP statement handling.
Robert Haas
2011-11-17
Declare range inclusion operators as taking anyelement not anynonarray.
Tom Lane
2011-11-17
Remove ancient downcasing code from procedural language operations.
Robert Haas
2011-11-16
Code review for range-types catalog entries.
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
Fix copyright notices, other minor editing in new range-types code.
Tom Lane
2011-11-13
Wakeup WALWriter as needed for asynchronous commit performance.
Simon Riggs
2011-11-10
Revert removal of trace_userlocks, because userlocks aren't gone.
Robert Haas
2011-11-10
Fix server header file installation with vpath builds
Peter Eisentraut
2011-11-09
In COPY, insert tuples to the heap in batches.
Heikki Linnakangas
2011-11-09
Wrap appendrel member outputs in PlaceHolderVars in additional cases.
Tom Lane
2011-11-08
Make DatumGetInetP() unpack inet datums with a 1-byte header, and add
Heikki Linnakangas
2011-11-08
Make VACUUM avoid waiting for a cleanup lock, where possible.
Robert Haas
2011-11-06
Oops, forgot to fix the catversion when I committed the range types patch.
Heikki Linnakangas
2011-11-04
Move user functions related to WAL into xlogfuncs.c
Simon Riggs
2011-11-03
Improve comments for TSLexeme data structure.
Tom Lane
2011-11-03
Support range data types.
Heikki Linnakangas
2011-11-03
Fix handling of PlaceHolderVars in nestloop parameter management.
Tom Lane
2011-11-02
Refactor xlog.c to create src/backend/postmaster/startup.c
Simon Riggs
2011-11-02
Derive oldestActiveXid at correct time for Hot Standby.
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
Split work of bgwriter between 2 processes: bgwriter and checkpointer.
Simon Riggs
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-28
Demote some sanity checks in BufferIsValid() to assertions.
Robert Haas
2011-10-26
Improve planner's ability to recognize cases where an IN's RHS is unique.
Tom Lane
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-20
Consolidate DROP handling for some object types.
Robert Haas
2011-10-18
Remove unnecessary AssertMacro() to suppress gcc 4.6 compiler warning.
Tom Lane
2011-10-16
Avoid assuming that index-only scan data matches the index's rowtype.
Tom Lane
[next]