summaryrefslogtreecommitdiff
path: root/src/include/nodes
Commit message (Expand)AuthorAgeFilesLines
* Allow per-tablespace effective_io_concurrencyAlvaro Herrera2015-09-081-1/+3
* Add ability to reserve WAL upon slot creation via replication protocol.Andres Freund2015-09-061-0/+1
* Limit the verbosity of memory context statistics dumps.Tom Lane2015-08-251-1/+20
* Rename 'cmd' to 'cmd_name' in CreatePolicyStmtStephen Frost2015-08-211-1/+1
* Postpone extParam/allParam calculations until the very end of planning.Tom Lane2015-08-111-0/+7
* Rely on inline functions even if that causes warnings in older compilers.Andres Freund2015-08-051-13/+4
* Share transition state between different aggregates when possible.Heikki Linnakangas2015-08-041-4/+4
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-254-39/+51
* Handle AT_ReAddComment in test_ddl_deparse, and add a catch-all default.Heikki Linnakangas2015-07-201-1/+1
* Add ALTER OPERATOR command, for changing selectivity estimator functions.Heikki Linnakangas2015-07-142-0/+14
* Retain comments on indexes and constraints at ALTER TABLE ... TYPE ...Heikki Linnakangas2015-07-141-0/+1
* Improve handling of CustomPath/CustomPlan(State) children.Robert Haas2015-06-263-1/+5
* Fix planner's cost estimation for SEMI/ANTI joins with inner indexscans.Tom Lane2015-06-031-4/+4
* pgindent run for 9.5Bruce Momjian2015-05-235-48/+54
* Remove the new UPSERT command tag and use INSERT instead.Andres Freund2015-05-231-2/+0
* Refactor ON CONFLICT index inference parse tree representation.Andres Freund2015-05-191-2/+1
* Fix failure to copy IndexScan.indexorderbyops in copyfuncs.c.Tom Lane2015-05-171-6/+5
* Support GROUPING SETS, CUBE and ROLLUP.Andres Freund2015-05-168-3/+149
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-154-0/+56
* Allow GiST distance function to return merely a lower-bound.Heikki Linnakangas2015-05-152-2/+28
* Support VERBOSE option in REINDEX command.Fujii Masao2015-05-151-0/+5
* Support "expanded" objects, particularly arrays, for better performance.Tom Lane2015-05-141-0/+4
* Add support for doing late row locking in FDWs.Tom Lane2015-05-122-18/+25
* Allow on-the-fly capture of DDL event detailsAlvaro Herrera2015-05-111-0/+10
* Code review for foreign/custom join pushdown patch.Tom Lane2015-05-103-23/+69
* Minor ON CONFLICT related comments and doc fixes.Andres Freund2015-05-081-1/+1
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-085-5/+122
* Represent columns requiring insert and update privileges indentently.Andres Freund2015-05-081-6/+8
* Allow FDWs and custom scan providers to replace joins with scans.Robert Haas2015-05-012-5/+17
* Add transforms featurePeter Eisentraut2015-04-262-0/+16
* Perform RLS WITH CHECK before constraints, etcStephen Frost2015-04-242-4/+13
* Define integer limits independently from the system definitions.Andres Freund2015-04-021-1/+1
* Add support for index-only scans in GiST.Heikki Linnakangas2015-03-261-1/+2
* Centralize definition of integer limits.Andres Freund2015-03-251-1/+1
* Allow foreign tables to participate in inheritance.Tom Lane2015-03-221-4/+7
* Rationalize vacuuming options and parametersAlvaro Herrera2015-03-181-10/+3
* Support opfamily members in get_object_addressAlvaro Herrera2015-03-161-0/+2
* Improve representation of PlanRowMark.Tom Lane2015-03-152-2/+9
* Move LockClauseStrength, LockWaitPolicy into new file nodes/lockoptions.h.Tom Lane2015-03-153-11/+47
* Support flattening of empty-FROM subqueries and one-row VALUES tables.Tom Lane2015-03-111-0/+1
* Improve planner's cost estimation in the presence of semijoins.Tom Lane2015-03-111-9/+14
* Support default ACLs in get_object_addressAlvaro Herrera2015-03-111-0/+1
* Support user mappings in get_object_addressAlvaro Herrera2015-03-111-0/+1
* Make operator precedence follow the SQL standard more closely.Tom Lane2015-03-111-1/+2
* Allow CURRENT/SESSION_USER to be used in certain commandsAlvaro Herrera2015-03-092-18/+33
* Remove comment claiming that PARAM_EXTERN Params always have typmod -1.Tom Lane2015-03-051-8/+3
* Use the typcache to cache constraints for domain types.Tom Lane2015-03-011-2/+3
* Move memory context callback declarations into palloc.h.Tom Lane2015-03-011-16/+0
* Invent a memory context reset/delete callback mechanism.Tom Lane2015-02-271-4/+20
* Further tweaking of raw grammar output to distinguish different inputs.Tom Lane2015-02-232-1/+3