index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
catalog
Commit message (
Expand
)
Author
Age
*
aio: Add pg_aios view
Andres Freund
2025-04-01
*
Introduce PG_MODULE_MAGIC_EXT macro.
Tom Lane
2025-03-26
*
Add support for gamma() and lgamma() functions.
Dean Rasheed
2025-03-26
*
Stats: use schemaname/relname instead of regclass.
Jeff Davis
2025-03-25
*
Detect and Log multiple_unique_conflicts type conflict.
Amit Kapila
2025-03-24
*
Place "extern" declaration in the right part of pg_class.h.
Tom Lane
2025-03-21
*
Add reverse(bytea).
Nathan Bossart
2025-03-13
*
Add WAL data to backend statistics
Michael Paquier
2025-03-11
*
Allow casting between bytea and integer types.
Dean Rasheed
2025-03-07
*
Allow json{b}_strip_nulls to remove null array elements
Andrew Dunstan
2025-03-05
*
Remove now-dead code in StoreAttrDefault().
Tom Lane
2025-03-03
*
Fix broken handling of domains in atthasmissing logic.
Tom Lane
2025-03-03
*
Add relallfrozen to pg_class
Melanie Plageman
2025-03-03
*
Remove stray diff introduced by a5cbdeb98a.
Jeff Davis
2025-02-26
*
Remove redundant pg_set_*_stats() variants.
Jeff Davis
2025-02-25
*
Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timing
Michael Paquier
2025-02-24
*
Add default_char_signedness field to ControlFileData.
Masahiko Sawada
2025-02-21
*
Drop opcintype from index AM strategy translation API
Peter Eisentraut
2025-02-21
*
Add cost-based vacuum delay time to progress views.
Nathan Bossart
2025-02-11
*
Allow extension functions to participate in in-place updates.
Tom Lane
2025-02-11
*
Virtual generated columns
Peter Eisentraut
2025-02-07
*
Rename pubgencols_type to pubgencols in pg_publication.
Amit Kapila
2025-01-28
*
Track per-relation cumulative time spent in [auto]vacuum and [auto]analyze
Michael Paquier
2025-01-28
*
Add SQL function CASEFOLD().
Jeff Davis
2025-01-24
*
Change publication's publish_generated_columns option type to enum.
Amit Kapila
2025-01-23
*
Fix NO ACTION temporal foreign keys when the referenced endpoints change
Peter Eisentraut
2025-01-21
*
Support PG_UNICODE_FAST locale in the builtin collation provider.
Jeff Davis
2025-01-17
*
Seek zone abbreviations in the IANA data before timezone_abbreviations.
Tom Lane
2025-01-16
*
Add OLD/NEW support to RETURNING in DML queries.
Dean Rasheed
2025-01-16
*
IWYU pragmas for catalog headers
Peter Eisentraut
2025-01-15
*
Change gist stratnum function to use CompareType
Peter Eisentraut
2025-01-15
*
Consistently spell "leakproof" without a hyphen.
Dean Rasheed
2025-01-14
*
Make pg_stat_io count IOs as bytes instead of blocks for some operations
Michael Paquier
2025-01-14
*
Add support for NOT ENFORCED in CHECK constraints
Peter Eisentraut
2025-01-11
*
Fix an assortment of spelling mistakes and typos
David Rowley
2025-01-02
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Remove redundant wording in pg_statistic.h
Michael Paquier
2024-12-30
*
In REASSIGN OWNED of a database, lock the tuple as mandated.
Noah Misch
2024-12-28
*
Remove pg_attribute.attcacheoff column
David Rowley
2024-12-20
*
Add backend-level statistics to pgstats
Michael Paquier
2024-12-19
*
Add UUID version 7 generation function.
Masahiko Sawada
2024-12-11
*
Unmark gen_random_uuid() function leakproof.
Masahiko Sawada
2024-12-11
*
Ensure stored generated columns must be published when required.
Amit Kapila
2024-12-04
*
Update obsolete comment
Álvaro Herrera
2024-12-03
*
Rework some code handling pg_subscription data in psql and pg_dump
Michael Paquier
2024-12-03
*
Add a planner support function for numeric generate_series().
Dean Rasheed
2024-12-02
*
Add two attributes to pg_stat_database for parallel workers activity
Michael Paquier
2024-11-11
*
Add pg_constraint rows for not-null constraints
Álvaro Herrera
2024-11-08
*
Replicate generated columns when 'publish_generated_columns' is set.
Amit Kapila
2024-11-07
*
Revert pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-11-04
[next]