Commit Graph

55061 Commits (40b1491357a4a092ea054176944cf76e2fe3eff8)
 

Author SHA1 Message Date
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
Andrew Dunstan ccc59a83cd Fix binary mismatch for MSVC plperl vs gcc built perl libs 3 years ago
Tom Lane 3274ec05c8 Remove temporary portlock directory during make [dist]clean. 3 years ago
Andrew Dunstan 822e8836d5 Add portlock directory to .gitignore 3 years ago
Michael Paquier 1e314847dd Mark two signal flags as sig_atomic_t in pgbench and pg_test_fsync 3 years ago
Michael Paquier 02ac05b4c0 Fix typo in hba.c 3 years ago
Andrew Dunstan 341f4e002d Allow building with MSVC and Strawberry perl 3 years ago
Peter Eisentraut d94f29cb89 Correct some SQL feature names 3 years ago
Andrew Dunstan 50617a9aa3 Fix gen_node_support.pl for changed AclMode size 3 years ago
Dean Rasheed 7b2ccc5e03 Fix rule-detection code for MERGE. 3 years ago
Peter Eisentraut b1d0158060 doc: Re-order Table 28.35 "Per-Backend Statistics Functions" 3 years ago
Peter Eisentraut 9c558b94f0 doc: Re-order Table 28.12 "Wait Events of type LWLock" 3 years ago
Peter Eisentraut 6573643501 doc: Re-order sections of "28.4. Progress Reporting" 3 years ago
Etsuro Fujita ffbb7e65a8 Fix handling of pending inserts in nodeModifyTable.c. 3 years ago
Michael Paquier 9e492d6b69 Skip TAP test for peer authentication if there are no unix-domain sockets 3 years ago
Michael Paquier d13b684117 Introduce variables for initial and max nesting depth on configuration files 3 years ago
David Rowley 2d1f3bce97 Fix some 32-bit shift warnings in MSVC 3 years ago