summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2021-11-13Explain pruning pgstats accounting subtleties.Peter Geoghegan
2021-11-11Improve performance of pgarch_readyXlog() with many status files.Robert Haas
2021-11-11Fall back to unsigned int, not int, for socklen_t.Tom Lane
2021-11-10Add pg_checkpointer predefined role for CHECKPOINT command.Jeff Davis
2021-11-09Remove check for accept() argument typesPeter Eisentraut
2021-11-09Rename some enums to use TABLE instead of REL.Amit Kapila
2021-11-08Reject extraneous data after SSL or GSS encryption handshake.Tom Lane
2021-11-08Fix incorrect hash equality operator bug in MemoizeDavid Rowley
2021-11-05Change ThisTimeLineID from a global variable to a local variable.Robert Haas
2021-11-05Remove all use of ThisTimeLineID global variable outside of xlog.cRobert Haas
2021-11-05Introduce 'bbsink' abstraction to modularize base backup code.Robert Haas
2021-11-05Add hardening to catch invalid TIDs in indexes.Peter Geoghegan
2021-11-02Don't overlook indexes during parallel VACUUM.Peter Geoghegan
2021-11-02Avoid O(N^2) behavior in SyncPostCheckpoint().Tom Lane
2021-11-02Replace XLOG_INCLUDE_XID flag with a more localized flag.Amit Kapila
2021-10-27Grant memory views to pg_read_all_stats.Jeff Davis
2021-10-27Allow publishing the tables of schema.Amit Kapila
2021-10-26Allow GRANT on pg_log_backend_memory_contexts().Jeff Davis
2021-10-25Report progress of startup operations that take a long time.Robert Haas
2021-10-25Add enable_timeout_every() to fire the same timeout repeatedly.Robert Haas
2021-10-24Add replication command READ_REPLICATION_SLOTMichael Paquier
2021-10-24Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.Noah Misch
2021-10-24Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch
2021-10-22Fix frontend version of sh_error() in simplehash.h.Tom Lane
2021-10-21Doc: clarify a critical and undocumented aspect of simplehash.h.Tom Lane
2021-10-21Remove unused wait events.Amit Kapila
2021-10-18Refactor LogicalTapeSet/LogicalTape interface.Heikki Linnakangas
2021-10-18Reset properly snapshot export state during transaction abortMichael Paquier
2021-10-14shm_mq: Update mq_bytes_written less often.Robert Haas
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