aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Add missing word to comment in joinrels.c.Etsuro Fujita2021-10-07
* Fix compilation warning in syslogger.cMichael Paquier2021-10-07
* Improve order in filePeter Eisentraut2021-10-07
* Refactor per-destination file rotation in logging collectorMichael Paquier2021-10-07
* Fix corner-case loss of precision in numeric_power().Dean Rasheed2021-10-06
* Flexible options for CREATE_REPLICATION_SLOT.Robert Haas2021-10-05
* Flexible options for BASE_BACKUP.Robert Haas2021-10-05
* Make recovery report error message when invalid page header is found.Fujii Masao2021-10-06
* Remove obsolete comment in snapbuild.c.Amit Kapila2021-10-05
* Make Unicode makefile parallel-safePeter Eisentraut2021-10-04
* Fix duplicate words in commentsDaniel Gustafsson2021-10-04
* Update Unicode map text filesPeter Eisentraut2021-10-04
* Replace occurrences of InvalidXid with InvalidTransactionIdDaniel Gustafsson2021-10-04
* Fix snapshot builds during promotion of hot standby node with 2PCMichael Paquier2021-10-04
* Fix checking of query type in plpgsql's RETURN QUERY command.Tom Lane2021-10-03
* Enable deduplication in system catalog indexes.Peter Geoghegan2021-10-02
* Error out if SKIP LOCKED and WITH TIES are both specifiedAlvaro Herrera2021-10-01
* Remove unstable, unnecessary test; fix typoAlvaro Herrera2021-10-01
* Avoid believing incomplete MCV-only stats in get_variable_range().Tom Lane2021-10-01
* Fix Portal snapshot tracking to handle subtransactions properly.Tom Lane2021-10-01
* Ensure interleaved_parts field is always initializedDavid Rowley2021-10-01
* Treat ETIMEDOUT as indicating a non-recoverable connection failure.Tom Lane2021-09-30
* Fix WAL replay in presence of an incomplete recordAlvaro Herrera2021-09-29
* Clarify use of "statistics objects" in the codeMichael Paquier2021-09-29
* Refactor output file handling when forking syslogger under EXEC_BACKENDMichael Paquier2021-09-29
* Fix typos and grammar in code commentsMichael Paquier2021-09-27
* Remove unneeded nbtree latestRemovedXid comments.Peter Geoghegan2021-09-26
* Track LLVM 14 API changes.Thomas Munro2021-09-27
* Avoid unnecessary division in interval_cmp_value().Tom Lane2021-09-26
* Update obsolete nbtree deletion comments.Peter Geoghegan2021-09-25
* vacuumlazy.c: Remove obsolete 'onecall' comment.Peter Geoghegan2021-09-25
* nbtree README: Add note about latestRemovedXid.Peter Geoghegan2021-09-24
* 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
* 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 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
* Disallow extended statistics on system columnsTomas Vondra2021-09-20
* process startup: Split single user code out of PostgresMain().Andres Freund2021-09-17
* Fix pull_varnos to cope with translated PlaceHolderVars.Tom Lane2021-09-17
* Fix EXPLAIN to handle SEARCH BREADTH FIRST queries.Tom Lane2021-09-16
* Message style improvementsPeter Eisentraut2021-09-16