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