summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2017-04-17Rename columns in new pg_statistic_ext catalogAlvaro Herrera
2017-04-17Tighten up relation kind checks for extended statisticsAlvaro Herrera
2017-04-17Always build a custom plan node's targetlist from the path's pathtarget.Tom Lane
2017-04-17Fix typos in comment and log message.Fujii Masao
2017-04-17Fix new warnings from GCC 7Peter Eisentraut
2017-04-17Fix extended statistics with partial analyzesAlvaro Herrera
2017-04-17Ensure BackgroundWorker struct contents are well-defined.Tom Lane
2017-04-16Fix typo in commentPeter Eisentraut
2017-04-16Sync addRangeTableEntryForENR() with its peer functions.Tom Lane
2017-04-15Provide a way to control SysV shmem attach address in EXEC_BACKEND builds.Tom Lane
2017-04-15More cleanup of manipulations of hash indexes' hasho_flag field.Tom Lane
2017-04-15Avoid passing function pointers across process boundaries.Tom Lane
2017-04-14Use one transaction while reading postgres.bki, not one per line.Tom Lane
2017-04-14Clean up manipulations of hash indexes' hasho_flag field.Tom Lane
2017-04-14Report statistics in logical replication workersPeter Eisentraut
2017-04-14Add option to modify sync commit per subscriptionPeter Eisentraut
2017-04-14Remove pstrdup of TextDatumGetCStringPeter Eisentraut
2017-04-14Remove trailing spaces in some outputPeter Eisentraut
2017-04-13Fix regexport.c to behave sanely with lookaround constraints.Tom Lane
2017-04-13Improve the SASL authentication protocol.Heikki Linnakangas
2017-04-13Move bootstrap-time lookup of regproc OIDs into genbki.pl.Tom Lane
2017-04-13Minor cleanup of backend SCRAM code.Heikki Linnakangas
2017-04-13Remove pg_stats_ext viewAlvaro Herrera
2017-04-13Mention pg_index changes also cause relcache invalidationSimon Riggs
2017-04-12Avoid transferring parallel-unsafe subplans to parallel workers.Tom Lane
2017-04-12Mark finished Plan nodes with parallel_safe flags.Tom Lane
2017-04-12Code review for c94e6942cefe7d20c5feed856e27f672734b1e2b.Robert Haas
2017-04-11Allow a rule on partitioned table to be renamed.Robert Haas
2017-04-11Add an Assert() to max_parallel_workers enforcement.Robert Haas
2017-04-11Fix confusion of max_parallel_workers mechanism following crash.Robert Haas
2017-04-11Fix failure when a shared tidbitmap has only one page.Robert Haas
2017-04-11Add max_sync_workers_per_subscription to postgresql.conf.sample.Fujii Masao
2017-04-11Remove symbol WIN32_ONLY_COMPILERMagnus Hagander
2017-04-11Fix possibile deadlock when dropping partitions.Robert Haas
2017-04-10Use weaker locks when updating pg_subscription_relPeter Eisentraut
2017-04-10Fix initialization of dsa.c free area counter.Andres Freund
2017-04-10Improve castNode notation by introducing list-extraction-specific variants.Tom Lane
2017-04-10Fix typo in commentPeter Eisentraut
2017-04-10Support configuration reload in logical replication workersPeter Eisentraut
2017-04-10Fix reporting of violations in ExecConstraints, again.Robert Haas
2017-04-10Move isolationtester's is-blocked query into C code for speed.Tom Lane
2017-04-08Clean up bugs in clause_selectivity() cleanup.Tom Lane
2017-04-08Add GUCs for predicate lock promotion thresholds.Kevin Grittner
2017-04-08Optimize joins when the inner relation can be proven unique.Tom Lane
2017-04-07Fix printf format to use %zd when printing sizesAlvaro Herrera
2017-04-07Reduce the number of pallocs() in BRINAlvaro Herrera
2017-04-07Improve 64bit atomics support.Andres Freund
2017-04-07Fix compiler warningPeter Eisentraut
2017-04-07Fix new BRIN desummarize WAL recordAlvaro Herrera
2017-04-07Use English, instead of internal names, for translatable messages.Robert Haas