aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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
* Support domains over composite types.Tom Lane2017-10-26
* Make setrefs.c match by ressortgroupref even for plain Vars.Tom Lane2017-10-26
* Undo inadvertent change in capitalization in commit 18fc4ec.Andrew Dunstan2017-10-26
* In relevant log messages, indicate whether vacuums are aggressive.Robert Haas2017-10-26
* Process variadic arguments consistently in json functionsAndrew Dunstan2017-10-25
* Add a utility function to extract variadic function argumentsAndrew Dunstan2017-10-25
* In the planner, delete joinaliasvars lists after we're done with them.Tom Lane2017-10-24
* Fix some oversights in expression dependency recording.Tom Lane2017-10-23
* Fix typcache's failure to treat ranges as container types.Tom Lane2017-10-20
* Fix misimplementation of typcache logic for extended hashing.Tom Lane2017-10-20
* Fix typosMagnus Hagander2017-10-19
* Fix typoMagnus Hagander2017-10-19
* UCS_to_most.pl: Process encodings in sorted orderPeter Eisentraut2017-10-19
* Fix incorrect handling of CTEs and ENRs as DML target relations.Tom Lane2017-10-16
* Exclude flex-generated code from coverage testingPeter Eisentraut2017-10-16
* Treat aggregate direct arguments as per-agg data not per-trans data.Tom Lane2017-10-16
* Allow the built-in ordered-set aggregates to share transition state.Tom Lane2017-10-16
* Repair breakage of aggregate FILTER option.Tom Lane2017-10-16
* Rework DefineIndex relkind checkAlvaro Herrera2017-10-16
* Restore nodeAgg.c's ability to check for improperly-nested aggregates.Tom Lane2017-10-15
* Explicitly track whether aggregate final functions modify transition state.Tom Lane2017-10-14
* Improve sys/catcache performance.Andres Freund2017-10-13
* Fix possible crash with Parallel Bitmap Heap Scan.Robert Haas2017-10-13