Commit Graph

55292 Commits (5f6401f81cb24bd3930e0dc589fc4aa8b5424cdc)
 

Author SHA1 Message Date
Alvaro Herrera a61b1f7482
Rework query relation permission checking 3 years ago
Alvaro Herrera b5bbaf08ed
Fix typo 3 years ago
David Rowley a858327221 Fix 32-bit build dangling pointer issue in WindowAgg 3 years ago
Michael Paquier 83a1a1b566 Generate pg_stat_get*() functions for tables using macros 3 years ago
Alexander Korotkov 941aa6a626 Check the snapshot argument of index_beginscan and family 3 years ago
Michael Paquier a7885c9bb2 Provide test coverage in pg_dump for default behaviors with compression 3 years ago
Peter Eisentraut 1bd47d0dca initdb: Refactor PG_CMD_PUTS loops 3 years ago
Tom Lane d69d01ba9d Fix Memoize to work with partitionwise joining. 3 years ago
Peter Eisentraut 35ce24c333 pg_dump: Remove "blob" terminology 3 years ago
Michael Paquier 8a476fda5e doc: Add missing <varlistentry> markups for developer GUCs 3 years ago
Michael Paquier 71cb84ec69 Add LSN location in some error messages related to WAL pages 3 years ago
David Rowley 8692f6644e Fix thinko introduced in 6b423ec67 3 years ago
Tom Lane d94f32d49f Update top-level .gitignore. 3 years ago
Tom Lane 92c4dafe1e Re-pgindent a few files. 3 years ago
Tom Lane e76913802c Fix broken MemoizePath support in reparameterize_path(). 3 years ago
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