summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2017-10-19Fix typosMagnus Hagander
2017-10-19Fix typoMagnus Hagander
2017-10-19UCS_to_most.pl: Process encodings in sorted orderPeter Eisentraut
2017-10-16Fix incorrect handling of CTEs and ENRs as DML target relations.Tom Lane
2017-10-16Exclude flex-generated code from coverage testingPeter Eisentraut
2017-10-16Treat aggregate direct arguments as per-agg data not per-trans data.Tom Lane
2017-10-16Allow the built-in ordered-set aggregates to share transition state.Tom Lane
2017-10-16Repair breakage of aggregate FILTER option.Tom Lane
2017-10-16Rework DefineIndex relkind checkAlvaro Herrera
2017-10-15Restore nodeAgg.c's ability to check for improperly-nested aggregates.Tom Lane
2017-10-14Explicitly track whether aggregate final functions modify transition state.Tom Lane
2017-10-13Improve sys/catcache performance.Andres Freund
2017-10-13Fix possible crash with Parallel Bitmap Heap Scan.Robert Haas
2017-10-13Improve implementation of CRE-stack-flattening in map_variable_attnos().Tom Lane
2017-10-13Attempt to fix LDAP buildPeter Eisentraut
2017-10-13Log diagnostic messages if errors occur during LDAP auth.Peter Eisentraut
2017-10-13Improve LDAP cleanup code in error paths.Peter Eisentraut
2017-10-12Avoid coercing a whole-row variable that is already coerced.Robert Haas
2017-10-12Use ResultRelInfo ** rather than ResultRelInfo * for tuple routing.Robert Haas
2017-10-12Fix AggGetAggref() so it won't lie to aggregate final functions.Tom Lane
2017-10-12Synchronize error messages.Robert Haas
2017-10-12Infer functional dependency past RelabelTypeAlvaro Herrera
2017-10-12Fix logical replication to fire BEFORE ROW DELETE triggers.Robert Haas
2017-10-12Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.Andres Freund
2017-10-12Prevent sharing transition states between ordered-set aggregates.Tom Lane
2017-10-12Improve performance of SendRowDescriptionMessage.Andres Freund
2017-10-11pg_stat_statements: Widen query IDs from 32 bits to 64 bits.Robert Haas
2017-10-11Use one stringbuffer for all rows printed in printtup.c.Andres Freund
2017-10-11Add more efficient functions to pqformat API.Andres Freund
2017-10-11Allow to avoid NUL-byte management for stringinfos and use in format.c.Andres Freund
2017-10-11Remove unnecessary PG_TRY overhead for CurrentResourceOwner changes.Tom Lane
2017-10-11Prevent idle in transaction session timeout from sometimes being ignored.Andres Freund
2017-10-11Doc: fix missing explanation of default object privileges.Tom Lane
2017-10-11Fix mistakes in comments.Robert Haas
2017-10-11Fix low-probability loss of NOTIFY messages due to XID wraparound.Tom Lane
2017-10-10Rewrite strnlen replacement implementation from 8a241792f96.Andres Freund
2017-10-09Fix pnstrdup() to not memcpy() the maximum allowed length.Andres Freund
2017-10-08Reduce memory usage of targetlist SRFs.Andres Freund
2017-10-08Increase distance between flush requests during bulk file copies.Tom Lane
2017-10-08Reduce "X = X" to "X IS NOT NULL", if it's easy to do so.Tom Lane
2017-10-06Fix crash when logical decoding is invoked from a PL function.Tom Lane
2017-10-06Copy information from the relcache instead of pointing to it.Robert Haas
2017-10-06Fix intra-query memory leakage in nodeProjectSet.c.Tom Lane
2017-10-06Fix access-off-end-of-array in clog.c.Tom Lane
2017-10-06Fix traversal of half-frozen update chainsAlvaro Herrera
2017-10-06Basic partition-wise join functionality.Robert Haas
2017-10-05Fix typo in README.Tom Lane
2017-10-05On CREATE TABLE, consider skipping validation of subpartitions.Robert Haas
2017-10-05On attach, consider skipping validation of subpartitions individually.Robert Haas
2017-10-05Improve error message when skipping scan of default partition.Robert Haas