projects
/
postgresql.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add src/include/catalog/README
[postgresql.git]
/
src
/
backend
/
catalog
/
5 days ago
Tom Lane
Grab the low-hanging fruit from forcing USE_FLOAT8_BYVA...
tree
|
commitdiff
5 days ago
Tom Lane
Grab the low-hanging fruit from forcing sizeof(Datum...
tree
|
commitdiff
10 days ago
Tom Lane
Mop-up for Datum conversion cleanups.
tree
|
commitdiff
10 days ago
Peter Eisentraut
Add missing Datum conversions
tree
|
commitdiff
13 days ago
Masahiko Sawada
Add backup_type column to pg_stat_progress_basebackup.
tree
|
commitdiff
2025-08-04
Amit Kapila
Detect and report update_deleted conflicts.
tree
|
commitdiff
2025-08-01
Amit Kapila
Fix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLI...
tree
|
commitdiff
2025-07-23
Amit Kapila
Preserve conflict-relevant data during logical replication.
tree
|
commitdiff
2025-07-15
Michael Paquier
Fix comments in index.c
tree
|
commitdiff
2025-07-09
Nathan Bossart
Introduce pg_dsm_registry_allocations view.
tree
|
commitdiff
2025-07-01
Michael Paquier
Fix typo in system_views.sql's definition of pg_stat_ac...
tree
|
commitdiff
2025-06-30
Nathan Bossart
Add new OID alias type regdatabase.
tree
|
commitdiff
2025-06-28
Peter Eisentraut
Message style improvements
tree
|
commitdiff
2025-06-25
Peter Eisentraut
Restrict virtual columns to use built-in functions...
tree
|
commitdiff
2025-06-19
Fujii Masao
doc: Mention GIN indexes support parallel builds.
tree
|
commitdiff
2025-06-18
Michael Paquier
Document "relrewrite" at the top of heap_create_with_ca...
tree
|
commitdiff
2025-05-23
Daniel Gustafsson
Revert function to get memory context stats for processes
tree
|
commitdiff
2025-05-07
Nathan Bossart
Remove pg_replication_origin's TOAST table.
tree
|
commitdiff
2025-04-23
Tom Lane
Change the names generated for child foreign key constr...
tree
|
commitdiff
2025-04-19
Michael Paquier
Fix typos and grammar in the code
tree
|
commitdiff
2025-04-17
Noah Misch
Assert lack of hazardous buffer locks before possible...
tree
|
commitdiff
2025-04-16
Álvaro Herrera
Elide not-null constraint checks on child tables during...
tree
|
commitdiff
2025-04-08
Daniel Gustafsson
Add function to get memory context stats for processes
tree
|
commitdiff
2025-04-07
Tomas Vondra
Introduce pg_shmem_allocations_numa view
tree
|
commitdiff
2025-04-07
Tom Lane
Fix erroneous construction of functions' dependencies...
tree
|
commitdiff
2025-04-07
Álvaro Herrera
Allow NOT NULL constraints to be added as NOT VALID
tree
|
commitdiff
2025-04-05
Tom Lane
Repair misbehavior with duplicate entries in FK SET...
tree
|
commitdiff
2025-04-04
Nathan Bossart
Re-pgindent pg_largeobject.c after commit 0d6c477664.
tree
|
commitdiff
2025-04-04
Fujii Masao
Extend ALTER DEFAULT PRIVILEGES to define default privi...
tree
|
commitdiff
2025-04-03
Amit Kapila
Fix slot synchronization for two_phase enabled slots.
tree
|
commitdiff
2025-04-02
Tom Lane
Change SQL-language functions to use the plan cache.
tree
|
commitdiff
2025-04-02
Peter Eisentraut
Add support for NOT ENFORCED in foreign key constraints
tree
|
commitdiff
2025-04-01
Andres Freund
aio: Add pg_aios view
tree
|
commitdiff
2025-03-30
Andres Freund
Let caller of PageIsVerified() control ignore_checksum_...
tree
|
commitdiff
2025-03-30
Andres Freund
pgstat: Allow checksum errors to be reported in critica...
tree
|
commitdiff
2025-03-29
Andres Freund
Fix mis-attribution of checksum failure stats to the...
tree
|
commitdiff
2025-03-29
Peter Eisentraut
Use PRI?64 instead of "ll?" in format strings (continued).
tree
|
commitdiff
2025-03-28
Peter Eisentraut
Add support for not-null constraints on virtual generat...
tree
|
commitdiff
2025-03-24
Amit Kapila
Detect and Log multiple_unique_conflicts type conflict.
tree
|
commitdiff
2025-03-21
Tom Lane
Label the contents of pg_*_d.h files a little better.
tree
|
commitdiff
2025-03-10
Tom Lane
CREATE INDEX: do update index stats if autovacuum=off.
tree
|
commitdiff
2025-03-07
Jeff Davis
CREATE INDEX: don't update table stats if autovacuum...
tree
|
commitdiff
2025-03-05
Andrew Dunstan
Allow json{b}_strip_nulls to remove null array elements
tree
|
commitdiff
2025-03-03
Tom Lane
Simplify some logic around setting pg_attribute.atthasdef.
tree
|
commitdiff
2025-03-03
Tom Lane
Remove now-dead code in StoreAttrDefault().
tree
|
commitdiff
2025-03-03
Tom Lane
Fix broken handling of domains in atthasmissing logic.
tree
|
commitdiff
2025-03-03
Melanie Plageman
Add relallfrozen to pg_class
tree
|
commitdiff
2025-02-26
Jeff Davis
Remove redundant pg_set_*_stats() variants.
tree
|
commitdiff
2025-02-25
Andres Freund
Change relpath() et al to return path by value
tree
|
commitdiff
2025-02-24
Michael Paquier
Remove read/sync fields from pg_stat_wal and GUC track_...
tree
|
commitdiff
2025-02-21
Peter Eisentraut
Drop opcintype from index AM strategy translation API
tree
|
commitdiff
2025-02-13
Peter Eisentraut
Remove unnecessary (char *) casts [xlog]
tree
|
commitdiff
2025-02-11
Nathan Bossart
Add cost-based vacuum delay time to progress views.
tree
|
commitdiff
2025-02-07
Peter Eisentraut
Allow non-btree speculative insertion indexes
tree
|
commitdiff
2025-02-07
Peter Eisentraut
Virtual generated columns
tree
|
commitdiff
2025-01-30
Tom Lane
Avoid integer overflow while testing wal_skip_threshold...
tree
|
commitdiff
2025-01-28
Amit Kapila
Rename pubgencols_type to pubgencols in pg_publication.
tree
|
commitdiff
2025-01-28
Michael Paquier
Track per-relation cumulative time spent in [auto]vacuu...
tree
|
commitdiff
2025-01-23
Amit Kapila
Change publication's publish_generated_columns option...
tree
|
commitdiff
2025-01-21
Peter Eisentraut
Fix NO ACTION temporal foreign keys when the referenced...
tree
|
commitdiff
2025-01-16
Tom Lane
Seek zone abbreviations in the IANA data before timezon...
tree
|
commitdiff
2025-01-15
Peter Eisentraut
Downgrade error in object_aclmask_ext() to internal
tree
|
commitdiff
2025-01-15
Peter Eisentraut
Downgrade errors in object_ownercheck() to internal
tree
|
commitdiff
2025-01-15
Peter Eisentraut
Change gist stratnum function to use CompareType
tree
|
commitdiff
2025-01-14
Michael Paquier
Make pg_stat_io count IOs as bytes instead of blocks...
tree
|
commitdiff
2025-01-11
Peter Eisentraut
Add support for NOT ENFORCED in CHECK constraints
tree
|
commitdiff
2025-01-08
Tom Lane
Disallow NAMEDTUPLESTORE RTEs in stored views, rules...
tree
|
commitdiff
2025-01-07
Álvaro Herrera
Remove unnecessary code to handle CONSTR_NOTNULL
tree
|
commitdiff
2025-01-01
David Rowley
Fix an assortment of spelling mistakes and typos
tree
|
commitdiff
2025-01-01
Bruce Momjian
Update copyright for 2025
tree
|
commitdiff
2024-12-28
Noah Misch
In REASSIGN OWNED of a database, lock the tuple as...
tree
|
commitdiff
2024-12-20
Thomas Munro
Fix corruption when relation truncation fails.
tree
|
commitdiff
2024-12-20
David Rowley
Remove pg_attribute.attcacheoff column
tree
|
commitdiff
2024-12-20
David Rowley
Introduce CompactAttribute array in TupleDesc, take 2
tree
|
commitdiff
2024-12-19
Michael Paquier
Add backend-level statistics to pgstats
tree
|
commitdiff
2024-12-17
Tomas Vondra
Update comments about index parallel builds
tree
|
commitdiff
2024-12-07
Tom Lane
Make getObjectDescription robust against dangling ampro...
tree
|
commitdiff
2024-12-03
David Rowley
Revert "Introduce CompactAttribute array in TupleDesc"
tree
|
commitdiff
2024-12-03
David Rowley
Introduce CompactAttribute array in TupleDesc
tree
|
commitdiff
2024-12-02
Thomas Munro
RelationTruncate() must set DELAY_CHKPT_START.
tree
|
commitdiff
2024-11-28
Peter Eisentraut
Remove useless casts to (void *)
tree
|
commitdiff
2024-11-15
Peter Eisentraut
Proper object locking for GRANT/REVOKE
tree
|
commitdiff
2024-11-15
Peter Eisentraut
Add an assertion in get_object_address()
tree
|
commitdiff
2024-11-12
Álvaro Herrera
Silence compilers about extractNotNullColumn()
tree
|
commitdiff
2024-11-11
Michael Paquier
Add two attributes to pg_stat_database for parallel...
tree
|
commitdiff
2024-11-08
Álvaro Herrera
Add pg_constraint rows for not-null constraints
tree
|
commitdiff
2024-11-07
Amit Kapila
Replicate generated columns when 'publish_generated_col...
tree
|
commitdiff
2024-11-04
Alexander Korotkov
Revert pg_wal_replay_wait() stored procedure
tree
|
commitdiff
2024-11-03
Noah Misch
Suppress new "may be used uninitialized" warning.
tree
|
commitdiff
2024-11-02
Noah Misch
Move I/O before the index_update_stats() buffer lock...
tree
|
commitdiff
2024-10-30
Amit Kapila
Replicate generated columns when specified in the colum...
tree
|
commitdiff
2024-10-28
Michael Paquier
Fix dependency of partitioned table and table AM with...
tree
|
commitdiff
2024-10-28
Nathan Bossart
Ensure we have a snapshot when updating pg_index in...
tree
|
commitdiff
2024-10-27
Peter Eisentraut
Remove unused #include's from backend .c files
tree
|
commitdiff
2024-10-25
Noah Misch
For inplace update, send nontransactional invalidations.
tree
|
commitdiff
2024-10-25
Michael Paquier
Refactor code converting a publication name List to...
tree
|
commitdiff
2024-10-24
Alexander Korotkov
Add 'no_error' argument to pg_wal_replay_wait()
tree
|
commitdiff
2024-10-22
Jeff Davis
Add functions pg_set_attribute_stats() and pg_clear_att...
tree
|
commitdiff
2024-10-22
Jeff Davis
Change pg_*_relation_stats() functions to return type...
tree
|
commitdiff
2024-10-11
Jeff Davis
Create functions pg_set_relation_stats, pg_clear_relati...
tree
|
commitdiff
next