summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-03-19Introduce "anycompatible" family of polymorphic types.Tom Lane
2020-03-19Make pg_basebackup ask the server to estimate the total backup size, by default.Fujii Masao
2020-03-19Prepare to support non-tables in publicationsPeter Eisentraut
2020-03-19Rename the recovery-related wait events.Fujii Masao
2020-03-19Add assert to ensure that page locks don't participate in deadlock cycle.Amit Kapila
2020-03-19nbtree: Use raw PageAddItem() for retail inserts.Peter Geoghegan
2020-03-19Fix comment related to concurrent index swapping in index.cMichael Paquier
2020-03-18Disk-based Hash Aggregation.Jeff Davis
2020-03-18Specialize MemoryContextMemAllocated().Jeff Davis
2020-03-18Enable BEFORE row-level triggers for partitioned tablesAlvaro Herrera
2020-03-18Refactor nbtree fastpath optimization.Peter Geoghegan
2020-03-18Implement type regcollationPeter Eisentraut
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-16Update commentAlvaro Herrera
2020-03-16Plug memory leakAlvaro Herrera
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-14Improve test coverage for multi-column MCV listsTomas Vondra
2020-03-14Improve test coverage for functional dependenciesTomas Vondra
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-13Refactor compile-time assertion checks in c.hMichael Paquier
2020-03-11Fix test case instability introduced in 085b6b667.Tom Lane
2020-03-11Add pg_dump support for ALTER obj DEPENDS ON EXTENSIONAlvaro Herrera
2020-03-11Avoid holding a directory FD open across pg_ls_dir_files() calls.Tom Lane
2020-03-11Refactor ps_status.c APIPeter Eisentraut