summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-10-05Flexible options for CREATE_REPLICATION_SLOT.Robert Haas
2021-10-05Flexible options for BASE_BACKUP.Robert Haas
2021-10-05Make recovery report error message when invalid page header is found.Fujii Masao
2021-10-05Remove obsolete comment in snapbuild.c.Amit Kapila
2021-10-05psql: Improve tab-completion for LOCK TABLE.Fujii Masao
2021-10-04Fix TestLib::slurp_file() with offset on windows.Andres Freund
2021-10-04windows: Define WIN32_LEAN_AND_MEAN to make compilation faster.Andres Freund
2021-10-04Fix check for trapping exit() calls in libpqDaniel Gustafsson
2021-10-04Update our mapping of Windows time zone names some more.Tom Lane
2021-10-04Make Unicode makefile parallel-safePeter Eisentraut
2021-10-04Fix duplicate words in commentsDaniel Gustafsson
2021-10-04Provide error hint on exit() check when building libpqDaniel Gustafsson
2021-10-04Update Unicode map text filesPeter Eisentraut
2021-10-04Provide error hint if TAP tests are not enabledDaniel Gustafsson
2021-10-04Replace occurrences of InvalidXid with InvalidTransactionIdDaniel Gustafsson
2021-10-04Fix snapshot builds during promotion of hot standby node with 2PCMichael Paquier
2021-10-03Fix checking of query type in plpgsql's RETURN QUERY command.Tom Lane
2021-10-03Enable deduplication in system catalog indexes.Peter Geoghegan
2021-10-02Update our mapping of Windows time zone names using CLDR info.Tom Lane
2021-10-02Re-alphabetize the win32_tzmap[] array.Tom Lane
2021-10-01Reference test binary using TESTDIR in 001_libpq_pipeline.pl.Andres Freund
2021-10-01Error out if SKIP LOCKED and WITH TIES are both specifiedAlvaro Herrera
2021-10-01Remove unstable, unnecessary test; fix typoAlvaro Herrera
2021-10-01Fix memory leak in pg_hmacDaniel Gustafsson
2021-10-01Avoid believing incomplete MCV-only stats in get_variable_range().Tom Lane
2021-10-01Fix Portal snapshot tracking to handle subtransactions properly.Tom Lane
2021-10-01Ensure interleaved_parts field is always initializedDavid Rowley
2021-09-30Remove gratuitous environment dependency in 002_types.pl test.Tom Lane
2021-09-30Treat ETIMEDOUT as indicating a non-recoverable connection failure.Tom Lane
2021-09-30Repair two portability oversights of new testAlvaro Herrera
2021-09-29psql: Add various testsPeter Eisentraut
2021-09-29Fix WAL replay in presence of an incomplete recordAlvaro Herrera
2021-09-29pgbench: Fix handling of socket errors during benchmark.Fujii Masao
2021-09-29pgbench: Correct log level of message output when socket wait method fails.Fujii Masao
2021-09-29Clarify use of "statistics objects" in the codeMichael Paquier
2021-09-29Fix incorrect format placeholderPeter Eisentraut
2021-09-29Refactor output file handling when forking syslogger under EXEC_BACKENDMichael Paquier
2021-09-28Properly schema-prefix reference to pg_catalog.pg_get_statisticsobjdef_columnsMagnus Hagander
2021-09-28Support amcheck of sequencesPeter Eisentraut
2021-09-27Fix typos and grammar in code commentsMichael Paquier
2021-09-27Remove unneeded nbtree latestRemovedXid comments.Peter Geoghegan
2021-09-26Track LLVM 14 API changes.Thomas Munro
2021-09-26Avoid unnecessary division in interval_cmp_value().Tom Lane
2021-09-25Update obsolete nbtree deletion comments.Peter Geoghegan
2021-09-25vacuumlazy.c: Remove obsolete 'onecall' comment.Peter Geoghegan
2021-09-24nbtree README: Add note about latestRemovedXid.Peter Geoghegan
2021-09-23Add missing $Test::Builder::Level settingsPeter Eisentraut
2021-09-23Add exception for unicode_east_asian_fw_table.h to headerscheck alsoJohn Naylor
2021-09-23Add exception for unicode_east_asian_fw_table.h to cpluspluscheckJohn Naylor
2021-09-23Split macros from visibilitymap.h into a separate headerAlexander Korotkov