summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2024-05-06Finish incomplete revert of ec63622c0.Tom Lane
2024-05-06Fix privilege checks in pg_stats_ext and pg_stats_ext_exprs.Nathan Bossart
2024-05-06Revert: Remove useless self-joinsAlexander Korotkov
2024-05-06Translation updatesPeter Eisentraut
2024-05-05Silence Coverity complaint about possible null-pointer dereference.Tom Lane
2024-05-05Fix query pullup issue with WindowClause runConditionDavid Rowley
2024-05-03Fix an assortment of typosDavid Rowley
2024-05-03Fix segmentation fault in MergeInheritedAttribute()Peter Eisentraut
2024-05-02Throw a more on-point error for publications depending on columns.Tom Lane
2024-05-02Disallow direct change of NO INHERIT of not-null constraintsAlvaro Herrera
2024-05-02Disallow NO INHERIT not-null constraints on partitioned tablesAlvaro Herrera
2024-05-01Fix typos and incorrect type in read_stream.cDavid Rowley
2024-05-01Fix parallel vacuum buffer usage reporting.Masahiko Sawada
2024-05-01Ensure we allocate NAMEDATALEN bytes for names in Index Only ScansDavid Rowley
2024-05-01Fix locale options checking in CREATE DATABASE.Jeff Davis
2024-04-30Inherit parent's AM for partition MERGE/SPLIT operationsAlexander Korotkov
2024-04-30Fix error message in check_partition_bounds_for_split_range()Alexander Korotkov
2024-04-30Make new partitions with parent's persistence during MERGE/SPLITAlexander Korotkov
2024-04-30Change the way ATExecMergePartitions() handles the name collisionAlexander Korotkov
2024-04-29Fix failure to track role dependencies of pg_init_privs entries.Tom Lane
2024-04-29Avoid repeating loads of frozen ID values.Noah Misch
2024-04-29Close race condition between datfrozen and relfrozen updates.Noah Misch
2024-04-29Reject SSL connection if ALPN is used but there's no common protocolHeikki Linnakangas
2024-04-29Revert "Add GUC backtrace_on_internal_error"Peter Eisentraut
2024-04-28Throw a more on-point error for functions depending on columns.Tom Lane
2024-04-28Detect more overflows in timestamp[tz]_pl_interval.Tom Lane
2024-04-28Fix duplicated consecutive words in commentsDavid Rowley
2024-04-25Post-commit review fixes for slot synchronization.Amit Kapila
2024-04-25Remove unnecessary code from be_lo_put()Peter Eisentraut
2024-04-25Fix the missing table sync due to improper invalidation handling.Amit Kapila
2024-04-24Support SSL_R_VERSION_TOO_LOW when using LibreSSLDaniel Gustafsson
2024-04-24Support disallowing SSL renegotiation when using LibreSSLDaniel Gustafsson
2024-04-23Remove some unnecessary fields from executor nodes.Tom Lane
2024-04-23Improve "out of range" error messages for GUCs.Tom Lane
2024-04-23Fix the handling of the failover option in subscription commands.Amit Kapila
2024-04-22Remove unneeded nbtree array preprocessing assert.Peter Geoghegan
2024-04-22Remove overzealous array element type assertion.Peter Geoghegan
2024-04-21createdb: compare strategy case-insensitiveTomas Vondra
2024-04-19Add missing index_insert_cleanup callsTomas Vondra
2024-04-19Fix a couple typos in BRIN codeTomas Vondra
2024-04-19Better handle indirect constraint dropsAlvaro Herrera
2024-04-19Use macro NUM_MERGE_MATCH_KINDS instead of '3' in MERGE code.Dean Rasheed
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-04-18Don't try to fix eliminated nbtree array scan keys.Peter Geoghegan
2024-04-18Fix restore of not-null constraints with inheritanceAlvaro Herrera
2024-04-18SQL/JSON: Miscellaneous fixes and improvementsAmit Langote
2024-04-18SQL/JSON: Fix issues with DEFAULT .. ON ERROR / EMPTYAmit Langote
2024-04-18SQL/JSON: Improve some error messagesAmit Langote
2024-04-17Refactoring for CommitTransactionCommand()/AbortCurrentTransaction()Alexander Korotkov
2024-04-17Remove GlobalVisTestNonRemovable[Full]Horizon, not used anymoreAndres Freund