summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2021-11-30Ignore BRIN indexes when checking for HOT udpatesTomas Vondra
2021-11-30Add a view to show the stats of subscription workers.Amit Kapila
2021-11-30Fix typosMichael Paquier
2021-11-29Simplify declaring variables exported from libpgcommon and libpgport.Tom Lane
2021-11-29Portability hack for pg_global_prng_state.Tom Lane
2021-11-29Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane
2021-11-26Harden be-gssapi-common.h for headerscheckAlvaro Herrera
2021-11-24Flush Memoize cache when non-key parameters change, take 2David Rowley
2021-11-24Revert "Flush Memoize cache when non-key parameters change"David Rowley
2021-11-24Flush Memoize cache when non-key parameters changeDavid Rowley
2021-11-23Allow Memoize to operate in binary comparison modeDavid Rowley
2021-11-23Add SQL functions to monitor the directory contents of replication slotsMichael Paquier
2021-11-22Add ABI extra field to fmgr magic blockPeter Eisentraut
2021-11-22Report wait events for local shell commands like archive_command.Fujii Masao
2021-11-19Fix parallel operations that prevent oldest xmin from advancing.Amit Kapila
2021-11-18Provide a variant of simple_prompt() that can be interrupted by ^C.Tom Lane
2021-11-17Add a planner support function for starts_with().Tom Lane
2021-11-16Fix headerscheck failure in replication/worker_internal.hAlvaro Herrera
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