summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-20pg_stat_statements: Add a comment about the dangers of padding bytes.Robert Haas
2017-10-19Fix incorrect link in v10 release notes.Tom Lane
2017-10-19Add more tests for reloptionsAlvaro Herrera
2017-10-19Fix typosMagnus Hagander
2017-10-19Fix typoMagnus Hagander
2017-10-19Fix typo in release notesMagnus Hagander
2017-10-19UCS_to_most.pl: Process encodings in sorted orderPeter Eisentraut
2017-10-18Make OWNER TO subcommand mention consistentAlvaro Herrera
2017-10-18Make release notes aware that --xlog-method was renamedAlvaro Herrera
2017-10-17Don't use SGML empty tagsPeter Eisentraut
2017-10-17REASSIGN OWNED BY doc: s/privileges/membership/Alvaro Herrera
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-15doc: Postgres -> PostgreSQLPeter Eisentraut
2017-10-14gcc's support for __attribute__((noinline)) hasn't been around forever.Tom Lane
2017-10-14Explicitly track whether aggregate final functions modify transition state.Tom Lane
2017-10-14Reinstate genhtml --prefix option for non-vpath buildsPeter Eisentraut
2017-10-13Add missing options to pg_regress help() outputJoe Conway
2017-10-13Improve sys/catcache performance.Andres Freund
2017-10-13Add pg_noinline macro to c.h.Andres Freund
2017-10-13Force "restrict" not to be used when compiling with xlc.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-13Rely on sizeof(typename) rather than sizeof(variable) in pqformat.h.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-12Use C99 restrict via pg_restrict, rather than restrict directly.Andres Freund
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-12Doc: fix typo in release notes.Tom Lane
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-12Temporary attempt at a workaround for further MSVC restrict build failures.Andres Freund
2017-10-12Work around overly strict restrict checks by MSVC.Andres Freund
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-11Add configure infrastructure to detect support for C99's restrict.Andres Freund