summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-11-15Remove unnecessary backslash from CopyFrom() code.Fujii Masao
2024-11-15Fix collation handling for foreign keysPeter Eisentraut
2024-11-15Avoid deleting critical WAL segments during pg_rewindÁlvaro Herrera
2024-11-15Proper object locking for GRANT/REVOKEPeter Eisentraut
2024-11-15jit: Stop emitting some unnecessary instructionsHeikki Linnakangas
2024-11-15Add an assertion in get_object_address()Peter Eisentraut
2024-11-15Fix race conditions with drop of reused pgstats entriesMichael Paquier
2024-11-14Pass MyPMChildSlot as an explicit argument to child processHeikki Linnakangas
2024-11-14Assign a child slot to every postmaster child processHeikki Linnakangas
2024-11-14Kill dead-end children when there's nothing else leftHeikki Linnakangas
2024-11-14Replace postmaster.c's own backend type codes with BackendTypeHeikki Linnakangas
2024-11-14Remove a useless cast to (void *) in hash_search() callPeter Eisentraut
2024-11-13Add nbtree amgettuple return item function.Peter Geoghegan
2024-11-13Fix pg_upgrade's cross-version tests when old < 18Álvaro Herrera
2024-11-13Fix comment in injection_point.cMichael Paquier
2024-11-13Fix obsolete nbtree page reuse FSM comment.Peter Geoghegan
2024-11-12Add missing word in commentAmit Langote
2024-11-12Silence compilers about extractNotNullColumn()Álvaro Herrera
2024-11-11Fix arrays comparison in CompareOpclassOptions()Alexander Korotkov
2024-11-11Parallel workers use AuthenticatedUserId for connection privilege checks.Tom Lane
2024-11-11Fix cross-version upgrade tests.Tom Lane
2024-11-11Avoid bizarre meson behavior with backslashes in command arguments.Tom Lane
2024-11-11Fix improper interactions between session_authorization and role.Tom Lane
2024-11-11Ensure cached plans are correctly marked as dependent on role.Nathan Bossart
2024-11-11Block environment variable mutations from trusted PL/Perl.Noah Misch
2024-11-11Add two attributes to pg_stat_database for parallel workers activityMichael Paquier
2024-11-11libpq: Bail out during SSL/GSS negotiation errorsMichael Paquier
2024-11-10jit: Remove obsolete LLVM version guard.Thomas Munro
2024-11-08Fix sign-compare warnings in pg_iovec.h.Nathan Bossart
2024-11-08Assert consistency of currPage that ended scan.Peter Geoghegan
2024-11-08Move check for USE_AVX512_POPCNT_WITH_RUNTIME_CHECK.Nathan Bossart
2024-11-08Improve fix for not entering parallel mode when holding interrupts.Tom Lane
2024-11-08Avoid nbtree parallel scan currPos confusion.Peter Geoghegan
2024-11-08Add pg_constraint rows for not-null constraintsÁlvaro Herrera
2024-11-08Disallow partitionwise join when collations don't matchAmit Langote
2024-11-08Disallow partitionwise grouping when collations don't matchAmit Langote
2024-11-08Fix inconsistent RestrictInfo serial numbersRichard Guo
2024-11-07Fix __attribute__((target(...))) usage.Nathan Bossart
2024-11-07Use __attribute__((target(...))) for AVX-512 support.Nathan Bossart
2024-11-07Clarify a foreign key error messagePeter Eisentraut
2024-11-07Remove an obsolete comment in gistinsert()Michael Paquier
2024-11-07Replicate generated columns when 'publish_generated_columns' is set.Amit Kapila
2024-11-07Improve handling of empty query results in BackgroundPsql::query()Michael Paquier
2024-11-06Find invalid databases during upgrade check stageDaniel Gustafsson
2024-11-06Remove unused variableDaniel Gustafsson
2024-11-06doc: Remove event trigger firing matrixPeter Eisentraut
2024-11-06Monkey-patch LLVM code to fix ARM relocation bug.Thomas Munro
2024-11-06Remove unused #include's from bin .c filesPeter Eisentraut
2024-11-06Extend Cluster.pm's background_psql() to be able to start asynchronouslyMichael Paquier
2024-11-05Fix hypothetical bug in ExprState building for hashingDavid Rowley