Commit Graph

55077 Commits (6eb2f0ed4cd5c8668c3127024a8a58b10fa2e8dc)
 

Author SHA1 Message Date
Tom Lane 6eb2f0ed4c Add missing MaterialPath support in reparameterize_path[_by_child]. 3 years ago
Tom Lane fe12f2f8fa Fix generate_partitionwise_join_paths() to tolerate failure. 3 years ago
David Rowley 6b423ec677 Improve performance of pg_strtointNN functions 3 years ago
Tom Lane 29452de734 Doc: flesh out fmgr/README's description of context-node usage. 3 years ago
Dean Rasheed 2605643a3a Fix DEFAULT handling for multi-row INSERT rules. 3 years ago
David Rowley f73bd5fd08 Add missing const qualifier 3 years ago
Andres Freund cb2e7ddfe5 Prevent pgstats from getting confused when relkind of a relation changes 3 years ago
Jeff Davis 7ac0f8d384 Fix broken hash function hashbpcharextended(). 3 years ago
Tom Lane 4c689a69ee Remove gen_node_support.pl's special treatment of EquivalenceClasses. 3 years ago
Tom Lane b6bd5def3a Add some error cross-checks to gen_node_support.pl. 3 years ago
Tom Lane cabfb8241d Fix psql's \sf and \ef for new-style SQL functions. 3 years ago
Tom Lane b23cd185fd Remove logic for converting a table to a view. 3 years ago
Daniel Gustafsson 66456da150 doc: Avoid writing in first-person form 3 years ago
Daniel Gustafsson c76da690ba Report incompatible roles in pg_upgrade checking 3 years ago
Daniel Gustafsson ab81006299 doc: fix type alignment for CREATE TABLE in triggers 3 years ago
Alvaro Herrera fb958b5da8
Generalize ri_RootToPartitionMap to use for non-partition children 3 years ago
Amit Kapila 40b1491357 Fix incorrect output from pgoutput when using column lists. 3 years ago
Andres Freund 069de07eae autoconf: Don't AC_SUBST() LD in configure 3 years ago
Andres Freund e0f0e08e17 autoconf: Unify CFLAGS_SSE42 and CFLAGS_ARMV8_CRC32C 3 years ago
Michael Paquier 5e73a60488 Switch pg_dump to use compression specifications 3 years ago
Jeff Davis edf12e7bbd Fix memory leak for hashing with nondeterministic collations. 3 years ago
Tom Lane a109a0bb50 Doc: add example of round(v, s) with negative s. 3 years ago
Tom Lane ef2d7c6f0b Doc: word-smith the discussion of secure schema usage patterns. 3 years ago
Tom Lane 1dd6700f44 Fix under-parenthesized display of AT TIME ZONE constructs. 3 years ago
Bruce Momjian 4dd00b042f revert: add transaction processing chapter with internals info 3 years ago
Peter Eisentraut 4c72102e1d doc: Add installation instructions for building with meson 3 years ago
Alvaro Herrera ec38694894
Move PartitioPruneInfo out of plan nodes into PlannedStmt 3 years ago
Peter Eisentraut de867c9c53 doc: Remove note about disk space from installation instructions 3 years ago
Peter Eisentraut 148e0bd4d6 doc: Add missing comma 3 years ago
Michael Paquier 43351557d0 Make materialized views participate in predicate locking 3 years ago
Tom Lane d5515ca7cf Reject missing database name in pg_regress and cohorts. 3 years ago
Alvaro Herrera 8f2e74bf87
Bump catalog version for previous commit 3 years ago
Alvaro Herrera 599b33b949
Stop accessing checkAsUser via RTE in some cases 3 years ago
Michael Paquier d2a4490401 Add regression tests for psql's \o and \g on files 3 years ago
Bruce Momjian 66bc9d2d3e doc: add transaction processing chapter with internals info 3 years ago
Michael Paquier d18655cc03 Refactor code parsing compression option values (-Z/--compress) 3 years ago
Michael Paquier d74a366aa2 Fix comment in fe-auth-scram.c 3 years ago
Tom Lane 8242752f9c Improve heuristics for compressing the KnownAssignedXids array. 3 years ago
Tom Lane 8b47ccb624 Prevent clobbering of utility statements in SQL function caches. 3 years ago
Tom Lane 51dfaa0b01 Remove bogus Assert and dead code in remove_useless_results_recurse(). 3 years ago
Alvaro Herrera ad86d159b6
Add 'missing_ok' argument to build_attrmap_by_name 3 years ago
Michael Paquier 00ae5d6f58 meson: Add some missing env settings for tests of pg_dump and pg_verifybackup 3 years ago
Michael Paquier 8aa03f3caa Fix comment in snapbuild.c 3 years ago
Thomas Munro cd4329d939 Remove promote_trigger_file. 3 years ago
Andres Freund f0cd57f852 meson: Fix binary mismatch for MSVC plperl vs gcc built perl libs 3 years ago
Andrew Dunstan 4441fc704d Provide non-superuser predefined roles for vacuum and analyze 3 years ago
Andrew Dunstan b5d6382496 Provide per-table permissions for vacuum and analyze. 3 years ago
Daniel Gustafsson 1f059a4408 doc: Clarify unit of logging for log_temp_files 3 years ago
Michael Paquier cbe6e482d7 Add TAP tests for include directives in HBA end ident files 3 years ago
Tom Lane ec25ba624e Doc: update queries.sgml for optional subquery aliases. 3 years ago