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
2013-03-10
Support writable foreign tables.
Tom Lane
2013-03-06
Arrange to cache FdwRoutine structs in foreign tables' relcache entries.
Tom Lane
2013-03-03
Add a materialized view relations.
Kevin Grittner
2013-03-03
Fix SQL function execution to be safe with long-lived FmgrInfos.
Tom Lane
2013-02-07
Fix performance issue in EXPLAIN (ANALYZE, TIMING OFF).
Tom Lane
2013-01-30
Fix plpgsql's reporting of plan-time errors in possibly-simple expressions.
Tom Lane
2013-01-29
Provide database object names as separate fields in error messages.
Tom Lane
2013-01-24
Fix SPI documentation for new handling of ExecutorRun's count parameter.
Tom Lane
2013-01-23
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-14
Fix obsolete SQL syntax in comment.
Tom Lane
2013-01-04
Invent a "one-shot" variant of CachedPlans for better performance.
Tom Lane
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-11
Add defenses against integer overflow in dynahash numbuckets calculations.
Tom Lane
2012-12-08
Support automatically-updatable views.
Tom Lane
2012-11-29
Basic binary heap implementation.
Robert Haas
2012-11-28
Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.
Tom Lane
2012-11-26
Revert patch for taking fewer snapshots.
Tom Lane
2012-10-26
Throw error if expiring tuple is again updated or deleted.
Kevin Grittner
2012-10-12
Get rid of COERCE_DONTCARE.
Tom Lane
2012-10-11
Fix cross-type case in partial row matching for hashed subplans.
Tom Lane
2012-10-03
Return the number of rows processed when COPY is executed through SPI.
Heikki Linnakangas
2012-09-04
Fix serializable mode with index-only scans.
Kevin Grittner
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-28
Split heapam_xlog.h from heapam.h
Alvaro Herrera
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-07-20
Make new event trigger facility actually do something.
Robert Haas
2012-07-16
Remove unreachable code
Peter Eisentraut
2012-06-21
Fix memory leak in ARRAY(SELECT ...) subqueries.
Tom Lane
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-07
Fix more crash-safe visibility map bugs, and improve comments.
Robert Haas
2012-04-29
Rename I/O timing statistics columns to blk_read_time and blk_write_time.
Tom Lane
2012-04-23
Lots of doc corrections.
Robert Haas
2012-03-27
New GUC, track_iotiming, to track I/O timings.
Robert Haas
2012-03-21
Clean up compiler warnings from unused variables with asserts disabled
Peter Eisentraut
2012-03-19
Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.
Tom Lane
2012-02-22
Make EXPLAIN (BUFFERS) track blocks dirtied, as well as those written.
Robert Haas
2012-02-14
Preserve column names in the execution-time tupledesc for a RowExpr.
Tom Lane
2012-02-07
Add TIMING option to EXPLAIN, to allow eliminating of timing overhead.
Robert Haas
2012-02-04
Allow SQL-language functions to reference parameters by name.
Tom Lane
2012-01-29
Assorted comment fixes, mostly just typos, but some obsolete statements.
Tom Lane
2012-01-28
Fix handling of data-modifying CTE subplans in EvalPlanQual.
Tom Lane
2012-01-25
Instrument index-only scans to count heap fetches performed.
Robert Haas
2012-01-16
Prevent adding relations to a concurrently dropped schema.
Robert Haas
2012-01-04
Make executor's SELECT INTO code save and restore original tuple receiver.
Tom Lane
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-12-21
Take fewer snapshots.
Robert Haas
2011-12-20
Add support for privileges on types
Peter Eisentraut
2011-12-10
Miscellaneous cleanup to silence compiler warnings seen on Mingw.
Andrew Dunstan
2011-12-07
Create a "sort support" interface API for faster sorting.
Tom Lane
[next]