summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2021-09-23Release memory allocated by dependency_degreeTomas Vondra
2021-09-23Free memory after building each statistics objectTomas Vondra
2021-09-23Document issue with heapam line pointer truncation.Peter Geoghegan
2021-09-22Make use of PG_INT64_MAX/PG_INT64_MINPeter Eisentraut
2021-09-22Invalidate all partitions for a partitioned table in publication.Amit Kapila
2021-09-22Add parent table name in an error in reorderbuffer.c.Amit Kapila
2021-09-22Fix "single value strategy" index deletion issue.Peter Geoghegan
2021-09-22Fix some issues with TAP tests for postgres -CMichael Paquier
2021-09-21Fix places in TestLib.pm in need of adaptation to the output of Msys perlMichael Paquier
2021-09-21Fix misevaluation of STABLE parameters in CALL within plpgsql.Tom Lane
2021-09-21Document XLOG_INCLUDE_XID a little betterAlvaro Herrera
2021-09-21Introduce GUC shared_memory_size_in_huge_pagesMichael Paquier
2021-09-20Remove overzealous index deletion assertion.Peter Geoghegan
2021-09-20pgstat: Prepare to use mechanism for truncated rels also for droppped rels.Andres Freund
2021-09-20pgstat: Split out relation stats handling from AtEO[Sub]Xact_PgStat() etc.Andres Freund
2021-09-20Doc: add glossary term for "auxiliary process"Alvaro Herrera
2021-09-19Disallow extended statistics on system columnsTomas Vondra