summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2021-09-18process startup: Split single user code out of PostgresMain().Andres Freund
2021-09-18Improve some check logic in pg_receivewalMichael Paquier
2021-09-17Fix pull_varnos to cope with translated PlaceHolderVars.Tom Lane
2021-09-17Clarify some errors in pg_receivewal when closing WAL segmentsMichael Paquier
2021-09-17Disable test for postgres -C on MsysMichael Paquier
2021-09-16Fix EXPLAIN to handle SEARCH BREADTH FIRST queries.Tom Lane
2021-09-16Message style improvementsPeter Eisentraut
2021-09-16process startup: Do InitProcess() at the same time regardless of EXEC_BACKEND.Andres Freund
2021-09-16Fix performance regression from session statistics.Andres Freund
2021-09-16Fix variable shadowing in procarray.c.Fujii Masao
2021-09-16Use int instead of size_t in procarray.c.Fujii Masao
2021-09-16Support "postgres -C" with runtime-computed GUCsMichael Paquier
2021-09-15process startup: Initialize PgStartTime earlier in single user mode.Andres Freund
2021-09-15Remove arbitrary 64K-or-so limit on rangetable size.Tom Lane
2021-09-15Add Cardinality typedefPeter Eisentraut
2021-09-15Disallow LISTEN in background workers.Tom Lane
2021-09-15Make node output prefix match node structure namePeter Eisentraut
2021-09-15Fix hash_arrayPeter Eisentraut
2021-09-15Fix incorrect format placeholdersPeter Eisentraut
2021-09-15Update Unicode data to Unicode 14.0.0Peter Eisentraut
2021-09-15Update README for resource owners about the resource types supportedMichael Paquier
2021-09-14Improve log messages from pg_import_system_collations().Tom Lane
2021-09-14Send NOTIFY signals during CommitTransaction.Tom Lane
2021-09-14Fix planner error with multiple copies of an AlternativeSubPlan.Tom Lane
2021-09-14Add WRITE_INDEX_ARRAYPeter Eisentraut