Commit Graph

48504 Commits (541757f34ee099dd8e601b29dfad6302c6747d71)
 

Author SHA1 Message Date
Peter Geoghegan 0c41c83d8f Clear up btree_xlog_split() alignment comment. 6 years ago
Tom Lane 90d7f6604b Minor portability fixes for new TAP script. 6 years ago
Peter Geoghegan 44e44bd258 Correct _bt_delitems_vacuum() lock comments. 6 years ago
Alvaro Herrera 1fa846f1c9 Fix cloning of row triggers to sub-partitions 6 years ago
Tom Lane 7c015045b9 Add basic TAP tests for psql's tab-completion logic. 6 years ago
Tom Lane 915c04f091 Fix typmod exposed for scalar function in FROM, too. 6 years ago
Peter Geoghegan a412f46988 Reorder two nbtree.h function prototypes. 6 years ago
Tom Lane 4d02eb017e Fix collation exposed for scalar function in FROM. 6 years ago
Tom Lane 5815696bc6 Make parser rely more heavily on the ParseNamespaceItem data structure. 6 years ago
Peter Eisentraut 198c7153dc Fix comment in test 6 years ago
Amit Kapila d207038053 Fix running out of file descriptors for spill files. 6 years ago
Peter Geoghegan 4b25f5d0ba Revise BTP_HAS_GARBAGE nbtree VACUUM comments. 6 years ago
Tom Lane 823e739d4a Test GROUP BY matching of join columns that are type-coerced by USING. 6 years ago
Peter Geoghegan c5f3b53b0e Update btree_xlog_delete() comments. 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Peter Eisentraut b55413d77f Modernize Python exception syntax in documentation 6 years ago
Tom Lane 0ce38730ac Micro-optimize AllocSetFreeIndex() by reference to pg_bitutils code. 6 years ago
Alvaro Herrera 27a3b2ad83 Add pg_dump test for triggers on partitioned tables 6 years ago
Bruce Momjian a9760d0f3c doc: add examples of creative use of unique expression indexes 6 years ago
Bruce Momjian 650692a18d docs: clarify infinite range values from data-type infinities 6 years ago
Michael Paquier a052f6cbb8 Forbid DROP SCHEMA on temporary namespaces 6 years ago
Michael Paquier 7854e07f25 Revert "Rename files and headers related to index AM" 6 years ago
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