summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-12-26Fix possible loss of sync between rectypeid and underlying PLpgSQL_type.Tom Lane
2019-12-26Improve comments in utils/rel.h.Tom Lane
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-24Replace use of strerror() with %s by %m in pg_waldumpMichael Paquier
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-23Normalize _bt_finish_split() argument names.Peter Geoghegan
2019-12-23Update nbtree LP_DEAD item deletion comments.Peter Geoghegan
2019-12-22Avoid low-probability regression test failures in timestamp[tz] tests.Tom Lane
2019-12-22Fix compiler warning for ppoll() on CygwinPeter Eisentraut
2019-12-21In pgwin32_open, loop after ERROR_ACCESS_DENIED only if we can't stat.Tom Lane
2019-12-21C comment: clarify why psql's help/exit/quit must aloneBruce Momjian
2019-12-20libpq should expose GSS-related parameters even when not implemented.Tom Lane
2019-12-20Clean up inconsistent backslash use in pathsPeter Eisentraut
2019-12-20Generate pg_config.h from pg_config.h.in on WindowsPeter Eisentraut
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-18Minimal portability fix for commit e1551f96e.Tom Lane
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-17simplehash: Allow for use in frontend code.Robert Haas
2019-12-17simplehash: Allow use of simplehash without MemoryContext.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