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
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
Age
Commit message (
Expand
)
Author
2011-07-20
Support SECURITY LABEL on databases, tablespaces, and roles.
Robert Haas
2011-07-20
Rewrite libxml error handling to be more robust.
Tom Lane
2011-07-19
Make isolationtester more robust on locked commands
Alvaro Herrera
2011-07-19
Increase deadlock_timeout to 100ms in FK isolation tests
Alvaro Herrera
2011-07-19
Add expected regress output on stricter isolation levels
Alvaro Herrera
2011-07-19
Remove O(N^2) performance issue with multiple SAVEPOINTs.
Simon Riggs
2011-07-19
Some refinement for the "fast path" lock patch.
Robert Haas
2011-07-19
Remove superfluous variable.
Robert Haas
2011-07-19
Introduce sending servers as new category for replication params
Simon Riggs
2011-07-19
Fix typo
Peter Eisentraut
2011-07-19
Change debug message from ereport to elog
Peter Eisentraut
2011-07-19
Cascading replication feature for streaming log-based replication.
Simon Riggs
2011-07-18
Add GET STACKED DIAGNOSTICS plpgsql command to retrieve exception info.
Tom Lane
2011-07-18
Adapted expected result for latest change to ecpglib.
Michael Meskes
2011-07-18
Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.
Robert Haas
2011-07-18
Made ecpglib write double with a precision of 15 digits.
Michael Meskes
2011-07-18
Create a "fast path" for acquiring weak relation locks.
Robert Haas
2011-07-18
Add pg_opfamily_is_visible.
Robert Haas
2011-07-17
Further thoughts about temp_file_limit patch.
Tom Lane
2011-07-17
Add temp_file_limit GUC parameter to constrain temporary file space usage.
Tom Lane
2011-07-16
Improve make_subplanTargetList to avoid including Vars unnecessarily.
Tom Lane
2011-07-16
Replace errdetail("%s", ...) with errdetail_internal("%s", ...).
Tom Lane
2011-07-16
Use errdetail_internal() for SSI transaction cancellation details.
Tom Lane
2011-07-16
Add an errdetail_internal() ereport auxiliary routine.
Tom Lane
2011-07-16
Fix SSPI login when multiple roundtrips are required
Magnus Hagander
2011-07-15
Set different deadlock_timeout on each session in new isolation tests
Alvaro Herrera
2011-07-15
Set information_schema.tables.commit_action to null
Peter Eisentraut
2011-07-15
Change the way the offset of downlink is stored in GISTInsertStack.
Heikki Linnakangas
2011-07-15
Fix two ancient bugs in GiST code to re-find a parent after page split:
Heikki Linnakangas
2011-07-14
In planner, don't assume that empty parent tables aren't really empty.
Tom Lane
2011-07-14
Set information_schema.routines.is_udt_dependent to NO
Peter Eisentraut
2011-07-14
Update some comments to clarify who does what in targetlist creation.
Tom Lane
2011-07-13
Implement information schema interval_type columns
Peter Eisentraut
2011-07-13
Blind attempt at fixing isolation_tester on Win32
Alvaro Herrera
2011-07-12
Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.
Tom Lane
2011-07-12
Add support for blocked commands in isolationtester
Alvaro Herrera
2011-07-12
perltidy run over msvc build system
Magnus Hagander
2011-07-12
Add C comment that txid_current() assigns an XID if one is not already
Bruce Momjian
2011-07-11
Fix and clarify information schema interval_precision fields
Peter Eisentraut
2011-07-09
Try to acquire relation locks in RangeVarGetRelid.
Robert Haas
2011-07-08
Fix another oversight in logging of changes in postgresql.conf settings.
Tom Lane
2011-07-08
Introduce a pipe between postmaster and each backend, which can be used to
Heikki Linnakangas
2011-07-08
Fix one overflow and one signedness error, caused by the patch to calculate
Heikki Linnakangas
2011-07-08
Message style improvements
Peter Eisentraut
2011-07-07
There's a small window wherein a transaction is committed but not yet
Heikki Linnakangas
2011-07-07
SSI has a race condition, where the order of commit sequence numbers of
Heikki Linnakangas
2011-07-07
Reclassify replication-related GUC variables as "master" and "standby".
Tom Lane
2011-07-07
Adjust OLDSERXID_MAX_PAGE based on BLCKSZ.
Robert Haas
2011-07-07
Finish disabling reduced-lock-levels-for-DDL feature.
Tom Lane
2011-07-07
Fix a bug with SSI and prepared transactions:
Heikki Linnakangas
[next]