aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Remove db_user_namespace.Nathan Bossart2023-07-17
* Allow plan nodes with initPlans to be considered parallel-safe.Tom Lane2023-07-14
* Account for optimized MinMax aggregates during SS_finalize_plan.Tom Lane2023-07-14
* Fix privilege check for SET SESSION AUTHORIZATION.Nathan Bossart2023-07-13
* Move privilege check for SET SESSION AUTHORIZATION.Nathan Bossart2023-07-13
* Allow the use of a hash index on the subscriber during replication.Amit Kapila2023-07-14
* Remove wal_sync_method=fsync_writethrough on Windows.Thomas Munro2023-07-14
* Handle DROP DATABASE getting interruptedAndres Freund2023-07-13
* Rename session_auth_is_superuser to current_role_is_superuser.Nathan Bossart2023-07-12
* Don't include CaseTestExpr in JsonValueExpr.formatted_exprAmit Langote2023-07-13
* Remove --disable-thread-safety and related code.Thomas Munro2023-07-12
* Report index vacuum progress.Masahiko Sawada2023-07-11
* Add new parallel message type to progress reporting.Masahiko Sawada2023-07-11
* Don't expose Windows' mbstowcs_l() and wcstombs_l().Thomas Munro2023-07-11
* Rename port/thread.c to port/user.c.Thomas Munro2023-07-09
* All supported systems have locale_t.Thomas Munro2023-07-09
* Revert MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart2023-07-07
* Fix type of iterator variable in SH_START_ITERATEAndres Freund2023-07-06
* Add GUC parameter "huge_pages_status"Michael Paquier2023-07-06
* Generate automatically code and documentation related to wait eventsMichael Paquier2023-07-05
* Increase size of bgw_library_name.Nathan Bossart2023-07-03
* Update PG_CACHE_LINE_SIZE description.Heikki Linnakangas2023-07-03
* Take pg_attribute out of VacAttrStatsPeter Eisentraut2023-07-03
* Add macro for maximum statistics targetPeter Eisentraut2023-07-03
* Change type of pg_statistic_ext.stxstattargetPeter Eisentraut2023-07-03
* Remove support for OpenSSL 1.0.1Michael Paquier2023-07-03
* Refactor some code related to wait events "BufferPin" and "Extension"Michael Paquier2023-07-03
* Remove redundant PARTITION BY columns from WindowClausesDavid Rowley2023-07-03
* 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