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
*
Don't allow system columns in CHECK constraints, except tableoid.
Robert Haas
2013-09-23
1
-0
/
+12
*
Allow aggregate functions to be VARIADIC.
Tom Lane
2013-09-03
2
-0
/
+2
*
Reset the binary heap in MergeAppend rescans.
Tom Lane
2013-08-30
1
-0
/
+1
*
Improve error message when view is not updatable
Peter Eisentraut
2013-08-14
1
-3
/
+3
*
Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)
Greg Stark
2013-07-29
1
-22
/
+154
*
Prevent leakage of SPI tuple tables during subtransaction abort.
Tom Lane
2013-07-25
1
-7
/
+95
*
Use InvalidSnapshot, now SnapshotNow, as the default snapshot.
Robert Haas
2013-07-23
1
-1
/
+1
*
Adjust HeapTupleSatisfies* routines to take a HeapTuple.
Robert Haas
2013-07-22
1
-0
/
+1
*
WITH CHECK OPTION support for auto-updatable VIEWs
Stephen Frost
2013-07-18
2
-0
/
+76
*
Implement the FILTER clause for aggregate function calls.
Noah Misch
2013-07-16
5
-4
/
+35
*
Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.
Kevin Grittner
2013-07-16
2
-6
/
+9
*
Make comments reflect that omission of SPI_gettypmod() is intentional.
Noah Misch
2013-07-12
1
-0
/
+6
*
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-07-02
1
-4
/
+4
*
Improve updatability checking for views and foreign tables.
Tom Lane
2013-06-12
1
-0
/
+18
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
7
-44
/
+50
*
Fix handling of strict non-set functions with NULLs in set-valued inputs.
Tom Lane
2013-05-12
1
-1
/
+9
*
Editorialize a bit on new ProcessUtility() API.
Tom Lane
2013-04-28
2
-4
/
+4
*
Incidental cleanup of matviews code.
Tom Lane
2013-04-27
8
-86
/
+32
*
Fix assertion failure for REFRESH MATERIALIZED VIEW in PL.
Kevin Grittner
2013-04-24
1
-7
/
+0
*
Clean up references to SQL92
Peter Eisentraut
2013-04-20
1
-1
/
+1
*
Improve error message when an FDW doesn't support WHERE CURRENT OF.
Tom Lane
2013-04-19
1
-4
/
+8
*
sepgsql: Enforce db_procedure:{execute} permission.
Robert Haas
2013-04-12
3
-0
/
+11
*
Create a distinction between a populated matview and a scannable one.
Kevin Grittner
2013-04-09
1
-25
/
+30
*
Support writable foreign tables.
Tom Lane
2013-03-10
3
-24
/
+172
*
Arrange to cache FdwRoutine structs in foreign tables' relcache entries.
Tom Lane
2013-03-06
1
-1
/
+1
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
2
-0
/
+87
*
Fix SQL function execution to be safe with long-lived FmgrInfos.
Tom Lane
2013-03-03
1
-12
/
+76
*
Fix performance issue in EXPLAIN (ANALYZE, TIMING OFF).
Tom Lane
2013-02-07
1
-13
/
+11
*
Fix plpgsql's reporting of plan-time errors in possibly-simple expressions.
Tom Lane
2013-01-30
1
-0
/
+72
*
Provide database object names as separate fields in error messages.
Tom Lane
2013-01-29
3
-6
/
+17
*
Fix SPI documentation for new handling of ExecutorRun's count parameter.
Tom Lane
2013-01-24
1
-2
/
+4
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
3
-13
/
+39
*
Fix obsolete SQL syntax in comment.
Tom Lane
2013-01-14
1
-0
/
+1
*
Invent a "one-shot" variant of CachedPlans for better performance.
Tom Lane
2013-01-04
1
-16
/
+128
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
47
-47
/
+47
*
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
[next]