summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-11-27Fix typoPeter Eisentraut
2024-11-27Revert "Blind attempt to fix _configthreadlocale() failures on MinGW."Thomas Munro
2024-11-27Require ucrt if using MinGW.Thomas Munro
2024-11-27Remove configure check for _configthreadlocale().Thomas Munro
2024-11-27Improve slightly misleading internal error messagePeter Eisentraut
2024-11-27Fix buildfarm failure from commit 8fcd80258b.Amit Kapila
2024-11-27Support LIKE with nondeterministic collationsPeter Eisentraut
2024-11-27Improve error message for replication of generated columns.Amit Kapila
2024-11-27Handle better implicit transaction state of pipeline modeMichael Paquier
2024-11-26Distinguish between AcquireExternalFD and epoll_create1 / kqueue failingAndres Freund
2024-11-26meson: Build pgevent as shared_module rather than shared_libraryPeter Eisentraut
2024-11-26Clean up newlines following left parenthesesÁlvaro Herrera
2024-11-26Improve InitShmemAccess() prototypePeter Eisentraut
2024-11-26Fix test case from a8ccf4e93Richard Guo
2024-11-26pg_amcheck: Use CppAsString2() for relkind and relpersistence in queriesMichael Paquier
2024-11-26Remove dead code in get_param_path_clause_serials()Richard Guo
2024-11-26Reordering DISTINCT keys to match input path's pathkeysRichard Guo
2024-11-25Fix NULLIF()'s handling of read-write expanded objects.Tom Lane
2024-11-25Avoid "you don't own a lock of type ExclusiveLock" in GRANT TABLESPACE.Noah Misch
2024-11-25pg_dump: Add dumpSchema and dumpData derivative flags.Nathan Bossart
2024-11-25Support runtime CRC feature probing on NetBSD/ARM using sysctl().Tom Lane
2024-11-25Add support for Tcl 9Peter Eisentraut
2024-11-25Assume that <stdbool.h> conforms to the C standard.Thomas Munro
2024-11-25Remove the wrong assertion from match_orclause_to_indexcol()Alexander Korotkov
2024-11-25Doc: Clarify the `inactive_since` field description.Amit Kapila
2024-11-25Simplify some SPI tests of PL/PythonMichael Paquier
2024-11-24Test "options=-crole=" and "ALTER DATABASE SET role".Noah Misch
2024-11-23Teach bitmap path generation about transforming OR-clauses to SAOP'sAlexander Korotkov
2024-11-23Transform OR-clauses to SAOP's during index matchingAlexander Korotkov
2024-11-22Disallow modifying statistics on system columns.Jeff Davis
2024-11-22Add INT64_HEX_FORMAT and UINT64_HEX_FORMAT to c.h.Nathan Bossart
2024-11-22Make the memory layout of Port struct independent of USE_OPENSSLHeikki Linnakangas
2024-11-22Fix data loss when restarting the bulk_write facilityHeikki Linnakangas
2024-11-22Use auxv to check for CRC32 instructions on ARM.Thomas Munro
2024-11-22psql: Fix category of \parse in output of --help=commands and \?Michael Paquier
2024-11-22psql: Include \pset xheader_width in --help=commands|variablesMichael Paquier
2024-11-22Add write_to_file to PgStat_KindInfo for pgstats kindsMichael Paquier
2024-11-21pgindent runPeter Eisentraut
2024-11-21Fix newly introduced 010_keep_recycled_wals.plÁlvaro Herrera
2024-11-21Fix outdated bit in README.tuplockÁlvaro Herrera
2024-11-21Fix ALTER TABLE / REPLICA IDENTITY for temporal tablesPeter Eisentraut
2024-11-21Unify repetitive error messagesÁlvaro Herrera
2024-11-21Fix memory leak in pgoutput for the WAL senderMichael Paquier
2024-11-20More logically order libpq func. includes, e.g., group GUC valsBruce Momjian
2024-11-20clarify --no-comments option in --help and SGML filesBruce Momjian
2024-11-20Refine nbtree = redundancy preprocessing comment.Peter Geoghegan
2024-11-20Avoid assertion failure if a setop leaf query contains setops.Tom Lane
2024-11-20file_fdw: Add REJECT_LIMIT option to file_fdw.Fujii Masao
2024-11-19Compare collations before merging UNION operations.Tom Lane
2024-11-19Improve error message for database object stats manipulation functions.Fujii Masao