index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
Age
Commit message (
Expand
)
Author
2016-09-22
Be sure to rewind the tuplestore read pointer in non-leader CTEScan nodes.
Tom Lane
2016-08-24
Fix improper repetition of previous results from a hashed aggregate.
Tom Lane
2016-08-08
Fix two errors with nested CASE/WHEN constructs.
Tom Lane
2016-07-26
Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields.
Tom Lane
2016-05-23
Fix latent crash in do_text_output_multiline().
Tom Lane
2015-10-04
Further twiddling of nodeHash.c hashtable sizing calculation.
Tom Lane
2015-10-04
Fix possible "invalid memory alloc request size" failure in nodeHash.c.
Tom Lane
2015-08-21
Avoid O(N^2) behavior when enlarging SPI tuple table in spi_printtup().
Tom Lane
2015-07-30
Avoid some zero-divide hazards in the planner.
Tom Lane
2015-03-24
Fix ExecOpenScanRelation to take a lock on a ROW_MARK_COPY relation.
Tom Lane
2015-03-12
Ensure tableoid reads correctly in EvalPlanQual-manufactured tuples.
Tom Lane
2015-02-17
Minor cleanup of column-level priv fix
Stephen Frost
2015-01-28
Fix column-privilege leak in error-message paths
Stephen Frost
2015-01-15
Fix use-of-already-freed-memory problem in EvalPlanQual processing.
Tom Lane
2014-12-11
Fix corner case where SELECT FOR UPDATE could return a row twice.
Tom Lane
2014-07-11
Fix bug with whole-row references to append subplans.
Tom Lane
2014-06-19
Avoid leaking memory while evaluating arguments for a table function.
Tom Lane
2014-05-06
Remove tabs after spaces in C comments
Bruce Momjian
2014-05-01
Fix failure to detoast fields in composite elements of structured types.
Tom Lane
2014-01-08
Fix "cannot accept a set" error when only some arms of a CASE return a set.
Tom Lane
2013-03-10
Fix race condition in DELETE RETURNING.
Tom Lane
2013-01-24
Fix SPI documentation for new handling of ExecutorRun's count parameter.
Tom Lane
2012-12-11
Add defenses against integer overflow in dynahash numbuckets calculations.
Tom Lane
2012-11-29
Fix assorted bugs in CREATE INDEX CONCURRENTLY.
Tom Lane
2012-10-11
Fix cross-type case in partial row matching for hashed subplans.
Tom Lane
2012-08-15
Fix rescan logic in nodeCtescan.
Tom Lane
2012-07-20
Fix whole-row Var evaluation to cope with resjunk columns (again).
Tom Lane
2012-06-21
Fix memory leak in ARRAY(SELECT ...) subqueries.
Tom Lane
2012-03-21
Don't allow CREATE TABLE AS to put relations in pg_global.
Robert Haas
2012-01-28
Fix handling of data-modifying CTE subplans in EvalPlanQual.
Tom Lane
2012-01-04
Make executor's SELECT INTO code save and restore original tuple receiver.
Tom Lane
2011-11-03
Fix handling of PlaceHolderVars in nestloop parameter management.
Tom Lane
2011-08-21
Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist.
Tom Lane
2011-08-02
Avoid integer overflow when LIMIT + OFFSET >= 2^63.
Heikki Linnakangas
2011-07-03
Fix bugs in relpersistence handling during table creation.
Robert Haas
2011-06-29
Move the PredicateLockRelation() call from nodeSeqscan.c to heapam.c. It's
Heikki Linnakangas
2011-06-29
Grab predicate locks on matching tuples in a lossy bitmap heap scan.
Heikki Linnakangas
2011-06-16
Remove another no-longer-needed inclusion of predicate.h.
Tom Lane
2011-06-15
Make non-MVCC snapshots exempt from predicate locking. Scans with non-MVCC
Heikki Linnakangas
2011-06-09
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-02
Disallow SELECT FOR UPDATE/SHARE on sequences.
Tom Lane
2011-06-01
Allow hash joins to be interrupted while searching hash table for match.
Tom Lane
2011-05-23
Install defenses against overflow in BuildTupleHashTable().
Tom Lane
2011-05-21
Reset per-tuple memory context between every row in a scan node, even when
Heikki Linnakangas
2011-04-25
Refactor broken CREATE TABLE IF NOT EXISTS support.
Robert Haas
2011-04-22
Make a code-cleanup pass over the collations patch.
Tom Lane
2011-04-12
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-04-11
Clean up most -Wunused-but-set-variable warnings from gcc 4.6
Peter Eisentraut
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-03-27
Fix check_exclusion_constraint() to insert correct collations in ScanKeys.
Tom Lane
[next]