summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-01-29Avoid breaking SJIS encoding while de-backslashing Windows paths.Tom Lane
2025-01-29Make BufferIsExclusiveLocked and BufferIsDirty work for local buffers.Tom Lane
2025-01-29Fix grammatical typos around possessive "its"John Naylor
2025-01-29Revert "Speed up tail processing when hashing aligned C strings, take two"John Naylor
2025-01-28Improve test coverage of network address functionsMichael Paquier
2025-01-28Rename pubgencols_type to pubgencols in pg_publication.Amit Kapila
2025-01-28Track per-relation cumulative time spent in [auto]vacuum and [auto]analyzeMichael Paquier
2025-01-27doc: Meson is not experimental on WindowsPeter Eisentraut
2025-01-27Print out error position for some ALTER TABLE ALTER COLUMN typeMichael Paquier
2025-01-26pg_amcheck: Fix test failure on Windows with non-existing roleMichael Paquier
2025-01-26Test postmaster with program_options_handling_ok() et al.Noah Misch
2025-01-26Add missing CommandCounterIncrementÁlvaro Herrera
2025-01-25At update of non-LP_NORMAL TID, fail instead of corrupting page header.Noah Misch
2025-01-25Merge copies of converting an XID to a FullTransactionId.Noah Misch
2025-01-25Disable runningcheck for src/test/modules/injection_points/specs.Noah Misch
2025-01-25Test ECPG decadd(), decdiv(), decmul(), and decsub() for risnull() input.Noah Misch
2025-01-25Doc: recommend "psql -X" for restoring pg_dump scripts.Tom Lane
2025-01-25Change shutdown sequence to terminate checkpointer lastAndres Freund
2025-01-25Tighten pg_restore's recognition of its -F (format) option values.Tom Lane
2025-01-25Fix PDF doc build.Jeff Davis
2025-01-25Use the correct sizeof() in BufFileLoadBufferTomas Vondra
2025-01-24Add SQL function CASEFOLD().Jeff Davis
2025-01-24postmaster: Adjust which processes we expect to have exitedAndres Freund
2025-01-24postmaster: Commonalize FatalError pathsAndres Freund
2025-01-24postmaster: Move code to switch into FatalError state into functionAndres Freund
2025-01-24postmaster: Don't repeatedly transition to crashing stateAndres Freund
2025-01-24postmaster: Don't open-code TerminateChildren() in HandleChildCrash()Andres Freund
2025-01-24checkpointer: Request checkpoint via latch instead of signalAndres Freund
2025-01-24Make jsonb casts to scalar types translate JSON null to SQL NULL.Tom Lane
2025-01-24Fix copy-and-paste typoPeter Eisentraut
2025-01-24pgcrypto: Make it possible to disable built-in cryptoDaniel Gustafsson
2025-01-24pgcrypto: Add function to check FIPS modeDaniel Gustafsson
2025-01-24Fix instability in recently added regression testsÁlvaro Herrera
2025-01-24Convert sepgsql tests to TAPPeter Eisentraut
2025-01-24meson: Fix sepgsql installationPeter Eisentraut
2025-01-24initdb: Convert tests to use long options with fat comma styleMichael Paquier
2025-01-24Return yyparse() result not via global variablePeter Eisentraut
2025-01-24Doc: Fix a typo introduced in 4a0e7314f1.Amit Kapila
2025-01-24Doc: Fix column name in pg_publication catalog.Amit Kapila
2025-01-23Don't ask for bug reports about pthread_is_threaded_np() != 0.Tom Lane
2025-01-23Ensure that AFTER triggers run as the instigating user.Tom Lane
2025-01-23Add support for Unicode case folding.Jeff Davis
2025-01-23Reverse the search order in afterTriggerAddEvent().Tom Lane
2025-01-23Allow NOT VALID foreign key constraints on partitioned tablesÁlvaro Herrera
2025-01-23Fix buildfarm failure introduced by commit e65dbc9927.Amit Kapila
2025-01-23Convert macros to static inline functions (htup_details.h, itup.h)Peter Eisentraut
2025-01-23Add some const decorations (htup.h)Peter Eisentraut
2025-01-23Change publication's publish_generated_columns option type to enum.Amit Kapila
2025-01-23Add error pattern checks for some TAP tests for non-existing objectsMichael Paquier
2025-01-23Improve TAP tests of pg_basebackupMichael Paquier