aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Add hooks for session start and session endAndrew Dunstan2017-11-15
* Fix typo.Robert Haas2017-11-15
* Add parallel_leader_participation GUC.Robert Haas2017-11-15
* Simplify index_[constraint_]create APIAlvaro Herrera2017-11-14
* Push target list evaluation through Gather Merge.Robert Haas2017-11-13
* Track in the plan the types associated with PARAM_EXEC parameters.Robert Haas2017-11-13
* Fix typoStephen Frost2017-11-13
* Install Windows crash dump handler before all else.Noah Misch2017-11-12
* Don't call pgwin32_message_to_UTF16() without CurrentMemoryContext.Noah Misch2017-11-12
* Ignore XML declaration in xpath_internal(), for UTF8 databases.Noah Misch2017-11-11
* Account for the effect of lossy pages when costing bitmap scans.Robert Haas2017-11-10
* Fix some null pointer dereferences in LDAP auth codePeter Eisentraut2017-11-10
* Add some const decorations to prototypesPeter Eisentraut2017-11-10
* Fix incorrect comment.Robert Haas2017-11-10
* Add hash partitioning.Robert Haas2017-11-09
* Refactor permissions checks for large objects.Tom Lane2017-11-09
* Restrict lo_import()/lo_export() via SQL permissions not hard-wired checks.Tom Lane2017-11-09
* Fix typo in ALTER SYSTEM output.Tom Lane2017-11-09
* Fix two violations of the ResourceOwnerEnlarge/Remember protocol.Tom Lane2017-11-08
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Fix typo in comment.Robert Haas2017-11-07
* Remove secondary checkpointSimon Riggs2017-11-07
* Exclude pg_internal.init from BASE_BACKUPSimon Riggs2017-11-07
* Always require SELECT permission for ON CONFLICT DO UPDATE.Dean Rasheed2017-11-06
* Ignore CatalogSnapshot when checking COPY FREEZE prerequisites.Noah Misch2017-11-05
* Fix incorrect use of boolPeter Eisentraut2017-11-04
* Avoid looping through line pointers twice in PageRepairFragmentation().Tom Lane2017-11-03
* Flag index metapages as standard-format in xlog.c calls.Tom Lane2017-11-03
* Fix thinkos in BRIN summarizationAlvaro Herrera2017-11-03
* Don't reset additional columns on subscriber to NULL on UPDATEPeter Eisentraut2017-11-03
* Fix BRIN summarization concurrent with extensionAlvaro Herrera2017-11-03
* Set the metapage's pd_lower correctly in brin, gin, and spgist indexes.Tom Lane2017-11-02
* Fix corner-case errors in brin_doupdate().Tom Lane2017-11-02
* Teach planner to account for HAVING quals in aggregation plan nodes.Tom Lane2017-11-02
* Revert bogus fixes of HOT-freezing bugAlvaro Herrera2017-11-02
* Allow bitmap scans to operate as index-only scans when possible.Tom Lane2017-11-01
* Fix ALTER TABLE code to update domain constraints when needed.Tom Lane2017-11-01
* Don't exaggerate the number of temporary blocks read.Robert Haas2017-10-31
* Fix code related to partitioning schemes for dropped columns.Robert Haas2017-10-31
* Fix autovacuum work item error handlingAlvaro Herrera2017-10-30
* Fix typo in commentMagnus Hagander2017-10-30
* Fix problems with the "role" GUC and parallel query.Robert Haas2017-10-29
* Improve comments for parallel executor estimation functions.Robert Haas2017-10-28
* Fix grammar.Robert Haas2017-10-28
* Fix misplaced ReleaseSysCache call in get_default_partition_oid.Robert Haas2017-10-28
* Dept of second thoughts: keep aliasp_item in sync with tlistitem.Tom Lane2017-10-27
* Fix crash when columns have been added to the end of a view.Tom Lane2017-10-27
* Allow parallel query for prepared statements with generic plans.Robert Haas2017-10-27
* Rethink the dependencies recorded for FieldSelect/FieldStore nodes.Tom Lane2017-10-27
* Fix mistaken failure to allow parallelism in corner case.Robert Haas2017-10-27