index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
Commit message (
Expand
)
Author
Age
...
*
Don't lose partitioned table reltuples=0 after relhassubclass=f.
Noah Misch
2024-07-13
*
Fix ALTER TABLE DETACH for inconsistent indexes
Alvaro Herrera
2024-07-12
*
Improve logical replication connection-failure messages.
Tom Lane
2024-07-11
*
Show Parallel Bitmap Heap Scan worker stats in EXPLAIN ANALYZE
David Rowley
2024-07-09
*
Use CREATE DATABASE ... STRATEGY = FILE_COPY in pg_upgrade.
Nathan Bossart
2024-07-08
*
Widen lossy and exact page counters for Bitmap Heap Scan
David Rowley
2024-07-08
*
Fix newly introduced issue in EXPLAIN for Materialize nodes
David Rowley
2024-07-05
*
Add memory/disk usage for Material nodes in EXPLAIN
David Rowley
2024-07-05
*
Support "Right Semi Join" plan shapes
Richard Guo
2024-07-05
*
Assign error codes where missing for user-facing failures
Michael Paquier
2024-07-04
*
Convert some extern variables to static
Peter Eisentraut
2024-07-02
*
Use TupleDescAttr macro consistently
David Rowley
2024-07-02
*
Remove redundant privilege check from pg_sequences system view.
Nathan Bossart
2024-07-01
*
Remove useless code
Peter Eisentraut
2024-07-01
*
Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX.
Noah Misch
2024-06-27
*
Lock owned sequences during ALTER TABLE SET { LOGGED | UNLOGGED }.
Noah Misch
2024-06-27
*
Don't throw an error if a queued AFTER trigger no longer exists.
Tom Lane
2024-06-20
*
Harmonize function parameter names for Postgres 17.
Peter Geoghegan
2024-06-12
*
Reject modifying a temp table of another session with ALTER TABLE.
Tom Lane
2024-06-07
*
Don't copy extended statistics during MERGE/SPLIT partition operations
Alexander Korotkov
2024-05-23
*
Fix the name collision detection in MERGE/SPLIT partition operations
Alexander Korotkov
2024-05-23
*
Revise GUC names quoting in messages again
Peter Eisentraut
2024-05-17
*
Remove unused typedefs
Peter Eisentraut
2024-05-17
*
Revert temporal primary keys and foreign keys
Peter Eisentraut
2024-05-16
*
Fix some inconsistencies in EXPLAIN output
David Rowley
2024-05-16
*
Fix handling of polymorphic output arguments for procedures.
Tom Lane
2024-05-14
*
Fix pg_sequence_last_value() for unlogged sequences on standbys.
Nathan Bossart
2024-05-13
*
Revert structural changes to not-null constraints
Alvaro Herrera
2024-05-13
*
Repair ALTER EXTENSION ... SET SCHEMA.
Tom Lane
2024-05-09
*
Fix inconsistencies in error messages
Alvaro Herrera
2024-05-09
*
Fix assorted bugs related to identity column in partitioned tables
Peter Eisentraut
2024-05-07
*
Fix segmentation fault in MergeInheritedAttribute()
Peter Eisentraut
2024-05-03
*
Throw a more on-point error for publications depending on columns.
Tom Lane
2024-05-02
*
Disallow direct change of NO INHERIT of not-null constraints
Alvaro Herrera
2024-05-02
*
Fix locale options checking in CREATE DATABASE.
Jeff Davis
2024-04-30
*
Inherit parent's AM for partition MERGE/SPLIT operations
Alexander Korotkov
2024-04-30
*
Make new partitions with parent's persistence during MERGE/SPLIT
Alexander Korotkov
2024-04-30
*
Change the way ATExecMergePartitions() handles the name collision
Alexander Korotkov
2024-04-30
*
Avoid repeating loads of frozen ID values.
Noah Misch
2024-04-29
*
Close race condition between datfrozen and relfrozen updates.
Noah Misch
2024-04-29
*
Throw a more on-point error for functions depending on columns.
Tom Lane
2024-04-28
*
Fix the handling of the failover option in subscription commands.
Amit Kapila
2024-04-23
*
createdb: compare strategy case-insensitive
Tomas Vondra
2024-04-21
*
Add missing index_insert_cleanup calls
Tomas Vondra
2024-04-19
*
Better handle indirect constraint drops
Alvaro Herrera
2024-04-19
*
Fix typos and duplicate words
Daniel Gustafsson
2024-04-18
*
Fix restore of not-null constraints with inheritance
Alvaro Herrera
2024-04-18
*
Fix typos with function name in event_trigger.c
Michael Paquier
2024-04-17
*
Disallow specifying ON_ERROR option without value.
Masahiko Sawada
2024-04-17
*
revert: Generalize relation analyze in table AM interface
Alexander Korotkov
2024-04-16
[prev]
[next]