summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-24Teach MemoryContext infrastructure not to depend on Node.aset_frontendRobert Haas
2019-12-28Micro-optimize AllocSetFreeIndex() by reference to pg_bitutils code.Tom Lane
2019-12-27Add pg_dump test for triggers on partitioned tablesAlvaro Herrera
2019-12-27doc: add examples of creative use of unique expression indexesBruce Momjian
2019-12-27docs: clarify infinite range values from data-type infinitiesBruce Momjian
2019-12-27Forbid DROP SCHEMA on temporary namespacesMichael Paquier
2019-12-26Revert "Rename files and headers related to index AM"Michael Paquier
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-26Add note about how each partition's default value is treated, into the doc.Fujii Masao
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 null category in crosstab_hashJoe Conway
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-21docs: clarify handling of column lists in COPY TO/FROMBruce Momjian
2019-12-20Adjust test case added by commit 6136e94dc.Tom Lane
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-20Superuser can permit passwordless connections on postgres_fdwAndrew Dunstan
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-19Doc: add a short summary of available authentication methods.Tom Lane
2019-12-19Update neglected comment.Robert Haas
2019-12-19Fix minor problems with non-exclusive backup cleanup.Robert Haas
2019-12-19Add support for MSYS2Peter Eisentraut
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