summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2024-03-12Remove redundant fetch of the recent flush pointer in WalSndWaitForWal.Amit Kapila
2024-03-12Use printf's %m format instead of strerror(errno) in more placesMichael Paquier
2024-03-11Update obsolete index scan TID comments.Peter Geoghegan
2024-03-11Fix 002_pg_upgrade.pl.Jeff Davis
2024-03-11Add tests for libpq query cancellation APIsAlvaro Herrera
2024-03-11reindexdb: Allow specifying objects to process in all databases.Nathan Bossart
2024-03-11Remove unneeded vacuum_delay_point from heap_vac_scan_get_next_blockHeikki Linnakangas
2024-03-11Confine vacuum skip logic to lazy_scan_skip()Heikki Linnakangas
2024-03-11clusterdb: Allow specifying tables to process in all databases.Nathan Bossart
2024-03-11Add missing connection statuses to docsAlvaro Herrera
2024-03-11vacuumdb: Allow specifying objects to process in all databases.Nathan Bossart
2024-03-11Set all_visible_according_to_vm correctly with DISABLE_PAGE_SKIPPINGHeikki Linnakangas
2024-03-11Don't destroy SMgrRelations at relcache invalidationHeikki Linnakangas
2024-03-11Fix incorrect accessing of pfree'd memory in MemoizeDavid Rowley
2024-03-11Improve consistency of replication slot statisticsMichael Paquier
2024-03-11Add some checkpoint and redo LSNs to a couple of recovery errorsMichael Paquier
2024-03-10Improve support for ExplainOneQuery() hookMichael Paquier
2024-03-10Combine headerscheck and cpluspluscheck scriptsPeter Eisentraut
2024-03-09Catalog changes preparing for builtin collation provider.Jeff Davis
2024-03-09Simplify and merge unwanted-module drop logic in AdjustUpgrade.pm.Tom Lane
2024-03-09Run perltidy on 002_pg_upgrade.pl.Jeff Davis
2024-03-09Fix cross-version pg_upgrade test.Jeff Davis
2024-03-09Document units of "timeout" in ConditionVariableTimedSleep()Michael Paquier
2024-03-09Fix type signedness error in commit 5c40364dd6.Jeff Davis
2024-03-08Fix errorhandling for reading from a pipeDaniel Gustafsson
2024-03-08Replace perror with custom postgres loggingDaniel Gustafsson
2024-03-08Improve WIN32 waiting logic in psql's \watch command.Tom Lane
2024-03-08Admit deferrable PKs into rd_pkindex, but flag them as suchAlvaro Herrera
2024-03-08Avoid recursion in MemoryContext functionsAlexander Korotkov
2024-03-08Avoid stack overflow in ShowTransactionStateRec()Alexander Korotkov
2024-03-08Turn tail recursion into iteration in CommitTransactionCommand()Alexander Korotkov
2024-03-08Revert "Fix link error for test_radixtree module on Windows"John Naylor
2024-03-08Fix link error for test_radixtree module on WindowsJohn Naylor
2024-03-08Fix link error for test_radixtree module on WindowsJohn Naylor