summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2023-07-21Code review for commit b6e1157e7dAmit Langote
2023-07-20Revert "Add notBefore and notAfter to SSL cert info display"Daniel Gustafsson
2023-07-20Add notBefore and notAfter to SSL cert info displayDaniel Gustafsson
2023-07-20Unify JSON categorize type API and export for external useAmit Langote
2023-07-17Remove db_user_namespace.Nathan Bossart
2023-07-14Allow plan nodes with initPlans to be considered parallel-safe.Tom Lane
2023-07-14Account for optimized MinMax aggregates during SS_finalize_plan.Tom Lane
2023-07-14Fix privilege check for SET SESSION AUTHORIZATION.Nathan Bossart
2023-07-14Move privilege check for SET SESSION AUTHORIZATION.Nathan Bossart
2023-07-14Allow the use of a hash index on the subscriber during replication.Amit Kapila
2023-07-14Remove wal_sync_method=fsync_writethrough on Windows.Thomas Munro
2023-07-13Handle DROP DATABASE getting interruptedAndres Freund
2023-07-13Rename session_auth_is_superuser to current_role_is_superuser.Nathan Bossart
2023-07-13Don't include CaseTestExpr in JsonValueExpr.formatted_exprAmit Langote
2023-07-11Remove --disable-thread-safety and related code.Thomas Munro
2023-07-11Report index vacuum progress.Masahiko Sawada
2023-07-11Add new parallel message type to progress reporting.Masahiko Sawada
2023-07-10Don't expose Windows' mbstowcs_l() and wcstombs_l().Thomas Munro
2023-07-09Rename port/thread.c to port/user.c.Thomas Munro
2023-07-08All supported systems have locale_t.Thomas Munro
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-07-06Add GUC parameter "huge_pages_status"Michael Paquier
2023-07-05Generate automatically code and documentation related to wait eventsMichael Paquier
2023-07-03Increase size of bgw_library_name.Nathan Bossart
2023-07-03Update PG_CACHE_LINE_SIZE description.Heikki Linnakangas
2023-07-03Take pg_attribute out of VacAttrStatsPeter Eisentraut
2023-07-03Add macro for maximum statistics targetPeter Eisentraut
2023-07-03Change type of pg_statistic_ext.stxstattargetPeter Eisentraut
2023-07-03Remove support for OpenSSL 1.0.1Michael Paquier
2023-07-03Refactor some code related to wait events "BufferPin" and "Extension"Michael Paquier
2023-07-03Remove redundant PARTITION BY columns from WindowClausesDavid Rowley
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