index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
catalog
Commit message (
Expand
)
Author
Age
*
Remove redundant pg_set_*_stats() variants.
Jeff Davis
2025-02-25
*
Change relpath() et al to return path by value
Andres Freund
2025-02-25
*
Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timing
Michael Paquier
2025-02-24
*
Drop opcintype from index AM strategy translation API
Peter Eisentraut
2025-02-21
*
Remove unnecessary (char *) casts [xlog]
Peter Eisentraut
2025-02-13
*
Add cost-based vacuum delay time to progress views.
Nathan Bossart
2025-02-11
*
Allow non-btree speculative insertion indexes
Peter Eisentraut
2025-02-07
*
Virtual generated columns
Peter Eisentraut
2025-02-07
*
Avoid integer overflow while testing wal_skip_threshold condition.
Tom Lane
2025-01-30
*
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
*
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
*
Seek zone abbreviations in the IANA data before timezone_abbreviations.
Tom Lane
2025-01-16
*
Downgrade error in object_aclmask_ext() to internal
Peter Eisentraut
2025-01-15
*
Downgrade errors in object_ownercheck() to internal
Peter Eisentraut
2025-01-15
*
Change gist stratnum function to use CompareType
Peter Eisentraut
2025-01-15
*
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
*
Disallow NAMEDTUPLESTORE RTEs in stored views, rules, etc.
Tom Lane
2025-01-08
*
Remove unnecessary code to handle CONSTR_NOTNULL
Álvaro Herrera
2025-01-07
*
Fix an assortment of spelling mistakes and typos
David Rowley
2025-01-02
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
In REASSIGN OWNED of a database, lock the tuple as mandated.
Noah Misch
2024-12-28
*
Fix corruption when relation truncation fails.
Thomas Munro
2024-12-20
*
Remove pg_attribute.attcacheoff column
David Rowley
2024-12-20
*
Introduce CompactAttribute array in TupleDesc, take 2
David Rowley
2024-12-20
*
Add backend-level statistics to pgstats
Michael Paquier
2024-12-19
*
Update comments about index parallel builds
Tomas Vondra
2024-12-17
*
Make getObjectDescription robust against dangling amproc type links.
Tom Lane
2024-12-07
*
Revert "Introduce CompactAttribute array in TupleDesc"
David Rowley
2024-12-03
*
Introduce CompactAttribute array in TupleDesc
David Rowley
2024-12-03
*
RelationTruncate() must set DELAY_CHKPT_START.
Thomas Munro
2024-12-03
*
Remove useless casts to (void *)
Peter Eisentraut
2024-11-28
*
Proper object locking for GRANT/REVOKE
Peter Eisentraut
2024-11-15
*
Add an assertion in get_object_address()
Peter Eisentraut
2024-11-15
*
Silence compilers about extractNotNullColumn()
Álvaro Herrera
2024-11-12
*
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
*
Suppress new "may be used uninitialized" warning.
Noah Misch
2024-11-02
*
Move I/O before the index_update_stats() buffer lock region.
Noah Misch
2024-11-02
*
Replicate generated columns when specified in the column list.
Amit Kapila
2024-10-30
*
Fix dependency of partitioned table and table AM with CREATE TABLE .. USING
Michael Paquier
2024-10-29
*
Ensure we have a snapshot when updating pg_index in index_drop().
Nathan Bossart
2024-10-28
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-10-27
*
For inplace update, send nontransactional invalidations.
Noah Misch
2024-10-25
*
Refactor code converting a publication name List to a StringInfo
Michael Paquier
2024-10-25
*
Add 'no_error' argument to pg_wal_replay_wait()
Alexander Korotkov
2024-10-24
[next]