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
2013-11-27
Fix stale-pointer problem in fast-path locking logic.
Tom Lane
2013-11-27
Don't update relfrozenxid if any pages were skipped.
Heikki Linnakangas
2013-11-24
Fix array slicing of int2vector and oidvector values.
Tom Lane
2013-11-23
Avoid potential buffer overflow crash
Peter Eisentraut
2013-11-22
Flatten join alias Vars before pulling up targetlist items from a subquery.
Tom Lane
2013-11-22
Fix Hot-Standby initialization of clog and subtrans.
Heikki Linnakangas
2013-11-18
Count locked pages that don't need vacuuming as scanned.
Heikki Linnakangas
2013-11-15
Fix incorrect loop counts in tidbitmap.c.
Tom Lane
2013-11-15
Compute correct em_nullable_relids in get_eclass_for_sort_expr().
Tom Lane
2013-11-11
Fix failure with whole-row reference to a subquery.
Tom Lane
2013-11-08
Fix race condition in GIN posting tree page deletion.
Heikki Linnakangas
2013-11-08
Make contain_volatile_functions/contain_mutable_functions look into SubLinks.
Tom Lane
2013-11-08
Fix subtly-wrong volatility checking in BeginCopyFrom().
Tom Lane
2013-11-07
Be more robust when strerror() doesn't give a useful result.
Tom Lane
2013-11-07
Prevent display of dropped columns in row constraint violation messages.
Tom Lane
2013-11-07
Fix generation of MergeAppend plans for optimized min/max on expressions.
Tom Lane
2013-11-06
Support default arguments and named-argument notation for window functions.
Tom Lane
2013-11-06
Improve the error message given for modifying a window with frame clause.
Tom Lane
2013-11-03
Prevent memory leaks from accumulating across printtup() calls.
Tom Lane
2013-11-02
Retry after buffer locking failure during SPGiST index creation.
Tom Lane
2013-11-01
Ensure all files created for a single BufFile have the same resource owner.
Tom Lane
2013-11-01
Fix some odd behaviors when using a SQL-style simple GMT offset timezone.
Tom Lane
2013-10-29
Prevent using strncpy with src == dest in TupleDescInitEntry.
Tom Lane
2013-10-23
Fix two bugs in setting the vm bit of empty pages.
Heikki Linnakangas
2013-10-07
Fix bugs in SSI tuple locking.
Heikki Linnakangas
2013-10-07
Translation updates
Peter Eisentraut
2013-10-07
Eliminate xmin from hash tag for predicate locks on heap tuples.
Kevin Grittner
2013-09-30
Fix snapshot leak if lo_open called on non-existent object.
Heikki Linnakangas
2013-09-26
Fix spurious warning after vacuuming a page on a table with no indexes.
Heikki Linnakangas
2013-09-25
Plug memory leak in range_cmp function.
Heikki Linnakangas
2013-09-24
Fix pgindent comment breakage
Alvaro Herrera
2013-09-12
Ignore interrupts during quickdie().
Noah Misch
2013-09-03
Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off.
Tom Lane
2013-08-24
Account better for planning cost when choosing whether to use custom plans.
Tom Lane
2013-08-24
Don't crash when pg_xlog is empty and pg_basebackup -x is used
Magnus Hagander
2013-08-23
In locate_grouping_columns(), don't expect an exact match of Var typmods.
Tom Lane
2013-08-03
Make sure float4in/float8in accept all standard spellings of "infinity".
Tom Lane
2013-08-02
Fix old visibility bug in HeapTupleSatisfiesDirty
Alvaro Herrera
2013-07-31
Fix regexp_matches() handling of zero-length matches.
Tom Lane
2013-07-30
Restore REINDEX constraint validation.
Noah Misch
2013-07-24
Fix booltestsel() for case where we have NULL stats but not MCV stats.
Tom Lane
2013-07-23
Change post-rewriter representation of dropped columns in joinaliasvars.
Tom Lane
2013-07-19
Fix regex match failures for backrefs combined with non-greedy quantifiers.
Tom Lane
2013-07-14
Ensure 64bit arithmetic when calculating tapeSpace
Stephen Frost
2013-07-08
Fix planning of parameterized appendrel paths with expensive join quals.
Tom Lane
2013-06-25
Support clean switchover.
Fujii Masao
2013-06-23
Ensure no xid gaps during Hot Standby startup
Simon Riggs
2013-06-14
Avoid deadlocks during insertion into SP-GiST indexes.
Tom Lane
2013-06-13
Only install a portal's ResourceOwner if it actually has one.
Tom Lane
2013-06-11
Fix cache flush hazard in cache_record_field_properties().
Tom Lane
[next]