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
/
include
/
nodes
Age
Commit message (
Expand
)
Author
2017-03-06
Replace LookupFuncNameTypeNames() with LookupFuncWithArgs()
Peter Eisentraut
2017-03-06
Remove objname/objargs split for referring to objects
Peter Eisentraut
2017-03-06
Add operator_with_argtypes grammar rule
Peter Eisentraut
2017-03-06
Use class_args field in opclass_drop
Peter Eisentraut
2017-02-27
Add "Slab" MemoryContext implementation for efficient equal-sized allocations.
Andres Freund
2017-02-26
Allow custom and foreign scans to have shutdown callbacks.
Robert Haas
2017-02-22
Pass the source text for a parallel query to the workers.
Robert Haas
2017-02-19
Add optimizer and executor support for parallel index-only scans.
Robert Haas
2017-02-15
Add optimizer and executor support for parallel index scans.
Robert Haas
2017-02-15
Add CREATE COLLATION IF NOT EXISTS clause
Peter Eisentraut
2017-02-14
Allow parallel workers to execute subplans.
Robert Haas
2017-02-09
Allow index AMs to cache data across aminsert calls within a SQL command.
Tom Lane
2017-01-27
Orthography fixes for new castNode() macro.
Tom Lane
2017-01-27
Add castNode(type, ptr) for safe casting between NodeTag based types.
Andres Freund
2017-01-24
Reindent table partitioning code.
Robert Haas
2017-01-20
Logical replication
Peter Eisentraut
2017-01-19
Remove obsoleted code relating to targetlist SRF evaluation.
Andres Freund
2017-01-18
Move targetlist SRF handling from expression evaluation to new executor node.
Andres Freund
2017-01-18
Improve RLS planning by marking individual quals with security levels.
Tom Lane
2017-01-14
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-04
Fix reporting of constraint violations for table partitioning.
Robert Haas
2017-01-04
Move partition_tuple_slot out of EState.
Robert Haas
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-29
Remove manual breaks in NodeTag assignments to fix duplicate tag numbers.
Tom Lane
2016-12-29
Make more use of RoleSpec struct
Peter Eisentraut
2016-12-23
Replace enum InhOption with simple boolean.
Tom Lane
2016-12-23
Remove sql_inheritance GUC.
Robert Haas
2016-12-22
Fix tuple routing in cases where tuple descriptors don't match.
Robert Haas
2016-12-22
Fix handling of expanded objects in CoerceToDomain and CASE execution.
Tom Lane
2016-12-19
Provide a DSA area for all parallel queries.
Robert Haas
2016-12-16
Unbreak Finalize HashAggregate over Partial HashAggregate.
Robert Haas
2016-12-12
Add support for temporary replication slots
Peter Eisentraut
2016-12-08
Fix reporting of column typmods for multi-row VALUES constructs.
Tom Lane
2016-12-07
Implement table partitioning.
Robert Haas
2016-12-05
Add support for restrictive RLS policies
Stephen Frost
2016-12-01
User narrower representative tuples in the hash-agg hashtable.
Andres Freund
2016-12-01
Perform one only projection to compute agg arguments.
Andres Freund
2016-11-10
Cleanup of rewriter and planner handling of Query.hasRowSecurity flag.
Tom Lane
2016-11-04
Implement syntax for transition tables in AFTER triggers.
Kevin Grittner
2016-10-15
Use more efficient hashtable for execGrouping.c to speed up hash aggregation.
Andres Freund
2016-09-16
Add debugging aid "bmsToString(Bitmapset *bms)".
Tom Lane
2016-09-14
Improve code comment for GatherPath's single_copy flag.
Robert Haas
2016-09-13
Improve parser's and planner's handling of set-returning functions.
Tom Lane
2016-09-13
Have heapam.h include lockdefs.h rather than lock.h.
Robert Haas
2016-09-07
Support renaming an existing value of an enum type.
Tom Lane
2016-09-06
Add location field to DefElem
Peter Eisentraut
2016-09-05
C comment: align dashes in GroupState node header
Bruce Momjian
2016-08-31
Update comments to reflect code rearrangement.
Robert Haas
2016-08-24
Fix improper repetition of previous results from a hashed aggregate.
Tom Lane
2016-08-19
Speed up planner's scanning for parallel-query hazards.
Tom Lane
[next]