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
Age
Commit message (
Expand
)
Author
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
2011-07-07
Fix comments over eagerly c&p'd.
Andrew Dunstan
2011-07-06
Reimplement pgbison and pgflex as perl scripts instead of bat files.
Andrew Dunstan
2011-07-06
Remove assumptions that not-equals operators cannot be in any opclass.
Tom Lane
2011-07-06
Add \ir command to psql.
Robert Haas
2011-07-06
Attempt to standardize formatting of psql queries.
Robert Haas
2011-07-05
Call FDW validator functions even when the options list is empty.
Tom Lane
2011-07-05
Message style improvements of errmsg_internal() calls
Peter Eisentraut
2011-07-05
Fix psql's counting of script file line numbers during COPY.
Tom Lane
2011-07-04
Message style tweaks
Peter Eisentraut
2011-07-04
Set user_defined_types.data_type to null
Peter Eisentraut
2011-07-04
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-07-04
Don't try to use a constraint name as domain name
Alvaro Herrera
2011-07-04
Remove unused variable to silence compiler warning
Peter Eisentraut
2011-07-04
Remove missed reference to SilentMode.
Tom Lane
[next]