summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2019-12-26Refactor parser's generation of Var nodes.Tom Lane
2019-12-26Fix some comments related to logical repslot advancingMichael Paquier
2019-12-26Refactor code dedicated to index vacuuming in vacuumlazy.cMichael Paquier
2019-12-25Allow whole-row Vars to be used in partitioning expressions.Tom Lane
2019-12-25Remove equalPartitionDescs().Tom Lane
2019-12-25Load relcache entries' partitioning data on-demand, not immediately.Tom Lane
2019-12-25Rename files and headers related to index AMMichael Paquier
2019-12-24Avoid splitting C string literals with \-newlineAlvaro Herrera
2019-12-24Rotate instead of shifting hash join batch number.Thomas Munro
2019-12-23Disallow partition key expressions that return pseudo-types.Tom Lane
2019-12-23Prevent a rowtype from being included in itself via a range.Tom Lane
2019-12-23GetPublicationByName: Don't repeat ourselvesAlvaro Herrera
2019-12-23Update nbtree LP_DEAD item deletion comments.Peter Geoghegan
2019-12-20Disallow dropping rules on system tables by defaultPeter Eisentraut
2019-12-20Fix compiler warnings on MSYS2Peter Eisentraut
2019-12-19Extend the ProcSignal mechanism to support barriers.Robert Haas
2019-12-19Remove unneeded "pin scan" nbtree VACUUM code.Peter Geoghegan
2019-12-19revert: Remove meaningless assignments in nbtree codeBruce Momjian
2019-12-19Remove meaningless assignments in nbtree codeBruce Momjian
2019-12-19makeArrayTypeName: Remove pointless relation open/closeAlvaro Herrera
2019-12-19Update neglected comment.Robert Haas
2019-12-19Fix minor problems with non-exclusive backup cleanup.Robert Haas
2019-12-18Re-#include <time.h> in checkpointer.c.Robert Haas
2019-12-18Move heap-specific detoasting logic into a separate function.Robert Haas
2019-12-18Fix compiler warning in non-assert buildsMichael Paquier
2019-12-18Refactor attribute mappings used in logical tuple conversionMichael Paquier
2019-12-18Fix subscriber invalid memory access on DDL.Amit Kapila
2019-12-18Fix some OBJS lists in two Makefiles to be ordered alphabeticallyMichael Paquier
2019-12-18Remove redundant not-null testBruce Momjian
2019-12-18Remove shadow variables linked to RedoRecPtr in xlog.cMichael Paquier
2019-12-17Fix error reporting for index expressions of prohibited types.Tom Lane
2019-12-17Fix bad formula in previous commit.Robert Haas
2019-12-17Code cleanup for toast_fetch_datum and toast_fetch_datum_slice.Robert Haas
2019-12-17Add missing "void" to prototypes.Robert Haas
2019-12-17Partially deduplicate interrupt handling for background processes.Robert Haas
2019-12-17Use PostgresSigHupHandler in more places.Robert Haas
2019-12-17Move interrupt-handling code into subroutines.Robert Haas
2019-12-17Change overly strict Assert in TransactionGroupUpdateXidStatus.Amit Kapila
2019-12-17Rename nbtree tuple macros.Peter Geoghegan
2019-12-17Fix "force_parallel_mode = regress" to work with ANALYZE + VERBOSE.Tom Lane
2019-12-17Update nbtree README's "Scans during Recovery".Peter Geoghegan
2019-12-16Demote variable from global to localAlvaro Herrera
2019-12-16Fix yet another crash in page split during GiST index creation.Heikki Linnakangas
2019-12-16Sort out getpeereid() and peer auth handling on WindowsPeter Eisentraut
2019-12-15Remove duplicated progress reporting during heap scan of VACUUMMichael Paquier
2019-12-14Prevent overly-aggressive collapsing of joins to RTE_RESULT relations.Tom Lane
2019-12-14Fix memory leak when initializing DH parameters in backendMichael Paquier
2019-12-14Fix mdsyncfiletag(), take II.Thomas Munro
2019-12-14Don't use _mdfd_getseg() in mdsyncfiletag().Thomas Munro
2019-12-13Fix crash when a page was split during GiST index creation.Heikki Linnakangas