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
2011-11-08
Make VACUUM avoid waiting for a cleanup lock, where possible.
Robert Haas
2011-11-07
Fix timestamp range subdiff functions, when using float datetimes.
Heikki Linnakangas
2011-11-05
Don't assume that a tuple's header size is unchanged during toasting.
Tom Lane
2011-11-04
Move user functions related to WAL into xlogfuncs.c
Simon Riggs
2011-11-03
Fix inline_set_returning_function() to allow multiple OUT parameters.
Tom Lane
2011-11-03
Do not treat a superuser as a member of every role for HBA purposes.
Andrew Dunstan
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
Avoid scanning nulls at the beginning of a btree index scan.
Tom Lane
2011-11-02
Fix btree stop-at-nulls logic properly.
Tom Lane
2011-11-02
Update more comments about checkpoints being done by bgwriter
Simon Riggs
2011-11-02
Reduce checkpoints and WAL traffic on low activity database server
Simon Riggs
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
Start Hot Standby faster when initial snapshot is incomplete.
Simon Riggs
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-02
Initialize myProcLocks queues just once, at postmaster startup.
Robert Haas
2011-11-02
Preserve Var location information during flatten_join_alias_vars.
Tom Lane
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-11-01
Comment changes to show bgwriter no longer performs checkpoints.
Simon Riggs
2011-11-01
Have checkpointer send stats once each processing loop.
Simon Riggs
2011-11-01
Add new file for checkpointer.c
Simon Riggs
2011-11-01
Split work of bgwriter between 2 processes: bgwriter and checkpointer.
Simon Riggs
2011-10-31
Stop btree indexscans upon reaching nulls in either direction.
Tom Lane
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
Update visibilitymap.c header comments.
Robert Haas
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-27
Fix the number of lwlocks needed by the "fast path" lock patch. It needs
Heikki Linnakangas
2011-10-26
Improve planner's ability to recognize cases where an IN's RHS is unique.
Tom Lane
2011-10-26
Change FK trigger naming convention to fix self-referential FKs.
Tom Lane
2011-10-26
Change FK trigger creation order to better support self-referential FKs.
Tom Lane
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-22
Fix overly-complicated usage of errcode_for_file_access().
Heikki Linnakangas
2011-10-21
Code review for pgstat_get_crashed_backend_activity patch.
Tom Lane
2011-10-21
More cleanup after failed reduced-lock-levels-for-DDL feature.
Tom Lane
2011-10-21
Try to log current the query string when a backend crashes.
Robert Haas
2011-10-21
Fix DROP OPERATOR FAMILY IF EXISTS.
Robert Haas
2011-10-20
Simplify and improve ProcessStandbyHSFeedbackMessage logic.
Tom Lane
2011-10-20
Fix get_object_namespace() not to think extensions are "in" a schema.
Robert Haas
2011-10-20
Add "skipping" to the NOTICE produced by DROP OPERATOR CLASS IF EXISTS.
Robert Haas
2011-10-20
Consolidate DROP handling for some object types.
Robert Haas
2011-10-19
Suppress -Wunused-result warnings about write() and fwrite().
Tom Lane
[next]