summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2017-04-21Synchronize table list before creating slot in CREATE SUBSCRIPTIONPeter Eisentraut
2017-04-20Modify message when partitioned table is added to publicationPeter Eisentraut
2017-04-20Prevent log_replication_commands from causing SQL commands to be logged.Fujii Masao
2017-04-20Don't call the function that may raise an error while holding spinlock.Fujii Masao
2017-04-18Fix testing of parallel-safety of SubPlans.Tom Lane
2017-04-18Improve documentation and comment for quorum-based sync replication.Fujii Masao
2017-04-18Provide an error cursor for "can't call an SRF here" errors.Tom Lane
2017-04-18A collection of small fixes for logical replication.Fujii Masao
2017-04-18Use DatumGetInt32() to extract 32-bit integer value from a datum.Fujii Masao
2017-04-18Also fix comment in sample postgresql.conf file, for "scram-sha-256".Heikki Linnakangas
2017-04-18Rename "scram" to "scram-sha-256" in pg_hba.conf and password_encryption.Heikki Linnakangas
2017-04-18Fix minor typo in commentSimon Riggs
2017-04-18Exit correctly from PrepareRedoRemove() when not foundSimon Riggs
2017-04-18Don’t push nextid too far forwards in recoverySimon Riggs
2017-04-18Allow COMMENT ON COLUMN with partitioned tablesSimon Riggs
2017-04-18Set range table for CopyFrom() in tablesyncPeter Eisentraut
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