summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-03-17Separate equalRowTypes() from equalTupleDescs()Peter Eisentraut
2024-03-16Add destroyStringInfo function for cleaning up StringInfosDaniel Gustafsson
2024-03-16psql: fix variable existence tab completionAlexander Korotkov
2024-03-15Use locale-aware value for \watch in 005_timeouts.plAlexander Korotkov
2024-03-15Fix handling of expecteddir in pg_regressDaniel Gustafsson
2024-03-15Fix backstop in gin test if injection point is not reachedHeikki Linnakangas
2024-03-15Try to unbreak injection-fault tests in the buildfarmHeikki Linnakangas
2024-03-15Fix wordings in timeouts TAP testAlexander Korotkov
2024-03-15Fix race condition in transaction timeout TAP testsAlexander Korotkov
2024-03-15Improve log messages referring to background worker processesHeikki Linnakangas
2024-03-15Disable tests using injection points in installcheckHeikki Linnakangas
2024-03-14Add basic TAP tests for the low-level backup method, take twoMichael Paquier
2024-03-14Refactor initial hash lookup in dynahash.cMichael Paquier
2024-03-14Trim ORDER BY/DISTINCT aggregate pathkeys in gather_grouping_pathsDavid Rowley
2024-03-14Login event trigger documentation wordsmithingDaniel Gustafsson
2024-03-14Make INSERT-from-multiple-VALUES-rows handle domain target columns.Tom Lane
2024-03-14Add pg_column_toast_chunk_id().Nathan Bossart
2024-03-14Remove redundant snapshot copying from parallel leader to workersHeikki Linnakangas
2024-03-14Allow a no-wait lock acquisition to succeed in more cases.Robert Haas
2024-03-14Add TAP tests for timeoutsAlexander Korotkov
2024-03-14Fix false reports in pg_visibilityAlexander Korotkov
2024-03-14Comment out noisy libpq_pipeline testAlvaro Herrera
2024-03-14Fix documentation comment for pg_md5_hashDaniel Gustafsson
2024-03-14Fix typos in reorderbuffer.c.Amit Kapila
2024-03-14Introduce "builtin" collation provider.Jeff Davis
2024-03-14Put genbki.pl output into src/include/catalog/ directlyPeter Eisentraut
2024-03-14Revert "Add basic TAP tests for the low-level backup method"Michael Paquier
2024-03-14Add basic TAP tests for the low-level backup methodMichael Paquier
2024-03-14Improve documentation for pg_stat_checkpointer fieldsAlexander Korotkov
2024-03-13Reintroduce MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart
2024-03-13Add the system identifier to backup manifests.Robert Haas
2024-03-13Hopefully make libpq_pipeline's new cancel test more reliableAlvaro Herrera
2024-03-13Expose new function get_controlfile_by_exact_path().Robert Haas
2024-03-13Make the order of the header file includes consistentPeter Eisentraut
2024-03-13Fix incorrect format placeholdersPeter Eisentraut
2024-03-13Add tests for more row patterns with COPY FROM .. (ON_ERROR ignore)Michael Paquier
2024-03-13Fix a random failure in 038_save_logical_slots_shutdown.pl.Amit Kapila
2024-03-13ci: Use a RAM disk and more CPUs on FreeBSD.Thomas Munro
2024-03-12Add some asserts based on LWLockHeldByMe() for replication slot statisticsMichael Paquier
2024-03-12Fix version check in 002_pg_upgrade.pl.Jeff Davis
2024-03-12Fix confusion about the return rowtype of SQL-language procedures.Tom Lane
2024-03-12Fix incorrect filename reference in commentDavid Rowley
2024-03-12libpq: Add encrypted and non-blocking query cancellation routinesAlvaro Herrera
2024-03-12Fix copying SockAddr structHeikki Linnakangas
2024-03-12Move initialization of the Port struct to the child processHeikki Linnakangas
2024-03-12Pass CAC as an argument to the backend processHeikki Linnakangas
2024-03-12Set socket options in child process after forkingHeikki Linnakangas
2024-03-12Disconnect if socket cannot be put into non-blocking modeHeikki Linnakangas
2024-03-12libpq: Move pg_cancel to fe-cancel.cAlvaro Herrera
2024-03-12Keep replication slot statistics on invalidationMichael Paquier