aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Mark finished Plan nodes with parallel_safe flags.Tom Lane2017-04-12
* Add an Assert() to max_parallel_workers enforcement.Robert Haas2017-04-11
* Add max_sync_workers_per_subscription to postgresql.conf.sample.Fujii Masao2017-04-12
* Remove symbol WIN32_ONLY_COMPILERMagnus Hagander2017-04-11
* Remove support for bcc and msvc standalone libpq buildsMagnus Hagander2017-04-11
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-10
* Support configuration reload in logical replication workersPeter Eisentraut2017-04-10
* Fix reporting of violations in ExecConstraints, again.Robert Haas2017-04-10
* Move isolationtester's is-blocked query into C code for speed.Tom Lane2017-04-10
* Add GUCs for predicate lock promotion thresholds.Kevin Grittner2017-04-07
* Optimize joins when the inner relation can be proven unique.Tom Lane2017-04-07
* Fix issues in e8fdbd58fe.Andres Freund2017-04-07
* Reduce the number of pallocs() in BRINAlvaro Herrera2017-04-07
* Improve 64bit atomics support.Andres Freund2017-04-07
* Avoid using a C++ keyword in header filePeter Eisentraut2017-04-07
* Fix new BRIN desummarize WAL recordAlvaro Herrera2017-04-07
* Add ProcArrayGroupUpdate wait event.Robert Haas2017-04-07
* Use SASLprep to normalize passwords for SCRAM authentication.Heikki Linnakangas2017-04-07
* Reset API of clause_selectivity()Simon Riggs2017-04-06
* Allow avoiding tuple copy within tuplesort_gettupleslot().Andres Freund2017-04-06
* Fix BRIN cost estimationAlvaro Herrera2017-04-06
* Mark immutable functions in information schema as parallel safePeter Eisentraut2017-04-06
* Fix mixup of bool and ternary valuePeter Eisentraut2017-04-06
* Comment fixes for extended statisticsAlvaro Herrera2017-04-06
* Remove bogus SCRAM_ITERATION_LEN constant.Heikki Linnakangas2017-04-06
* Always SnapshotResetXmin() during ClearTransaction()Simon Riggs2017-04-06
* Identity columnsPeter Eisentraut2017-04-06
* Avoid SnapshotResetXmin() during AtEOXact_Snapshot()Simon Riggs2017-04-06
* Remove dead code and fix comments in fast-path function handling.Heikki Linnakangas2017-04-06
* Fix integer-overflow problems in interval comparison.Tom Lane2017-04-05
* Collect and use multi-column dependency statsSimon Riggs2017-04-05
* Capitalize names of PLs consistentlyPeter Eisentraut2017-04-05
* pageinspect: Add bt_page_items function with bytea argumentPeter Eisentraut2017-04-04
* Follow-on cleanup for the transition table patch.Kevin Grittner2017-04-04
* Make min_wal_size/max_wal_size use MB internallySimon Riggs2017-04-04
* Speedup 2PC recovery by skipping two phase state files in normal pathSimon Riggs2017-04-04
* Expand hash indexes more gradually.Robert Haas2017-04-03
* Abstract logic to allow for multiple kinds of child rels.Robert Haas2017-04-03
* Make header self-containedPeter Eisentraut2017-04-03
* Allow psql variable substitution to occur in backtick command strings.Tom Lane2017-04-01
* Fix two undocumented parameters to functions from ENR patch.Kevin Grittner2017-04-01
* BRIN de-summarizationAlvaro Herrera2017-04-01
* BRIN auto-summarizationAlvaro Herrera2017-04-01
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-31
* Fix parallel query so it doesn't spoil row estimates above Gather.Robert Haas2017-03-31
* Don't use bgw_main even to specify in-core bgworker entrypoints.Robert Haas2017-03-31
* Don't allocate storage for partitioned tables.Robert Haas2017-03-31
* Full Text Search support for json and jsonbAndrew Dunstan2017-03-31
* Transform or iterate over json(b) string valuesAndrew Dunstan2017-03-31
* Default monitoring rolesSimon Riggs2017-03-30