aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov2024-08-24
* thread-safety: gmtime_r(), localtime_r()Peter Eisentraut2024-08-23
* Avoid repeated table name lookups in createPartitionTable()Alexander Korotkov2024-08-22
* Create syscache entries for pg_extensionMichael Paquier2024-08-22
* Show number of disabled nodes in EXPLAIN ANALYZE output.Robert Haas2024-08-21
* Treat number of disabled nodes in a path as a separate cost metric.Robert Haas2024-08-21
* Don't advance origin during apply failure.Amit Kapila2024-08-21
* Remove _PG_fini()Michael Paquier2024-08-21
* Log the conflicts while applying changes in logical replication.Amit Kapila2024-08-20
* Speed up Hash Join by making ExprStates support hashingDavid Rowley2024-08-20
* Remove dependence on -fwrapv semantics in a few places.Nathan Bossart2024-08-15
* Improve ALTER PUBLICATION validation and error messagesDavid Rowley2024-08-15
* Apply PGDLLIMPORT markings to some GUC variablesPeter Eisentraut2024-08-14
* Remove TRACE_SORT macroPeter Eisentraut2024-08-14
* Use pgBufferUsage for buffer usage tracking in analyze.Masahiko Sawada2024-08-13
* All POSIX systems have langinfo.h and CODESET.Thomas Munro2024-08-13
* Give nbtree move right function internal linkage.Peter Geoghegan2024-08-12
* Add user-callable CRC functions.Nathan Bossart2024-08-12
* Fix outdated commentsDavid Rowley2024-08-12
* Fix a series of typos and outdated referencesDavid Rowley2024-08-12
* Remove "parent" column from pg_backend_memory_contextsDavid Rowley2024-08-12
* Allow adjusting session_authorization and role in parallel workers.Tom Lane2024-08-10
* Refactor code to handle death of a backend or bgworker in postmasterHeikki Linnakangas2024-08-10
* Make BackgroundWorkerList doubly-linkedHeikki Linnakangas2024-08-09
* Remove obsolete RECHECK keyword completelyPeter Eisentraut2024-08-09
* Improve file header comments for astramer code.Robert Haas2024-08-07
* Introduce hash_search_with_hash_value() functionAlexander Korotkov2024-08-07
* Constify fields and parameters in spell.cHeikki 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
* Fix datatypes in comments in instr_time.hHeikki Linnakangas2024-08-06
* Revert "Fix comments in instr_time.h and remove an unneeded cast to int64"Heikki Linnakangas2024-08-06
* Fix comments in instr_time.h and remove an unneeded cast to int64Heikki Linnakangas2024-08-06
* Move astreamer (except astreamer_inject) to fe_utils.Robert Haas2024-08-05
* Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada2024-08-05
* Fix typo in bufpage.h.Amit Kapila2024-08-05
* Add helper routines to retrieve data for custom fixed-numbered pgstatsMichael Paquier2024-08-05
* Introduce pluggable APIs for Cumulative StatisticsMichael Paquier2024-08-04
* Implement pg_wal_replay_wait() stored procedureAlexander Korotkov2024-08-02
* Fix outdated comment; all running bgworkers are in BackendListHeikki 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
* Update comment in portal.h.Etsuro Fujita2024-08-01
* Convert node test compile-time settings into run-time parametersPeter Eisentraut2024-08-01
* Evaluate arguments of correlated SubPlans in the referencing ExprStateAndres Freund2024-07-31
* Add is_create parameter to RefreshMatviewByOid().Jeff Davis2024-07-31
* Remove unused ParamListInfo argument from ExecRefreshMatView.Jeff Davis2024-07-31
* Introduce pg_sequence_read_tuple().Nathan Bossart2024-07-31
* Remove leftover function declarationHeikki Linnakangas2024-07-30
* Require memory barrier support.Thomas Munro2024-07-30