Commit Graph

48282 Commits (4ba4bfaf256c17fe4c8f497924b74eb98241b84f)
 

Author SHA1 Message Date
Tom Lane 4ba4bfaf25 Fix possible loss of sync between rectypeid and underlying PLpgSQL_type. 6 years ago
Tom Lane fbe0232358 Improve comments in utils/rel.h. 6 years ago
Tom Lane b541e9accb Refactor parser's generation of Var nodes. 6 years ago
Michael Paquier 044b319cd7 Fix some comments related to logical repslot advancing 6 years ago
Michael Paquier 1ab41a3c8e Refactor code dedicated to index vacuuming in vacuumlazy.c 6 years ago
Fujii Masao 1ab029d528 Add note about how each partition's default value is treated, into the doc. 6 years ago
Tom Lane bb4114a4e2 Allow whole-row Vars to be used in partitioning expressions. 6 years ago
Tom Lane 42f74f4936 Remove equalPartitionDescs(). 6 years ago
Tom Lane 5b9312378e Load relcache entries' partitioning data on-demand, not immediately. 6 years ago
Michael Paquier 8ce3aa9b59 Rename files and headers related to index AM 6 years ago
Alvaro Herrera c4dcd9144b Avoid splitting C string literals with \-newline 6 years ago
Michael Paquier cce64a51ca Replace use of strerror() with %s by %m in pg_waldump 6 years ago
Thomas Munro e69d644547 Rotate instead of shifting hash join batch number. 6 years ago
Joe Conway d5b9c2baff Disallow null category in crosstab_hash 6 years ago
Tom Lane 39ebb943de Disallow partition key expressions that return pseudo-types. 6 years ago
Tom Lane fc7695891d Prevent a rowtype from being included in itself via a range. 6 years ago
Alvaro Herrera 0fd8cfb20d GetPublicationByName: Don't repeat ourselves 6 years ago
Peter Geoghegan 696cc3a0ca Normalize _bt_finish_split() argument names. 6 years ago
Peter Geoghegan fe97c61c87 Update nbtree LP_DEAD item deletion comments. 6 years ago
Tom Lane b265aa1f39 Avoid low-probability regression test failures in timestamp[tz] tests. 6 years ago
Peter Eisentraut 127ccb3725 Fix compiler warning for ppoll() on Cygwin 6 years ago
Tom Lane 5406513e99 In pgwin32_open, loop after ERROR_ACCESS_DENIED only if we can't stat. 6 years ago
Bruce Momjian 4376fdbae1 C comment: clarify why psql's help/exit/quit must alone 6 years ago
Bruce Momjian 4cab43ec80 docs: clarify handling of column lists in COPY TO/FROM 6 years ago
Tom Lane 0af0504da9 Adjust test case added by commit 6136e94dc. 6 years ago
Tom Lane e60b480d39 libpq should expose GSS-related parameters even when not implemented. 6 years ago
Peter Eisentraut 77f416af6e Clean up inconsistent backslash use in paths 6 years ago
Peter Eisentraut 8f4fb4c648 Generate pg_config.h from pg_config.h.in on Windows 6 years ago
Peter Eisentraut df7fe9e2d7 Disallow dropping rules on system tables by default 6 years ago
Peter Eisentraut 8c6d30f211 Fix compiler warnings on MSYS2 6 years ago
Andrew Dunstan 6136e94dcb Superuser can permit passwordless connections on postgres_fdw 6 years ago
Robert Haas 16a4e4aecd Extend the ProcSignal mechanism to support barriers. 6 years ago
Peter Geoghegan 9f83468b35 Remove unneeded "pin scan" nbtree VACUUM code. 6 years ago
Bruce Momjian b93e9a5c94 revert: Remove meaningless assignments in nbtree code 6 years ago
Bruce Momjian 05684c8255 Remove meaningless assignments in nbtree code 6 years ago
Alvaro Herrera 2b93e3d96b makeArrayTypeName: Remove pointless relation open/close 6 years ago
Tom Lane 54fbd155cc Doc: add a short summary of available authentication methods. 6 years ago
Robert Haas 7cdcc747a9 Update neglected comment. 6 years ago
Robert Haas 303640199d Fix minor problems with non-exclusive backup cleanup. 6 years ago
Peter Eisentraut e975c1a602 Add support for MSYS2 6 years ago
Robert Haas 9aafc4529f Re-#include <time.h> in checkpointer.c. 6 years ago
Robert Haas e9fd0415e6 Move heap-specific detoasting logic into a separate function. 6 years ago
Tom Lane bf7427bdd3 Minimal portability fix for commit e1551f96e. 6 years ago
Peter Eisentraut ecb09cd5de Add .editorconfig 6 years ago
Michael Paquier 2032645b19 Fix compiler warning in non-assert builds 6 years ago
Michael Paquier e1551f96e6 Refactor attribute mappings used in logical tuple conversion 6 years ago
Amit Kapila 04c8a69c0c Fix subscriber invalid memory access on DDL. 6 years ago
Michael Paquier 52dcfda487 Doc: Improve readability of options for REINDEX 6 years ago
Michael Paquier aa3ef7ff50 Fix some OBJS lists in two Makefiles to be ordered alphabetically 6 years ago
Bruce Momjian 181932a032 Remove redundant not-null test 6 years ago