Commit Graph

56543 Commits (97ff8dd02ca788020021cdafb85d77d4fd3f3125)
 

Author SHA1 Message Date
Michael Paquier 97ff8dd02c Fix worker_spi when launching workers without shared_preload_libraries 2 years ago
Tom Lane 9089287aa0 Guard against null plan pointer in CachedPlanIsSimplyValid(). 2 years ago
Daniel Gustafsson 29a0ccbce9 Revert "Add notBefore and notAfter to SSL cert info display" 2 years ago
Daniel Gustafsson 75ec5e7bec Add notBefore and notAfter to SSL cert info display 2 years ago
Daniel Gustafsson 40fad96530 Set fixed dates for test certificates validity 2 years ago
Daniel Gustafsson a3f695e645 pg_upgrade: include additional detail in cluster check 2 years ago
Amit Langote 3c152a27b0 Unify JSON categorize type API and export for external use 2 years ago
Michael Paquier 2a990abd79 Add missing ObjectIdGetDatum() in syscache lookup calls for Oids 2 years ago
Michael Paquier 47556a0013 Fix pg_recvlogical upon signal termination 2 years ago
Nathan Bossart ab29a7a9c6 Doc: move unparenthesized syntaxes for a few commands. 2 years ago
Nathan Bossart cdaedfc96d Support parenthesized syntax for CLUSTER without a table name. 2 years ago
Nathan Bossart 018b61f81b Rearrange CLUSTER rules in gram.y. 2 years ago
Tom Lane d65ddaca93 Add psql \drg command to display role grants. 2 years ago
Tom Lane 15c68cd84a Doc: improve description of IN and row-constructor comparisons. 2 years ago
Michael Paquier 3f8c98d0b6 pg_archivecleanup: Add --clean-backup-history 3 years ago
Michael Paquier 4a7556f77c pg_archivecleanup: Refactor loop doing old segment removals 3 years ago
Amit Kapila 961cf5c905 Doc: Update the logical replication restriction w.r.t Replica Identity Full. 3 years ago
Tom Lane 137b131d6f Doc: fix out-of-date example of SPI usage. 3 years ago
Michael Paquier 4e465aac36 Fix indentation in twophase.c 3 years ago
Michael Paquier cb0cca1880 Fix recovery of 2PC transaction during crash recovery 3 years ago
Tom Lane 8fab4b3480 Include <limits.h> in fe-auth.c, to get CHAR_BIT reliably. 3 years ago
Nathan Bossart 884eee5bfb Remove db_user_namespace. 3 years ago
David Rowley 2c2eb0d6b2 Shrink memory contexts struct sizes 3 years ago
Nathan Bossart 03d1080d8a Simplify option handling in pg_ctl. 3 years ago
Tom Lane e08d74ca13 Allow plan nodes with initPlans to be considered parallel-safe. 3 years ago
Tom Lane d0d44049d1 Account for optimized MinMax aggregates during SS_finalize_plan. 3 years ago
Tom Lane b8d3dae00f Improve error message for MaxAllocSize overrun in accumArrayResult. 3 years ago
Amit Langote 00f2a2556c Add missing initializations of p_perminfo 3 years ago
Nathan Bossart a0363ab7aa Fix privilege check for SET SESSION AUTHORIZATION. 3 years ago
Nathan Bossart 9987a7bf34 Move privilege check for SET SESSION AUTHORIZATION. 3 years ago
Amit Kapila edca342434 Allow the use of a hash index on the subscriber during replication. 3 years ago
Michael Paquier a5ea825f95 Add indisreplident to fields refreshed by RelationReloadIndexInfo() 3 years ago
Michael Paquier 38ea6aa90e Fix updates of indisvalid for partitioned indexes 3 years ago
Thomas Munro d0c28601ef Remove wal_sync_method=fsync_writethrough on Windows. 3 years ago
Michael Paquier aea7fe33fb Add information about line contents on parsing failure of wait_event_names.txt 3 years ago
Michael Paquier 183a60a628 Remove double quotes from the second column of wait_event_names.txt 3 years ago
Andres Freund c66a7d75e6 Handle DROP DATABASE getting interrupted 3 years ago
Andres Freund 83ecfa9fad Release lock after encountering bogs row in vac_truncate_clog() 3 years ago
Tom Lane 8aac9759bb Remove unnecessary pfree() in g_intbig_compress(). 3 years ago
Amit Langote 40b3af72a7 Add missing const qualifier 3 years ago
Amit Langote 328f492d25 Fix code indentation violation in commit b6e1157e7d 3 years ago
Peter Eisentraut e1c83e7b96 Fix untranslatable log message assembly 3 years ago
Michael Paquier ccfca8ea42 Remove duplicated assignment of LLVMJitHandle->lljit 3 years ago
Masahiko Sawada fd48a86c62 Doc: clarify the conditions of usable indexes for REPLICA IDENTITY FULL tables. 3 years ago
Nathan Bossart 0fef877538 Rename session_auth_is_superuser to current_role_is_superuser. 3 years ago
Nathan Bossart 411b720343 Teach in-tree getopt_long() to move non-options to the end of argv. 3 years ago
Amit Langote b6e1157e7d Don't include CaseTestExpr in JsonValueExpr.formatted_expr 3 years ago
Amit Langote 785480c953 Pass constructName to transformJsonValueExpr() 3 years ago
Michael Paquier c17164aec8 Simplify some conditions related to [LW]Lock in generate-wait_event_types.pl 3 years ago
Andres Freund 7a7f13afee meson: Tie adding C++ support to the llvm Meson option 3 years ago