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
*
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
*
Add functions pg_set_attribute_stats() and pg_clear_attribute_stats().
Jeff Davis
2024-10-22
*
Change pg_*_relation_stats() functions to return type to void.
Jeff Davis
2024-10-22
*
Create functions pg_set_relation_stats, pg_clear_relation_stats.
Jeff Davis
2024-10-11
*
Add pg_ls_summariesdir().
Nathan Bossart
2024-10-11
*
Use deconstruct_array_builtin instead of deconstruct_array
Álvaro Herrera
2024-10-11
*
Unbreak overflow test for attinhcount/coninhcount
Álvaro Herrera
2024-10-10
*
Fix search_path cache initialization.
Jeff Davis
2024-10-07
*
Fix inconsistent reporting of checkpointer stats.
Fujii Masao
2024-10-02
*
Add missing command for pg_maintain in comment
Daniel Gustafsson
2024-10-01
*
Add num_done counter to the pg_stat_checkpointer view.
Fujii Masao
2024-09-30
*
Fix incorrect memory access in VACUUM FULL with invalid toast indexes
Michael Paquier
2024-09-27
*
Ensure we have a snapshot when updating pg_index entries.
Nathan Bossart
2024-09-26
*
For inplace update durability, make heap_update() callers wait.
Noah Misch
2024-09-24
*
Fix data loss at inplace update after heap_update().
Noah Misch
2024-09-24
*
Remove pg_authid's TOAST table.
Nathan Bossart
2024-09-21
*
Extend PgStat_HashKey.objid from 4 to 8 bytes
Michael Paquier
2024-09-18
*
Add temporal FOREIGN KEY contraints
Peter Eisentraut
2024-09-17
*
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-09-17
*
Deduplicate code in LargeObjectExists and myLargeObjectExists.
Fujii Masao
2024-09-12
*
Remove old RULE privilege completely.
Fujii Masao
2024-09-12
*
Collect statistics about conflicts in logical replication.
Amit Kapila
2024-09-04
*
Log the conflicts while applying changes in logical replication.
Amit Kapila
2024-08-20
*
Improve ALTER PUBLICATION validation and error messages
David Rowley
2024-08-15
*
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-08-02
*
Reset relhassubclass upon attaching table as a partition
Alvaro Herrera
2024-07-24
*
Extend pg_get_acl() to handle sub-object IDs
Michael Paquier
2024-07-10
*
Fix missing invalidations for search_path cache.
Jeff Davis
2024-07-09
*
Add pg_get_acl() to get the ACL for a database object
Michael Paquier
2024-07-04
*
Use TupleDescAttr macro consistently
David Rowley
2024-07-02
[next]