index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add defenses against integer overflow in dynahash numbuckets calculations.
Tom Lane
2012-12-11
1
-1
/
+3
*
Support automatically-updatable views.
Tom Lane
2012-12-08
1
-7
/
+13
*
Basic binary heap implementation.
Robert Haas
2012-11-29
1
-83
/
+31
*
Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.
Tom Lane
2012-11-28
1
-0
/
+3
*
Revert patch for taking fewer snapshots.
Tom Lane
2012-11-26
1
-7
/
+11
*
Throw error if expiring tuple is again updated or deleted.
Kevin Grittner
2012-10-26
3
-43
/
+120
*
Get rid of COERCE_DONTCARE.
Tom Lane
2012-10-12
1
-3
/
+3
*
Fix cross-type case in partial row matching for hashed subplans.
Tom Lane
2012-10-11
1
-6
/
+11
*
Return the number of rows processed when COPY is executed through SPI.
Heikki Linnakangas
2012-10-03
1
-9
/
+15
*
Fix serializable mode with index-only scans.
Kevin Grittner
2012-09-04
1
-1
/
+15
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
14
-0
/
+14
*
Split heapam_xlog.h from heapam.h
Alvaro Herrera
2012-08-28
1
-0
/
+1
*
Fix rescan logic in nodeCtescan.
Tom Lane
2012-08-15
1
-17
/
+20
*
Fix whole-row Var evaluation to cope with resjunk columns (again).
Tom Lane
2012-07-20
2
-178
/
+286
*
Make new event trigger facility actually do something.
Robert Haas
2012-07-20
2
-4
/
+4
*
Remove unreachable code
Peter Eisentraut
2012-07-16
1
-3
/
+0
*
Fix memory leak in ARRAY(SELECT ...) subqueries.
Tom Lane
2012-06-21
1
-5
/
+13
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
13
-53
/
+54
*
Fix more crash-safe visibility map bugs, and improve comments.
Robert Haas
2012-06-07
1
-0
/
+13
*
Rename I/O timing statistics columns to blk_read_time and blk_write_time.
Tom Lane
2012-04-29
1
-2
/
+4
*
Lots of doc corrections.
Robert Haas
2012-04-23
1
-2
/
+2
*
New GUC, track_iotiming, to track I/O timings.
Robert Haas
2012-03-27
1
-0
/
+2
*
Clean up compiler warnings from unused variables with asserts disabled
Peter Eisentraut
2012-03-21
4
-6
/
+4
*
Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.
Tom Lane
2012-03-19
4
-432
/
+42
*
Make EXPLAIN (BUFFERS) track blocks dirtied, as well as those written.
Robert Haas
2012-02-22
1
-0
/
+2
*
Preserve column names in the execution-time tupledesc for a RowExpr.
Tom Lane
2012-02-14
3
-11
/
+17
*
Add TIMING option to EXPLAIN, to allow eliminating of timing overhead.
Robert Haas
2012-02-07
1
-13
/
+21
*
Allow SQL-language functions to reference parameters by name.
Tom Lane
2012-02-04
1
-5
/
+191
*
Assorted comment fixes, mostly just typos, but some obsolete statements.
Tom Lane
2012-01-29
1
-1
/
+1
*
Fix handling of data-modifying CTE subplans in EvalPlanQual.
Tom Lane
2012-01-28
2
-20
/
+19
*
Instrument index-only scans to count heap fetches performed.
Robert Haas
2012-01-25
1
-0
/
+2
*
Prevent adding relations to a concurrently dropped schema.
Robert Haas
2012-01-16
1
-3
/
+5
*
Make executor's SELECT INTO code save and restore original tuple receiver.
Tom Lane
2012-01-04
1
-5
/
+15
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
47
-47
/
+47
*
Take fewer snapshots.
Robert Haas
2011-12-21
1
-11
/
+7
*
Add support for privileges on types
Peter Eisentraut
2011-12-20
1
-0
/
+15
*
Miscellaneous cleanup to silence compiler warnings seen on Mingw.
Andrew Dunstan
2011-12-10
1
-0
/
+4
*
Create a "sort support" interface API for faster sorting.
Tom Lane
2011-12-07
2
-151
/
+72
*
When a row fails a not-null constraint, show row's contents in errdetail.
Tom Lane
2011-11-29
1
-1
/
+3
*
When a row fails a CHECK constraint, show row's contents in errdetail.
Tom Lane
2011-11-29
1
-1
/
+65
*
Fix unsupported options in CREATE TABLE ... AS EXECUTE.
Tom Lane
2011-11-24
1
-3
/
+37
*
Check for INSERT privileges in SELECT INTO / CREATE TABLE AS.
Robert Haas
2011-11-22
1
-0
/
+17
*
Support range data types.
Heikki Linnakangas
2011-11-03
1
-0
/
+1
*
Fix handling of PlaceHolderVars in nestloop parameter management.
Tom Lane
2011-11-03
1
-0
/
+1
*
Avoid assuming that index-only scan data matches the index's rowtype.
Tom Lane
2011-10-16
1
-8
/
+8
*
Teach btree to handle ScalarArrayOpExpr quals natively.
Tom Lane
2011-10-16
1
-11
/
+64
*
Generate index-only scan tuple descriptor from the plan node's indextlist.
Tom Lane
2011-10-11
1
-52
/
+16
*
Rearrange the implementation of index-only scans.
Tom Lane
2011-10-11
13
-147
/
+634
*
Improve index-only scans to avoid repeated access to the index page.
Tom Lane
2011-10-09
1
-1
/
+1
*
Support index-only scans using the visibility map to avoid heap fetches.
Tom Lane
2011-10-07
1
-9
/
+114
[next]