index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
catalog
Age
Commit message (
Expand
)
Author
2025-03-10
CREATE INDEX: do update index stats if autovacuum=off.
Tom Lane
2025-03-07
CREATE INDEX: don't update table stats if autovacuum=off.
Jeff Davis
2025-03-05
Allow json{b}_strip_nulls to remove null array elements
Andrew Dunstan
2025-03-03
Simplify some logic around setting pg_attribute.atthasdef.
Tom Lane
2025-03-03
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-02-26
Remove redundant pg_set_*_stats() variants.
Jeff Davis
2025-02-25
Change relpath() et al to return path by value
Andres Freund
2025-02-24
Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timing
Michael Paquier
2025-02-21
Drop opcintype from index AM strategy translation API
Peter Eisentraut
2025-02-13
Remove unnecessary (char *) casts [xlog]
Peter Eisentraut
2025-02-11
Add cost-based vacuum delay time to progress views.
Nathan Bossart
2025-02-07
Allow non-btree speculative insertion indexes
Peter Eisentraut
2025-02-07
Virtual generated columns
Peter Eisentraut
2025-01-30
Avoid integer overflow while testing wal_skip_threshold condition.
Tom Lane
2025-01-28
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-23
Change publication's publish_generated_columns option type to enum.
Amit Kapila
2025-01-21
Fix NO ACTION temporal foreign keys when the referenced endpoints change
Peter Eisentraut
2025-01-16
Seek zone abbreviations in the IANA data before timezone_abbreviations.
Tom Lane
2025-01-15
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-14
Make pg_stat_io count IOs as bytes instead of blocks for some operations
Michael Paquier
2025-01-11
Add support for NOT ENFORCED in CHECK constraints
Peter Eisentraut
2025-01-08
Disallow NAMEDTUPLESTORE RTEs in stored views, rules, etc.
Tom Lane
2025-01-07
Remove unnecessary code to handle CONSTR_NOTNULL
Álvaro Herrera
2025-01-01
Fix an assortment of spelling mistakes and typos
David Rowley
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-28
In REASSIGN OWNED of a database, lock the tuple as mandated.
Noah Misch
2024-12-20
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-19
Add backend-level statistics to pgstats
Michael Paquier
2024-12-17
Update comments about index parallel builds
Tomas Vondra
2024-12-07
Make getObjectDescription robust against dangling amproc type links.
Tom Lane
2024-12-03
Revert "Introduce CompactAttribute array in TupleDesc"
David Rowley
2024-12-03
Introduce CompactAttribute array in TupleDesc
David Rowley
2024-12-02
RelationTruncate() must set DELAY_CHKPT_START.
Thomas Munro
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-11-15
Proper object locking for GRANT/REVOKE
Peter Eisentraut
2024-11-15
Add an assertion in get_object_address()
Peter Eisentraut
2024-11-12
Silence compilers about extractNotNullColumn()
Álvaro Herrera
2024-11-11
Add two attributes to pg_stat_database for parallel workers activity
Michael Paquier
2024-11-08
Add pg_constraint rows for not-null constraints
Álvaro Herrera
2024-11-07
Replicate generated columns when 'publish_generated_columns' is set.
Amit Kapila
2024-11-04
Revert pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-11-03
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
[next]