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
/
executor
Age
Commit message (
Expand
)
Author
2015-05-25
Fix rescan of IndexScan node with the new lossy GiST distance functions.
Heikki Linnakangas
2015-05-24
Manual cleanup of pgindent results.
Tom Lane
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-23
Add error check for lossy distance functions in index-only scans.
Tom Lane
2015-05-23
Still more fixes for lossy-GiST-distance-functions patch.
Tom Lane
2015-05-21
More fixes for lossy-GiST-distance-functions patch.
Tom Lane
2015-05-20
Collection of typo fixes.
Heikki Linnakangas
2015-05-18
Attach ON CONFLICT SET ... WHERE to the correct planstate.
Andres Freund
2015-05-18
Fix typo in comment.
Heikki Linnakangas
2015-05-18
Fix failure to copy IndexScan.indexorderbyops in copyfuncs.c.
Tom Lane
2015-05-16
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-15
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
Fix datatype confusion with the new lossy GiST distance functions.
Heikki Linnakangas
2015-05-15
Allow GiST distance function to return merely a lower-bound.
Heikki Linnakangas
2015-05-14
Support "expanded" objects, particularly arrays, for better performance.
Tom Lane
2015-05-13
Extend abbreviated key infrastructure to datum tuplesorts.
Robert Haas
2015-05-13
Fix postgres_fdw to return the right ctid value in EvalPlanQual cases.
Tom Lane
2015-05-12
Fix ON CONFLICT bugs that manifest when used in rules.
Andres Freund
2015-05-12
Add support for doing late row locking in FDWs.
Tom Lane
2015-05-10
Code review for foreign/custom join pushdown patch.
Tom Lane
2015-05-08
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-07
Represent columns requiring insert and update privileges indentently.
Andres Freund
2015-05-04
Use outerPlanState macro instead of referring to leffttree.
Robert Haas
2015-05-01
Allow FDWs and custom scan providers to replace joins with scans.
Robert Haas
2015-04-30
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-26
Fix various typos and grammar errors in comments.
Andres Freund
2015-04-25
Perform RLS WITH CHECK before constraints, etc
Stephen Frost
2015-04-24
Add comments explaining how unique and exclusion constraints are enforced.
Heikki Linnakangas
2015-04-24
Move functions related to index maintenance to separate source file.
Heikki Linnakangas
2015-03-24
Fix ExecOpenScanRelation to take a lock on a ROW_MARK_COPY relation.
Tom Lane
2015-03-22
Allow foreign tables to participate in inheritance.
Tom Lane
2015-03-12
Ensure tableoid reads correctly in EvalPlanQual-manufactured tuples.
Tom Lane
2015-03-01
Use the typcache to cache constraints for domain types.
Tom Lane
2015-02-22
In array_agg(), don't create a new context for every group.
Jeff Davis
2015-02-21
Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
Tom Lane
2015-02-20
Use FLEXIBLE_ARRAY_MEMBER in some more places.
Tom Lane
2015-02-20
Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.
Tom Lane
2015-02-16
Rationalize the APIs of array element/slice access functions.
Tom Lane
2015-02-16
Fix null-pointer-deref crash while doing COPY IN with check constraints.
Tom Lane
2015-02-04
Fix reference-after-free when waiting for another xact due to constraint.
Heikki Linnakangas
2015-01-28
Fix column-privilege leak in error-message paths
Stephen Frost
2015-01-19
Use abbreviated keys for faster sorting of text datums.
Robert Haas
2015-01-19
Typo fix.
Robert Haas
2015-01-15
Fix use-of-already-freed-memory problem in EvalPlanQual processing.
Tom Lane
2015-01-09
Fix typo in execMain.c
Stephen Frost
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-12
Fix corner case where SELECT FOR UPDATE could return a row twice.
Tom Lane
2014-11-28
Add bms_next_member(), and use it where appropriate.
Tom Lane
2014-11-27
Rename pg_rowsecurity -> pg_policy and other fixes
Stephen Frost
2014-11-25
Support arrays as input to array_agg() and ARRAY(SELECT ...).
Tom Lane
[next]