summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-12pg_bsd_indent: Collect test diffs in test.diffs instead of tests.diffAndres Freund
2023-07-12parallel_schedule: add comment on event_trigger test dependencyAlvaro Herrera
2023-07-12Remove ancient special case code for dropping oid columnsPeter Eisentraut
2023-07-12Remove ancient special case code for adding oid columnsPeter Eisentraut
2023-07-12Remove obsolete comment about OID supportPeter Eisentraut
2023-07-12Allow some exclusion constraints on partitionsPeter Eisentraut
2023-07-11Remove --disable-thread-safety and related code.Thomas Munro
2023-07-11pgbench: Move constant into format stringMichael Paquier
2023-07-11Report index vacuum progress.Masahiko Sawada
2023-07-11Add new parallel message type to progress reporting.Masahiko Sawada
2023-07-10Don't expose Windows' mbstowcs_l() and wcstombs_l().Thomas Munro
2023-07-10Be more rigorous about local variables in PostgresMain().Tom Lane
2023-07-10Fix pgindentPeter Eisentraut
2023-07-10Message wording improvementsPeter Eisentraut
2023-07-10Add more sanity checks with callers of changeDependencyFor()Michael Paquier
2023-07-10Fix ALTER EXTENSION SET SCHEMA with objects outside an extension's schemaMichael Paquier
2023-07-09Remove unnecessary unbind in LDAP search+bind modePeter Eisentraut
2023-07-09Rename port/thread.c to port/user.c.Thomas Munro
2023-07-09Remove obsolete comment and code from fe-auth.c.Thomas Munro
2023-07-08All supported systems have locale_t.Thomas Munro
2023-07-08Fix tmpdir issues with commit e213de8e78Andrew Dunstan
2023-07-08Use shorter location for pg_replslot in pg_basebackup testAndrew Dunstan
2023-07-08Fix Perl warningPeter Eisentraut
2023-07-08Make some indentation in gram.y consistentPeter Eisentraut
2023-07-07test_extensions: sync meson.build with Makefile.Jeff Davis
2023-07-07Revert MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart
2023-07-07Document relaxed HOT for summarizing indexesTomas Vondra
2023-07-06pg_regress: Remove unused variableDaniel Gustafsson
2023-07-06Fix type of iterator variable in SH_START_ITERATEAndres Freund
2023-07-06Skip pg_baseback long filename test if path too long on WindowsAndrew Dunstan
2023-07-06WAL-log the creation of the init fork of unlogged indexes.Heikki Linnakangas
2023-07-06Fix code indentation vioaltion introduced in commit cc32ec24fd.Amit Kapila