aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Adjust pg_wal_replay_wait() procedure behavior on promoted standbyAlexander Korotkov2024-08-10
* Lower minimum maintenance_work_mem to 64kBJohn Naylor2024-08-10
* Fix comment on processes being kept over a restartHeikki Linnakangas2024-08-10
* Refactor code to handle death of a backend or bgworker in postmasterHeikki Linnakangas2024-08-10
* Make BackgroundWorkerList doubly-linkedHeikki Linnakangas2024-08-09
* Fix "failed to find plan for subquery/CTE" errors in EXPLAIN.Tom Lane2024-08-09
* Remove obsolete RECHECK keyword completelyPeter Eisentraut2024-08-09
* Change the misleading local end_lsn for prepared transactions.Amit Kapila2024-08-09
* Refuse ATTACH of a table referenced by a foreign keyAlvaro Herrera2024-08-08
* Refactor error messages to reduce duplicationAlvaro Herrera2024-08-08
* Add a caveat to hash_seq_init_with_hash_value() header commentAlexander Korotkov2024-08-08
* Fix edge case in plpgsql's make_callstmt_target().Tom Lane2024-08-07
* Refactor/reword some error messages to avoid duplicatesAlvaro Herrera2024-08-07
* Optimize InvalidateAttoptCacheCallback() and TypeCacheTypCallback()Alexander Korotkov2024-08-07
* Introduce hash_search_with_hash_value() functionAlexander Korotkov2024-08-07
* Use psprintf to simplify gtsvectorout()Heikki Linnakangas2024-08-06
* Constify fields and parameters in spell.cHeikki Linnakangas2024-08-06
* Mark misc static global variables as constHeikki Linnakangas2024-08-06
* Make nullSemAction const, add 'const' decorators to related functionsHeikki Linnakangas2024-08-06
* Turn a few 'validnsps' static variables into localsHeikki Linnakangas2024-08-06
* selfuncs.c: use pg_strxfrm() instead of strxfrm().Jeff Davis2024-08-06
* Allow parallel workers to cope with a newly-created session user ID.Tom Lane2024-08-06
* Clean up handling of client_encoding GUC in parallel workers.Tom Lane2024-08-06
* Remove unnecessary declaration of heapam_methodsMichael Paquier2024-08-06
* Remove support for null pg_locale_t most places.Jeff Davis2024-08-05
* Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada2024-08-05
* Optimize JSON escaping using SIMDDavid Rowley2024-08-05
* Introduce pluggable APIs for Cumulative StatisticsMichael Paquier2024-08-04
* Use CXXFLAGS instead of CFLAGS for linking C++ codePeter Eisentraut2024-08-04
* Fix incorrect format placeholders in pgstat.cMichael Paquier2024-08-04
* Small refactoring around ExecCreateTableAs().Jeff Davis2024-08-02
* Implement pg_wal_replay_wait() stored procedureAlexander Korotkov2024-08-02
* Include bison header files into implementation filesPeter Eisentraut2024-08-02
* Minor refactoring of assign_backendlist_entry()Heikki Linnakangas2024-08-01
* Switch PgStat_Kind from an enum to a uint32 typeMichael Paquier2024-08-02
* Add redo LSN to pgstats filesMichael Paquier2024-08-02
* Convert node test compile-time settings into run-time parametersPeter Eisentraut2024-08-01
* Avoid duplicate table scans for cross-partition updates during logical replic...Amit Kapila2024-08-01
* Evaluate arguments of correlated SubPlans in the referencing ExprStateAndres Freund2024-07-31
* Revert "Allow parallel workers to cope with a newly-created session user ID."Tom Lane2024-07-31
* Add is_create parameter to RefreshMatviewByOid().Jeff Davis2024-07-31
* Remove unused ParamListInfo argument from ExecRefreshMatView.Jeff Davis2024-07-31
* Allow parallel workers to cope with a newly-created session user ID.Tom Lane2024-07-31
* Introduce pg_sequence_read_tuple().Nathan Bossart2024-07-31
* Relax check for return value from second call of pg_strnxfrm().Jeff Davis2024-07-30
* Refactor getWeights to write to caller-supplied bufferHeikki Linnakangas2024-07-30
* Replace static buf with a stack-allocated one in ReadControlFileHeikki Linnakangas2024-07-30
* Replace static buf with palloc in str_time()Heikki Linnakangas2024-07-30
* Replace static bufs with a StringInfo in cash_words()Heikki Linnakangas2024-07-30
* Preserve tz when converting to jsonb timestamptzAndrew Dunstan2024-07-30