summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2017-11-11Ignore XML declaration in xpath_internal(), for UTF8 databases.Noah Misch
2017-11-10Account for the effect of lossy pages when costing bitmap scans.Robert Haas
2017-11-10Fix some null pointer dereferences in LDAP auth codePeter Eisentraut
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-11-10Fix incorrect comment.Robert Haas
2017-11-09Add hash partitioning.Robert Haas
2017-11-09Refactor permissions checks for large objects.Tom Lane
2017-11-09Restrict lo_import()/lo_export() via SQL permissions not hard-wired checks.Tom Lane
2017-11-09Fix typo in ALTER SYSTEM output.Tom Lane
2017-11-08Fix two violations of the ResourceOwnerEnlarge/Remember protocol.Tom Lane
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-11-07Fix typo in comment.Robert Haas
2017-11-07Remove secondary checkpointSimon Riggs
2017-11-07Exclude pg_internal.init from BASE_BACKUPSimon Riggs
2017-11-06Always require SELECT permission for ON CONFLICT DO UPDATE.Dean Rasheed
2017-11-05Ignore CatalogSnapshot when checking COPY FREEZE prerequisites.Noah Misch
2017-11-04Fix incorrect use of boolPeter Eisentraut
2017-11-03Avoid looping through line pointers twice in PageRepairFragmentation().Tom Lane
2017-11-03Flag index metapages as standard-format in xlog.c calls.Tom Lane
2017-11-03Fix thinkos in BRIN summarizationAlvaro Herrera
2017-11-03Don't reset additional columns on subscriber to NULL on UPDATEPeter Eisentraut
2017-11-03Fix BRIN summarization concurrent with extensionAlvaro Herrera
2017-11-02Set the metapage's pd_lower correctly in brin, gin, and spgist indexes.Tom Lane
2017-11-02Fix corner-case errors in brin_doupdate().Tom Lane
2017-11-02Teach planner to account for HAVING quals in aggregation plan nodes.Tom Lane
2017-11-02Revert bogus fixes of HOT-freezing bugAlvaro Herrera
2017-11-01Allow bitmap scans to operate as index-only scans when possible.Tom Lane
2017-11-01Fix ALTER TABLE code to update domain constraints when needed.Tom Lane
2017-10-31Don't exaggerate the number of temporary blocks read.Robert Haas
2017-10-31Fix code related to partitioning schemes for dropped columns.Robert Haas
2017-10-30Fix autovacuum work item error handlingAlvaro Herrera
2017-10-30Fix typo in commentMagnus Hagander
2017-10-29Fix problems with the "role" GUC and parallel query.Robert Haas
2017-10-28Improve comments for parallel executor estimation functions.Robert Haas
2017-10-28Fix grammar.Robert Haas
2017-10-28Fix misplaced ReleaseSysCache call in get_default_partition_oid.Robert Haas
2017-10-27Dept of second thoughts: keep aliasp_item in sync with tlistitem.Tom Lane
2017-10-27Fix crash when columns have been added to the end of a view.Tom Lane
2017-10-27Allow parallel query for prepared statements with generic plans.Robert Haas
2017-10-27Rethink the dependencies recorded for FieldSelect/FieldStore nodes.Tom Lane
2017-10-27Fix mistaken failure to allow parallelism in corner case.Robert Haas
2017-10-26Support domains over composite types.Tom Lane
2017-10-26Make setrefs.c match by ressortgroupref even for plain Vars.Tom Lane
2017-10-26Undo inadvertent change in capitalization in commit 18fc4ec.Andrew Dunstan
2017-10-26In relevant log messages, indicate whether vacuums are aggressive.Robert Haas
2017-10-25Process variadic arguments consistently in json functionsAndrew Dunstan
2017-10-25Add a utility function to extract variadic function argumentsAndrew Dunstan
2017-10-24In the planner, delete joinaliasvars lists after we're done with them.Tom Lane
2017-10-23Fix some oversights in expression dependency recording.Tom Lane
2017-10-20Fix typcache's failure to treat ranges as container types.Tom Lane