summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-07-27Eliminate fixed token-length limit in hba.c.Tom Lane
2023-07-27worker_spi: Switch to TAP testsMichael Paquier
2023-07-27Fix performance problem with new COPY DEFAULT codeDavid Rowley
2023-07-27Add sanity asserts for index OID and attnums during cache initMichael Paquier
2023-07-27Show savepoint names as constants in pg_stat_statementsMichael Paquier
2023-07-27Adjust extra lines generated by psql to be valid SQL comments.Nathan Bossart
2023-07-26Add more SQL/JSON constructor functionsAmit Langote
2023-07-26Rename a nonterminal used in SQL/JSON grammarAmit Langote
2023-07-26Some refactoring to export json(b) conversion functionsAmit Langote
2023-07-26Fix crash with RemoveFromWaitQueue() when detecting a deadlock.Masahiko Sawada
2023-07-26worker_spi: Use term "dynamic" for bgworkers launched with worker_spi_launch()Michael Paquier
2023-07-26Document more assumptions of LWLock variable changes with WAL insertsMichael Paquier
2023-07-25Fix code indentation vioaltion introduced in commit d38ad8e31d.Amit Kapila
2023-07-25Remove unnecessary checks for indexes for REPLICA IDENTITY FULL tables.Masahiko Sawada
2023-07-25Optimize WAL insertion lock acquisition and release with some atomicsMichael Paquier
2023-07-25Fix the display of UNKNOWN message type in apply worker.Amit Kapila
2023-07-25Fix off-by-one in LimitAdditionalPins()Andres Freund
2023-07-24Compare only major versions in AdjustUpgrade.pmAlvaro Herrera
2023-07-24pgbench: Use COPY for client-side data generationMichael Paquier
2023-07-23pgbench: Add TAP tests to check consistency of data generatedMichael Paquier
2023-07-22Avoid compiler warning in non-assert builds.Tom Lane
2023-07-21ICU: remove negative test that fails to fail.Jeff Davis
2023-07-21Fix calculation of relid sets for partitionwise child joins.Tom Lane
2023-07-21Code review for commit b6e1157e7dAmit Langote
2023-07-21Fix worker_spi when launching workers without shared_preload_librariesMichael Paquier
2023-07-20Guard against null plan pointer in CachedPlanIsSimplyValid().Tom Lane
2023-07-20Revert "Add notBefore and notAfter to SSL cert info display"Daniel Gustafsson
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-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-19pg_archivecleanup: Add --clean-backup-historyMichael Paquier
2023-07-19pg_archivecleanup: Refactor loop doing old segment removalsMichael Paquier
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