aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* windows: Define WIN32_LEAN_AND_MEAN to make compilation faster.Andres Freund2021-10-04
* Fix duplicate words in commentsDaniel Gustafsson2021-10-04
* Fix checking of query type in plpgsql's RETURN QUERY command.Tom Lane2021-10-03
* 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
* Fix incorrect format placeholderPeter Eisentraut2021-09-29
* Split macros from visibilitymap.h into a separate headerAlexander Korotkov2021-09-23
* Invalidate all partitions for a partitioned table in publication.Amit Kapila2021-09-22
* Fix "single value strategy" index deletion issue.Peter Geoghegan2021-09-21
* Document XLOG_INCLUDE_XID a little betterAlvaro Herrera2021-09-21
* Introduce GUC shared_memory_size_in_huge_pagesMichael Paquier2021-09-21
* pgstat: Prepare to use mechanism for truncated rels also for droppped rels.Andres Freund2021-09-20
* Doc: add glossary term for "auxiliary process"Alvaro Herrera2021-09-20
* process startup: Split single user code out of PostgresMain().Andres Freund2021-09-17
* Fix performance regression from session statistics.Andres Freund2021-09-16
* Support "postgres -C" with runtime-computed GUCsMichael Paquier2021-09-16
* Remove arbitrary 64K-or-so limit on rangetable size.Tom Lane2021-09-15
* Add Cardinality typedefPeter Eisentraut2021-09-15
* Update Unicode data to Unicode 14.0.0Peter Eisentraut2021-09-15
* Send NOTIFY signals during CommitTransaction.Tom Lane2021-09-14
* Fix planner error with multiple copies of an AlternativeSubPlan.Tom Lane2021-09-14
* Remove T_ExprPeter Eisentraut2021-09-14
* jit: Do not try to shut down LLVM state in case of LLVM triggered errors.Andres Freund2021-09-13
* Remove code duplication for permission checks with replication slotsMichael Paquier2021-09-14
* Refactor the syslogger pipe protocol to use a bitmask for its optionsMichael Paquier2021-09-13
* Revoke PUBLIC CREATE from public schema, now owned by pg_database_owner.Noah Misch2021-09-09
* Remove Value node structPeter Eisentraut2021-09-09
* Fix misleading comments about TOAST access macros.Tom Lane2021-09-08
* Disable anonymous record hash support except in special casesPeter Eisentraut2021-09-08
* Invalidate relcache for publications defined for all tables.Amit Kapila2021-09-08
* Introduce GUC shared_memory_sizeMichael Paquier2021-09-08
* Add PublicationTable and PublicationRelInfo structsAlvaro Herrera2021-09-06
* Fix actively-misleading comments about the contents of struct pg_tm.Tom Lane2021-09-06
* Make timetz_zone() stable, and correct a bug for DYNTZ abbreviations.Tom Lane2021-09-06
* Move the shared memory size calculation to its own functionMichael Paquier2021-09-06
* Revert "Avoid creating archive status ".ready" files too early"Alvaro Herrera2021-09-04
* Set the volatility of the timestamptz version of date_bin() back to immutableJohn Naylor2021-09-03
* Enhance pg_stat_reset_single_table_counters function.Fujii Masao2021-09-02
* Optimize fileset usage in apply worker.Amit Kapila2021-09-02
* Mark the timestamptz variant of date_bin() as stableJohn Naylor2021-08-31
* Refactor sharedfileset.c to separate out fileset implementation.Amit Kapila2021-08-30
* Add logical change details to logical replication worker errcontext.Amit Kapila2021-08-27
* Extend collection of Unicode combining characters to beyond the BMPJohn Naylor2021-08-26
* Update display widths as part of updating UnicodeJohn Naylor2021-08-26
* Revert "Rename unicode_combining_table to unicode_width_table"John Naylor2021-08-26
* Revert "Change mbbisearch to return the character range"John Naylor2021-08-26
* Change mbbisearch to return the character rangeJohn Naylor2021-08-25
* Rename unicode_combining_table to unicode_width_tableJohn Naylor2021-08-25