aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* 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
* Add writeback to pg_stat_ioAndres Freund2023-05-17
* Update parameter name context to wb_contextAndres Freund2023-05-17
* Revert "Add USER SET parameter values for pg_db_role_setting"Alexander Korotkov2023-05-17
* Fix some issues with improper placement of outer join clauses.Tom Lane2023-05-17
* Add back SQLValueFunction for SQL keywordsMichael Paquier2023-05-17
* Fix wal_writer_flush_after initializer value.Thomas Munro2023-05-15
* initdb: Set collversion for standard collation UNICODEPeter Eisentraut2023-05-12
* Fix assertion failure when updating stats_fetch_consistency in a transactionMichael Paquier2023-05-10
* Fix invalid memory access during the shutdown of the parallel apply worker.Amit Kapila2023-05-09
* Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt"Alvaro Herrera2023-05-04
* Fix assertion failure in apply worker.Amit Kapila2023-05-03
* Fix typos in commentsMichael Paquier2023-05-02
* Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elementsMichael Paquier2023-04-28
* Remove bogus #include added by d4e71df6d75.Thomas Munro2023-04-26
* Remove vacuum_defer_cleanup_ageAndres Freund2023-04-24
* Rename ExecAggTransReparent, and improve its documentation.Tom Lane2023-04-24
* Remove io prefix from pg_stat_io columnsMichael Paquier2023-04-21
* Remove obsolete defense against strxfrm() bugs.Thomas Munro2023-04-20
* Fix wal_consistency_checking enhanced desc output.Peter Geoghegan2023-04-19
* Fix various typos and incorrect/outdated name referencesDavid Rowley2023-04-19
* Remove useless argument from nbtree dedup function.Peter Geoghegan2023-04-18
* Fix some typos and some incorrectly duplicated wordsDavid Rowley2023-04-18
* Fix various typosDavid Rowley2023-04-18
* Fix incorrect comment about nbtree WAL record.Peter Geoghegan2023-04-17
* Further cleanup of autoconf output files for GSSAPI changes.Tom Lane2023-04-17
* Harmonize some more function parameter names.Peter Geoghegan2023-04-13
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-13
* Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera2023-04-12
* Fix detection of unseekable files for fseek() and ftello() with MSVCMichael Paquier2023-04-12
* Refine the guidelines for rmgrdesc authors.Peter Geoghegan2023-04-11
* Fix xl_heap_lock WAL record field's data type.Peter Geoghegan2023-04-11
* Fix nbtree posting list update desc output.Peter Geoghegan2023-04-10
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-08
* Redesign interrupt/cancel API for regex engine.Thomas Munro2023-04-08
* Update tsearch regex memory management.Thomas Munro2023-04-08
* Use MemoryContext API for regex memory management.Thomas Munro2023-04-08
* Allow logical decoding on standbysAndres Freund2023-04-08
* For cascading replication, wake physical and logical walsenders separatelyAndres Freund2023-04-08
* Handle logical slot conflicts on standbyAndres Freund2023-04-08