aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add exception for unicode_east_asian_fw_table.h to headerscheck alsoJohn Naylor2021-09-23
* Add exception for unicode_east_asian_fw_table.h to cpluspluscheckJohn Naylor2021-09-23
* Split macros from visibilitymap.h into a separate headerAlexander Korotkov2021-09-23
* Release memory allocated by dependency_degreeTomas Vondra2021-09-23
* Free memory after building each statistics objectTomas Vondra2021-09-23
* Document issue with heapam line pointer truncation.Peter Geoghegan2021-09-22
* postgres_fdw: Refactor transaction rollback code to avoid code duplication.Fujii Masao2021-09-22
* Make use of PG_INT64_MAX/PG_INT64_MINPeter Eisentraut2021-09-22
* Invalidate all partitions for a partitioned table in publication.Amit Kapila2021-09-22
* Add parent table name in an error in reorderbuffer.c.Amit Kapila2021-09-22
* Fix "single value strategy" index deletion issue.Peter Geoghegan2021-09-21
* Fix some issues with TAP tests for postgres -CMichael Paquier2021-09-22
* Fix places in TestLib.pm in need of adaptation to the output of Msys perlMichael Paquier2021-09-22
* Fix misevaluation of STABLE parameters in CALL within plpgsql.Tom Lane2021-09-21
* Document XLOG_INCLUDE_XID a little betterAlvaro Herrera2021-09-21
* Introduce GUC shared_memory_size_in_huge_pagesMichael Paquier2021-09-21
* Remove overzealous index deletion assertion.Peter Geoghegan2021-09-20
* pgstat: Prepare to use mechanism for truncated rels also for droppped rels.Andres Freund2021-09-20
* pgstat: Split out relation stats handling from AtEO[Sub]Xact_PgStat() etc.Andres Freund2021-09-20
* Doc: add glossary term for "auxiliary process"Alvaro Herrera2021-09-20
* Doc: minor improvements for "Formatting" section.Tom Lane2021-09-20
* Disallow extended statistics on system columnsTomas Vondra2021-09-20
* Doc: fix typos.Tom Lane2021-09-19
* process startup: Split single user code out of PostgresMain().Andres Freund2021-09-17
* Improve some check logic in pg_receivewalMichael Paquier2021-09-18
* pageinspect: Make page deletion elog less chatty.Peter Geoghegan2021-09-17
* Fix pull_varnos to cope with translated PlaceHolderVars.Tom Lane2021-09-17
* Clarify some errors in pg_receivewal when closing WAL segmentsMichael Paquier2021-09-17
* Disable test for postgres -C on MsysMichael Paquier2021-09-17
* Fix EXPLAIN to handle SEARCH BREADTH FIRST queries.Tom Lane2021-09-16
* Message style improvementsPeter Eisentraut2021-09-16
* process startup: Do InitProcess() at the same time regardless of EXEC_BACKEND.Andres Freund2021-09-16
* Fix performance regression from session statistics.Andres Freund2021-09-16
* Fix variable shadowing in procarray.c.Fujii Masao2021-09-16
* Use int instead of size_t in procarray.c.Fujii Masao2021-09-16
* Support "postgres -C" with runtime-computed GUCsMichael Paquier2021-09-16
* process startup: Initialize PgStartTime earlier in single user mode.Andres Freund2021-09-15
* Remove arbitrary 64K-or-so limit on rangetable size.Tom Lane2021-09-15
* Add Cardinality typedefPeter Eisentraut2021-09-15
* Disallow LISTEN in background workers.Tom Lane2021-09-15
* Make node output prefix match node structure namePeter Eisentraut2021-09-15
* Fix hash_arrayPeter Eisentraut2021-09-15
* doc: Clarify refresh options for DROP PUBLICATIONDaniel Gustafsson2021-09-15
* Fix incorrect format placeholdersPeter Eisentraut2021-09-15
* Update Unicode data to Unicode 14.0.0Peter Eisentraut2021-09-15
* Update README for resource owners about the resource types supportedMichael Paquier2021-09-15
* Improve log messages from pg_import_system_collations().Tom Lane2021-09-14
* Send NOTIFY signals during CommitTransaction.Tom Lane2021-09-14
* Fix planner error with multiple copies of an AlternativeSubPlan.Tom Lane2021-09-14
* Add WRITE_INDEX_ARRAYPeter Eisentraut2021-09-14