summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-20Add notBefore and notAfter to SSL cert info displayDaniel Gustafsson
2023-07-20Set fixed dates for test certificates validityDaniel Gustafsson
2023-07-20pg_upgrade: include additional detail in cluster checkDaniel Gustafsson
2023-07-20Unify JSON categorize type API and export for external useAmit Langote
2023-07-20Add missing ObjectIdGetDatum() in syscache lookup calls for OidsMichael Paquier
2023-07-20Fix pg_recvlogical upon signal terminationMichael Paquier
2023-07-19Doc: move unparenthesized syntaxes for a few commands.Nathan Bossart
2023-07-19Support parenthesized syntax for CLUSTER without a table name.Nathan Bossart
2023-07-19Rearrange CLUSTER rules in gram.y.Nathan Bossart
2023-07-19Add psql \drg command to display role grants.Tom Lane
2023-07-19Doc: improve description of IN and row-constructor comparisons.Tom Lane
2023-07-19pg_archivecleanup: Add --clean-backup-historyMichael Paquier
2023-07-19pg_archivecleanup: Refactor loop doing old segment removalsMichael Paquier
2023-07-19Doc: Update the logical replication restriction w.r.t Replica Identity Full.Amit Kapila
2023-07-18Doc: fix out-of-date example of SPI usage.Tom Lane
2023-07-18Fix indentation in twophase.cMichael Paquier
2023-07-18Fix recovery of 2PC transaction during crash recoveryMichael Paquier
2023-07-17Include <limits.h> in fe-auth.c, to get CHAR_BIT reliably.Tom Lane
2023-07-17Remove db_user_namespace.Nathan Bossart
2023-07-16Shrink memory contexts struct sizesDavid Rowley
2023-07-14Simplify option handling in pg_ctl.Nathan Bossart
2023-07-14Allow plan nodes with initPlans to be considered parallel-safe.Tom Lane
2023-07-14Account for optimized MinMax aggregates during SS_finalize_plan.Tom Lane
2023-07-14Improve error message for MaxAllocSize overrun in accumArrayResult.Tom Lane
2023-07-14Add missing initializations of p_perminfoAmit Langote
2023-07-14Fix privilege check for SET SESSION AUTHORIZATION.Nathan Bossart
2023-07-14Move privilege check for SET SESSION AUTHORIZATION.Nathan Bossart
2023-07-14Allow the use of a hash index on the subscriber during replication.Amit Kapila
2023-07-14Add indisreplident to fields refreshed by RelationReloadIndexInfo()Michael Paquier
2023-07-14Fix updates of indisvalid for partitioned indexesMichael Paquier
2023-07-14Remove wal_sync_method=fsync_writethrough on Windows.Thomas Munro
2023-07-14Add information about line contents on parsing failure of wait_event_names.txtMichael Paquier
2023-07-13Remove double quotes from the second column of wait_event_names.txtMichael Paquier
2023-07-13Handle DROP DATABASE getting interruptedAndres Freund
2023-07-13Release lock after encountering bogs row in vac_truncate_clog()Andres Freund
2023-07-13Remove unnecessary pfree() in g_intbig_compress().Tom Lane
2023-07-13Add missing const qualifierAmit Langote
2023-07-13Fix code indentation violation in commit b6e1157e7dAmit Langote
2023-07-13Fix untranslatable log message assemblyPeter Eisentraut
2023-07-13Remove duplicated assignment of LLVMJitHandle->lljitMichael Paquier
2023-07-13Doc: clarify the conditions of usable indexes for REPLICA IDENTITY FULL tables.Masahiko Sawada
2023-07-13Rename session_auth_is_superuser to current_role_is_superuser.Nathan Bossart
2023-07-13Teach in-tree getopt_long() to move non-options to the end of argv.Nathan Bossart
2023-07-13Don't include CaseTestExpr in JsonValueExpr.formatted_exprAmit Langote
2023-07-13Pass constructName to transformJsonValueExpr()Amit Langote
2023-07-13Simplify some conditions related to [LW]Lock in generate-wait_event_types.plMichael Paquier
2023-07-12meson: Tie adding C++ support to the llvm Meson optionAndres Freund
2023-07-12meson: Pass more feature option through to required kwargsAndres Freund
2023-07-12pg_bsd_indent: Collect test diffs in test.diffs instead of tests.diffAndres Freund
2023-07-12doc: Clarify the errhint exampleDaniel Gustafsson