aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Fix problems when a plain-inheritance parent table is excluded.Tom Lane2023-10-24
* jit: Supply LLVMGlobalGetValueType() for LLVM < 8.Thomas Munro2023-10-19
* jit: Support opaque pointers in LLVM 16.Thomas Munro2023-10-18
* Avoid calling proc_exit() in processes forked by system().Nathan Bossart2023-10-17
* Dissociate btequalimage() from interval_ops, ending its deduplication.Noah Misch2023-10-14
* Fix EvalPlanQual rechecking during MERGE.Dean Rasheed2023-09-30
* Fix btmarkpos/btrestrpos array key wraparound bug.Peter Geoghegan2023-09-28
* Use actual backend IDs in pg_stat_get_backend_subxact().Nathan Bossart2023-08-30
* Rename some support functions for pgstat* views.Nathan Bossart2023-08-30
* Rename logical_replication_mode to debug_logical_replication_streamingPeter Eisentraut2023-08-29
* Avoid unnecessary plancache revalidation of utility statements.Tom Lane2023-08-24
* Update DECLARE_INDEX documentationPeter Eisentraut2023-08-24
* Rename hook functions for debug_io_direct to match variable name.Peter Eisentraut2023-08-24
* ExtendBufferedWhat -> BufferManagerRelation.Thomas Munro2023-08-23
* De-pessimize ConditionVariableCancelSleep().Thomas Munro2023-08-15
* hio: Take number of prior relation extensions into accountAndres Freund2023-08-14
* Document RelationGetIndexAttrBitmap betterAlvaro Herrera2023-08-10
* Update comments on CustomPath struct.Etsuro Fujita2023-08-03
* Disallow replacing joins with scans in problematic cases.Etsuro Fujita2023-07-28
* Remove unnecessary checks for indexes for REPLICA IDENTITY FULL tables.Masahiko Sawada2023-07-25
* Fix the display of UNKNOWN message type in apply worker.Amit Kapila2023-07-25
* Don't include CaseTestExpr in JsonValueExpr.formatted_exprAmit Langote2023-07-21
* Handle DROP DATABASE getting interruptedAndres Freund2023-07-13
* Revert MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart2023-07-07
* Fix type of iterator variable in SH_START_ITERATEAndres Freund2023-07-06
* meson: Make some Meson style more consistent with surrounding codePeter Eisentraut2023-06-29
* Remove dependency to query text in JumbleQuery()Michael Paquier2023-06-28
* Fix cache lookup hazards introduced by ff9618e82a.Nathan Bossart2023-06-22
* Move bool parameter for vacuum_rel() to option bits.Nathan Bossart2023-06-20
* Pre-beta2 mechanical code beautification.Tom Lane2023-06-20
* Retain relkind too in RTE_SUBQUERY entries for views.Amit Langote2023-06-14
* Remove a few unused global variables and declarations.Heikki Linnakangas2023-06-12
* nbtree: Allocate new pages in separate function.Peter Geoghegan2023-06-10
* Revert "Fix search_path to a safe value during maintenance operations."Jeff Davis2023-06-10
* meson: Add dependencies to perl modules to various script invocationsAndres Freund2023-06-09
* Fix search_path to a safe value during maintenance operations.Jeff Davis2023-06-09
* Don't use _BitScanForward64/_BitScanReverse64 on 32-bit MSVC buildsDavid Rowley2023-06-08
* Remove obsolete commentPeter Eisentraut2023-06-05
* Fix filtering of "cloned" outer-join quals some more.Tom Lane2023-05-25
* Optimize walsender wake up logic using condition variablesAndres Freund2023-05-21
* Expand some more uses of "deleg" to "delegation" or "delegated".Tom Lane2023-05-21
* rename "gss_accept_deleg" to "gss_accept_delegation".Bruce Momjian2023-05-20
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Do pre-release housekeeping on catalog data.Tom Lane2023-05-19
* Fix misbehavior of EvalPlanQual checks with multiple result relations.Tom Lane2023-05-19
* Allocate hash join files in a separate memory contextTomas Vondra2023-05-19
* Remove stray mid-sentence tabs in commentsPeter Eisentraut2023-05-19
* pageinspect: Fix gist_page_items() with included columnsMichael Paquier2023-05-19
* Fix handling of empty ranges and NULLs in BRINTomas Vondra2023-05-19
* Tweak API of new function clause_is_computable_at().Tom Lane2023-05-18