summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
2023-05-10Fix assertion failure when updating stats_fetch_consistency in a transactionMichael Paquier
2023-05-09Fix invalid memory access during the shutdown of the parallel apply worker.Amit Kapila
2023-05-04Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt"Alvaro Herrera
2023-05-03Fix assertion failure in apply worker.Amit Kapila
2023-05-02Fix typos in commentsMichael Paquier
2023-04-28Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elementsMichael Paquier
2023-04-25Remove bogus #include added by d4e71df6d75.Thomas Munro
2023-04-24Remove vacuum_defer_cleanup_ageAndres Freund
2023-04-24Rename ExecAggTransReparent, and improve its documentation.Tom Lane
2023-04-20Remove io prefix from pg_stat_io columnsMichael Paquier
2023-04-20Remove obsolete defense against strxfrm() bugs.Thomas Munro
2023-04-19Fix wal_consistency_checking enhanced desc output.Peter Geoghegan
2023-04-19Fix various typos and incorrect/outdated name referencesDavid Rowley
2023-04-18Remove useless argument from nbtree dedup function.Peter Geoghegan
2023-04-18Fix some typos and some incorrectly duplicated wordsDavid Rowley
2023-04-18Fix various typosDavid Rowley
2023-04-17Fix incorrect comment about nbtree WAL record.Peter Geoghegan
2023-04-17Further cleanup of autoconf output files for GSSAPI changes.Tom Lane
2023-04-13Harmonize some more function parameter names.Peter Geoghegan
2023-04-13De-Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-12Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera
2023-04-12Fix detection of unseekable files for fseek() and ftello() with MSVCMichael Paquier
2023-04-11Refine the guidelines for rmgrdesc authors.Peter Geoghegan
2023-04-11Fix xl_heap_lock WAL record field's data type.Peter Geoghegan