summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2024-10-14Remove obsolete comment in reorderbuffer.h.Masahiko Sawada
2024-10-14Track scan reversals in MergeJoinPeter Eisentraut
2024-10-14Track sort direction in SortGroupClausePeter Eisentraut
2024-10-14Remove traces of BeOS.Peter Eisentraut
2024-10-11Create functions pg_set_relation_stats, pg_clear_relation_stats.Jeff Davis
2024-10-11Avoid mixing custom and OpenSSL BIO functionsDaniel Gustafsson
2024-10-11Add pg_ls_summariesdir().Nathan Bossart
2024-10-10Unbreak overflow test for attinhcount/coninhcountÁlvaro Herrera
2024-10-10Improve descriptions of some pg_stat_checkpoints functions in pg_proc.dat.Fujii Masao
2024-10-08Introduce two fields in EState to track parallel worker activityMichael Paquier
2024-10-08Add min and max aggregates for bytea type.Tom Lane
2024-10-08Use aux process resource owner in walsenderAndres Freund
2024-10-08bufmgr/smgr: Don't cross segment boundaries in StartReadBuffers()Andres Freund
2024-10-08Use an shmem_exit callback to remove backend from PMChildFlags on exitHeikki Linnakangas
2024-10-08Add REJECT_LIMIT option to the COPY command.Fujii Masao
2024-10-07Restrict password hash length.Nathan Bossart
2024-10-05Remove unneeded #includeHeikki Linnakangas
2024-10-05Remove unused latchHeikki Linnakangas
2024-10-03Add log_verbosity = 'silent' support to COPY command.Fujii Masao
2024-10-02File size in a backup manifest should use uint64, not size_t.Robert Haas
2024-10-02Fix inconsistent reporting of checkpointer stats.Fujii Masao
2024-10-01Use macro to define the number of enum valuesPeter Eisentraut
2024-10-01Simplify checking for xlocale.hPeter Eisentraut
2024-10-01jit: Use opaque pointers in all supported LLVM versions.Peter Eisentraut
2024-09-30Bump catalog version for change in VariableSetStmtMichael Paquier
2024-09-30Show values of SET statements as constants in pg_stat_statementsMichael Paquier
2024-09-30Add num_done counter to the pg_stat_checkpointer view.Fujii Masao
2024-09-27Recalculate where-needed data accurately after a join removal.Tom Lane
2024-09-27pg_verifybackup: Verify tar-format backups.Robert Haas
2024-09-26Fix catalog data of new LO privilege functionsMichael Paquier
2024-09-26Update oid for pg_wal_replay_wait() procedureAlexander Korotkov
2024-09-24For inplace update durability, make heap_update() callers wait.Noah Misch
2024-09-24Fix data loss at inplace update after heap_update().Noah Misch
2024-09-24Allow length=-1 for NUL-terminated input to pg_strncoll(), etc.Jeff Davis
2024-09-24Tighten up make_libc_collator() and make_icu_collator().Jeff Davis
2024-09-21Remove pg_authid's TOAST table.Nathan Bossart
2024-09-21Increase the number of fast-path lock slotsTomas Vondra
2024-09-20Improve Asserts checking relation matching in parallel scans.Tom Lane
2024-09-19Move pg_wal_replay_wait() to xlogfuncs.cAlexander Korotkov
2024-09-18Add TOAST table to pg_index.Nathan Bossart
2024-09-18Extend PgStat_HashKey.objid from 4 to 8 bytesMichael Paquier
2024-09-17Allow ReadStream to be consumed as raw block numbers.Thomas Munro
2024-09-17Add temporal FOREIGN KEY contraintsPeter Eisentraut
2024-09-17Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-09-17Add stratnum GiST support functionPeter Eisentraut
2024-09-12Simplify checks for deterministic collations.Jeff Davis
2024-09-12Add has_largeobject_privilege function.Fujii Masao
2024-09-12Deduplicate code in LargeObjectExists and myLargeObjectExists.Fujii Masao
2024-09-12Remove hardcoded hash opclass function signature exceptionsPeter Eisentraut
2024-09-12Move logic related to WAL replay of Heap/Heap2 into its own fileMichael Paquier