Commit Graph

55292 Commits (5f6401f81cb24bd3930e0dc589fc4aa8b5424cdc)
 

Author SHA1 Message Date
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
David Rowley ec5affdbc2 Improve indenting in _hash_pgaddtup 3 years ago
Alvaro Herrera 2cf41cd309
Make multixact error message more explicit 3 years ago
Peter Eisentraut 385da7306c doc: Fix description of how the default user name is chosen 3 years ago
Michael Paquier af205152ef Add the database name to the ps display of logical WAL senders 3 years ago
Michael Paquier a54b658ce7 Add support for file inclusions in HBA and ident configuration files 3 years ago
David Rowley d09dbeb9bd Speedup hash index builds by skipping needless binary searches 3 years ago
Michael Paquier d46ad72f46 Create memory context for tokenization after opening top-level file in hba.c 3 years ago
Michael Paquier d5566fbfeb Add missing initialization in tokenize_expand_file() for output list 3 years ago
Michael Paquier efc981627a Rework memory contexts in charge of HBA/ident tokenization 3 years ago
Alexander Korotkov cee1209514 Support for custom slots in the custom executor nodes 3 years ago
Andrew Dunstan b7a5ef17cf Simplify WARNING messages from skipped vacuum/analyze on a table 3 years ago
Andrew Dunstan 7b378237aa Expand AclMode to 64 bits 3 years ago
Peter Geoghegan b6074846ce Simplify vacuum_set_xid_limits() signature. 3 years ago
Peter Geoghegan 02d647bbf0 Don't test HEAP_XMAX_INVALID when freezing xmax. 3 years ago
Andrew Dunstan b425bf0081
Fix perl warning from commit 9b4eafcaf4 3 years ago
Tom Lane 56d0ed3b75 Give better hints for ambiguous or unreferenceable columns. 3 years ago
Tom Lane 9c6ad5eaa9 YA attempt at taming worst-case behavior of get_actual_variable_range. 3 years ago
Alvaro Herrera 0538d4c0c3
Remove useless MERGE test 3 years ago
Amit Kapila a1efcda7c3 Improve comments atop pg_get_replication_slots. 3 years ago