summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2023-11-27Retire a few backwards compatibility macros.Nathan Bossart
2023-11-26Display length and bounds histograms in pg_statsAlexander Korotkov
2023-11-26Update comments for pg_statistic catalog tableAlexander Korotkov
2023-11-25Reuse BrinDesc and BrinRevmap in brininsertTomas Vondra
2023-11-23Use ResourceOwner to track WaitEventSets.Heikki Linnakangas
2023-11-21Avoid overflow in fe_utils' printTable()Alvaro Herrera
2023-11-17simplehash: preserve consistency in case of OOM.Jeff Davis
2023-11-17Change logtape/tuplestore code to use int64 for block numbersMichael Paquier
2023-11-16Ensure we preprocess expressions before checking their volatility.Tom Lane
2023-11-15Fix fallback implementation for pg_atomic_test_set_flag().Nathan Bossart
2023-11-15Retire MemoryContextResetAndDeleteChildren() macro.Nathan Bossart
2023-11-14Support +/- infinity in the interval data type.Dean Rasheed
2023-11-14Replace Gen_dummy_probes.sed with Gen_dummy_probes.plPeter Eisentraut
2023-11-14Add support for pg_stat_reset_slru without argumentMichael Paquier
2023-11-13psql: improve description consistency of \dTS data typesBruce Momjian
2023-11-13Improve readability and error detection of array_in().Tom Lane
2023-11-12Add ability to reset all shared stats types in pg_stat_reset_shared()Michael Paquier
2023-11-10Prohibit max_slot_wal_keep_size to value other than -1 during upgrade.Amit Kapila
2023-11-09Ensure we use the correct spelling of "ensure"David Rowley
2023-11-09Fix corner-case 64-bit integer subtraction bug on some platforms.Dean Rasheed
2023-11-08Use a faster hash function in resource owners.Heikki Linnakangas
2023-11-08Make ResourceOwners more easily extensible.Heikki Linnakangas
2023-11-07Stop including parsenodes.h in plannodes.hAlvaro Herrera
2023-11-06Detect integer overflow while computing new array dimensions.Tom Lane
2023-11-06Remove distprepPeter Eisentraut
2023-11-06Add XMLText function (SQL/XML X038)Daniel Gustafsson
2023-11-02Be more wary about NULL values for GUC string variables.Tom Lane
2023-11-02Additional unicode primitive functions.Jeff Davis
2023-10-31C comment: adjust statistics mentionBruce Momjian
2023-10-30Introduce pg_stat_checkpointerMichael Paquier
2023-10-29Guard against overflow in make_interval().Dean Rasheed
2023-10-27Make UniqueRelInfo a nodeAlexander Korotkov
2023-10-27Remove buffers_backend and buffers_backend_fsync from pg_stat_checkpointerMichael Paquier
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-10-26Introduce the concept of read-only StringInfosDavid Rowley
2023-10-26Migrate logical slots to the new node during an upgrade.Amit Kapila
2023-10-25Remove useless self-joinsAlexander Korotkov
2023-10-24Fix problems when a plain-inheritance parent table is excluded.Tom Lane
2023-10-24Assert that buffers are marked dirty before XLogRegisterBuffer().Jeff Davis
2023-10-23Change struct tablespaceinfo's oid member from 'char *' to 'Oid'Robert Haas
2023-10-23Refactor parse_filename_for_nontemp_relation to parse more.Robert Haas
2023-10-21Allow ALTER SYSTEM to set unrecognized custom GUCs.Tom Lane
2023-10-20Extend ALTER OPERATOR to allow setting more optimization attributes.Tom Lane
2023-10-19During online checkpoints, insert XLOG_CHECKPOINT_REDO at redo point.Robert Haas
2023-10-19Add local_blk_{read|write}_time I/O timing statistics for local blocksMichael Paquier
2023-10-19Rename I/O timing statistics columns to shared_blk_{read|write}_timeMichael Paquier
2023-10-19Install wait_event_types.h in VPATH buildsMichael Paquier
2023-10-18jit: Supply LLVMGlobalGetValueType() for LLVM < 8.Thomas Munro
2023-10-18jit: Support opaque pointers in LLVM 16.Thomas Munro
2023-10-18Add flush option to pg_logical_emit_message()Michael Paquier