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
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
2014-11-21
Remove dead code supporting mark/restore in SeqScan, TidScan, ValuesScan.
Tom Lane
2014-11-20
Initial code review for CustomScan patch.
Tom Lane
2014-11-20
Fix another oversight in CustomScan patch.
Tom Lane
2014-11-12
Explicitly support the case that a plancache's raw_parse_tree is NULL.
Tom Lane
2014-11-10
Ensure that RowExprs and whole-row Vars produce the expected column names.
Tom Lane
2014-11-07
Introduce custom path and scan providers.
Robert Haas
2014-10-13
C comments: adjust execTuples.c for new structure
Bruce Momjian
2014-10-13
Increase number of hash join buckets for underestimate.
Kevin Grittner
2014-10-07
Implement SKIP LOCKED for row-level locks
Alvaro Herrera
2014-09-19
Row-Level Security Policies (RLS)
Stephen Frost
2014-09-14
Fix pointer type in size passed to memset.
Heikki Linnakangas
2014-09-12
Change NTUP_PER_BUCKET to 1 to improve hash join lookup speed.
Robert Haas
2014-09-10
Pack tuples in a hash join batch densely, to save memory.
Heikki Linnakangas
2014-09-05
Assorted message fixes and improvements
Peter Eisentraut
2014-08-27
Fix FOR UPDATE NOWAIT on updated tuple chains
Alvaro Herrera
2014-08-06
Don't require sort support functions to provide a comparator.
Robert Haas
2014-08-05
Fix typo in C comment.
Kevin Grittner
2014-07-11
Fix bug with whole-row references to append subplans.
Tom Lane
2014-07-03
Redesign API presented by nodeAgg.c for ordered-set and similar aggregates.
Tom Lane
2014-06-20
Avoid leaking memory while evaluating arguments for a table function.
Tom Lane
2014-06-18
Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...
Tom Lane
2014-05-07
Improve comment for tricky aspect of index-only scans.
Jeff Davis
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-05-01
Fix failure to detoast fields in composite elements of structured types.
Tom Lane
2014-04-23
Allow polymorphic aggregates to have non-polymorphic state data types.
Tom Lane
2014-04-13
Improve some O(N^2) behavior in window function evaluation.
Tom Lane
2014-04-12
Create infrastructure for moving-aggregate optimization.
Tom Lane
2014-03-23
Offer triggers on foreign tables.
Noah Misch
2014-03-19
Setup error context callback for transaction lock waits
Alvaro Herrera
2014-03-06
Don't reject ROW_MARK_REFERENCE rowmarks for materialized views.
Tom Lane
2014-03-03
Introduce logical decoding.
Robert Haas
2014-02-03
Fix *-qualification of named parameters in SQL-language functions.
Tom Lane
2014-01-13
Make bitmap heap scans show exact/lossy block info in EXPLAIN ANALYZE.
Robert Haas
2014-01-09
Fix "cannot accept a set" error when only some arms of a CASE return a set.
Tom Lane
2014-01-08
Save a few cycles in advance_transition_function().
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-23
Support ordered-set (WITHIN GROUP) aggregates.
Tom Lane
2013-11-22
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
Tom Lane
2013-11-07
Prevent display of dropped columns in row constraint violation messages.
Tom Lane
2013-11-03
Prevent memory leaks from accumulating across printtup() calls.
Tom Lane
2013-11-02
Fix subquery reference to non-populated MV in CMV.
Kevin Grittner
2013-09-23
Don't allow system columns in CHECK constraints, except tableoid.
Robert Haas
2013-09-03
Allow aggregate functions to be VARIADIC.
Tom Lane
2013-08-30
Reset the binary heap in MergeAppend rescans.
Tom Lane
2013-08-15
Improve error message when view is not updatable
Peter Eisentraut
2013-07-29
Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)
Greg Stark
2013-07-25
Prevent leakage of SPI tuple tables during subtransaction abort.
Tom Lane
[next]