summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2023-08-30Use actual backend IDs in pg_stat_get_backend_subxact().Nathan Bossart
2023-08-30Rename some support functions for pgstat* views.Nathan Bossart
2023-08-29Rename logical_replication_mode to debug_logical_replication_streamingPeter Eisentraut
2023-08-24Avoid unnecessary plancache revalidation of utility statements.Tom Lane
2023-08-24Update DECLARE_INDEX documentationPeter Eisentraut
2023-08-24Rename hook functions for debug_io_direct to match variable name.Peter Eisentraut
2023-08-23ExtendBufferedWhat -> BufferManagerRelation.Thomas Munro
2023-08-14De-pessimize ConditionVariableCancelSleep().Thomas Munro
2023-08-14hio: Take number of prior relation extensions into accountAndres Freund
2023-08-10Document RelationGetIndexAttrBitmap betterAlvaro Herrera
2023-08-03Update comments on CustomPath struct.Etsuro Fujita
2023-07-28Disallow replacing joins with scans in problematic cases.Etsuro Fujita
2023-07-25Remove unnecessary checks for indexes for REPLICA IDENTITY FULL tables.Masahiko Sawada
2023-07-25Fix the display of UNKNOWN message type in apply worker.Amit Kapila
2023-07-21Don't include CaseTestExpr in JsonValueExpr.formatted_exprAmit Langote
2023-07-13Handle DROP DATABASE getting interruptedAndres Freund
2023-07-07Revert MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart
2023-07-06Fix type of iterator variable in SH_START_ITERATEAndres Freund
2023-06-29meson: Make some Meson style more consistent with surrounding codePeter Eisentraut
2023-06-27Remove dependency to query text in JumbleQuery()Michael Paquier
2023-06-22Fix cache lookup hazards introduced by ff9618e82a.Nathan Bossart
2023-06-20Move bool parameter for vacuum_rel() to option bits.Nathan Bossart
2023-06-20Pre-beta2 mechanical code beautification.Tom Lane
2023-06-14Retain relkind too in RTE_SUBQUERY entries for views.Amit Langote
2023-06-12Remove a few unused global variables and declarations.Heikki Linnakangas
2023-06-10nbtree: Allocate new pages in separate function.Peter Geoghegan
2023-06-10Revert "Fix search_path to a safe value during maintenance operations."Jeff Davis
2023-06-10meson: Add dependencies to perl modules to various script invocationsAndres Freund
2023-06-09Fix search_path to a safe value during maintenance operations.Jeff Davis
2023-06-07Don't use _BitScanForward64/_BitScanReverse64 on 32-bit MSVC buildsDavid Rowley
2023-06-05Remove obsolete commentPeter Eisentraut
2023-05-25Fix filtering of "cloned" outer-join quals some more.Tom Lane
2023-05-21Optimize walsender wake up logic using condition variablesAndres Freund
2023-05-21Expand some more uses of "deleg" to "delegation" or "delegated".Tom Lane
2023-05-21rename "gss_accept_deleg" to "gss_accept_delegation".Bruce Momjian
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-19Do pre-release housekeeping on catalog data.Tom Lane
2023-05-19Fix misbehavior of EvalPlanQual checks with multiple result relations.Tom Lane
2023-05-19Allocate hash join files in a separate memory contextTomas Vondra
2023-05-19Remove stray mid-sentence tabs in commentsPeter Eisentraut
2023-05-19pageinspect: Fix gist_page_items() with included columnsMichael Paquier
2023-05-18Fix handling of empty ranges and NULLs in BRINTomas Vondra
2023-05-18Tweak API of new function clause_is_computable_at().Tom Lane
2023-05-17Add writeback to pg_stat_ioAndres Freund
2023-05-17Update parameter name context to wb_contextAndres Freund
2023-05-17Revert "Add USER SET parameter values for pg_db_role_setting"Alexander Korotkov
2023-05-17Fix some issues with improper placement of outer join clauses.Tom Lane
2023-05-17Add back SQLValueFunction for SQL keywordsMichael Paquier
2023-05-14Fix wal_writer_flush_after initializer value.Thomas Munro
2023-05-12initdb: Set collversion for standard collation UNICODEPeter Eisentraut