summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2020-03-18Recognize some OR clauses as compatible with functional dependenciesTomas Vondra
2020-03-18Fix wording of several extended stats commentsTomas Vondra
2020-03-18Add missing errcode() in a few ereport calls.Amit Kapila
2020-03-18Fix typo in indexcmds.cMichael Paquier
2020-03-18Assert that we don't acquire a heavyweight lock on another object afterAmit Kapila
2020-03-18nbtree: Remove useless local variables.Peter Geoghegan
2020-03-18Don't use EV_CLEAR for kqueue events.Thomas Munro
2020-03-18Fix kqueue support under debugger on macOS.Thomas Munro
2020-03-17Refactor our checks for valid function and aggregate signatures.Tom Lane
2020-03-17Adjust handling of an ANYARRAY actual input for an ANYARRAY argument.Tom Lane
2020-03-17Remove logical_read_local_xlog_pageAlvaro Herrera
2020-03-17Fix consistency issues with replication slot copyAlvaro Herrera
2020-03-17Remove bogus assertion about polymorphic SQL function result.Tom Lane
2020-03-17Fix comment in xlog.c.Fujii Masao
2020-03-17Remove useless pfree()s at the ends of various ValuePerCall SRFs.Tom Lane
2020-03-17Avoid holding a directory FD open across assorted SRF calls.Tom Lane
2020-03-16nbtree: Fix obsolete _bt_search() comment.Peter Geoghegan
2020-03-16nbtree: Pass down MAXALIGN()'d itemsz for new item.Peter Geoghegan
2020-03-16Introduce a maintenance_io_concurrency setting.Thomas Munro
2020-03-16Simplify the effective_io_concurrency setting.Thomas Munro
2020-03-16nbtree: Reorder nbtinsert.c prototypes.Peter Geoghegan
2020-03-15Add backend type to csvlog and optionally log_line_prefixPeter Eisentraut
2020-03-14Rearrange pseudotypes.c to get rid of duplicative code.Tom Lane
2020-03-14Restructure polymorphic-type resolution in funcapi.c.Tom Lane
2020-03-14Use multi-variate MCV lists to estimate ScalarArrayOpExprTomas Vondra
2020-03-14Use functional dependencies to estimate ScalarArrayOpExprTomas Vondra
2020-03-13Remove am_syslogger global variablePeter Eisentraut
2020-03-13Unify several ways to tracking backend typePeter Eisentraut
2020-03-13Preserve replica identity index across ALTER TABLE rewritePeter Eisentraut
2020-03-11Avoid holding a directory FD open across pg_ls_dir_files() calls.Tom Lane
2020-03-11Refactor ps_status.c APIPeter Eisentraut
2020-03-11Avoid duplicates in ALTER ... DEPENDS ON EXTENSIONAlvaro Herrera
2020-03-11Clean up order in miscinit.c a bitPeter Eisentraut
2020-03-11Remove HAVE_WORKING_LINKPeter Eisentraut
2020-03-11nbtree: Move fastpath NULL descent stack assertion.Peter Geoghegan
2020-03-10Marginal comments and docs cleanup.Tom Lane
2020-03-10nbtree: Demote minus infinity "can't happen" error.Peter Geoghegan
2020-03-10Ensure that CREATE TABLE LIKE copies any NO INHERIT constraint property.Tom Lane
2020-03-10Preserve integer and float values accurately in (de)serialize_deflist.Tom Lane
2020-03-10Split out CreateCast into src/backend/catalog/pg_cast.cAlvaro Herrera
2020-03-10Remove utils/acl.h from catalog/objectaddress.hPeter Eisentraut
2020-03-10Support adding partitioned tables to publicationPeter Eisentraut
2020-03-10Prevent reindex of invalid indexes on TOAST tablesMichael Paquier
2020-03-10Tidy up XLogSource code in xlog.c.Fujii Masao
2020-03-09Introduce LogicalTapeSetExtend().Jeff Davis
2020-03-09Fix bug that causes to report waiting in PS display twice, in hot standby.Fujii Masao
2020-03-09Add tg_updatedcols to TriggerDataPeter Eisentraut
2020-03-09Code simplificationPeter Eisentraut
2020-03-09Avoid assertion failure with targeted recovery in standby mode.Fujii Masao
2020-03-09Mark ssl_passphrase_command as GUC_SUPERUSER_ONLY.Fujii Masao