summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-12-09Fix small memory leaks in GUC checksDaniel Gustafsson
2024-12-09Fix various overflow hazards in date and timestamp functions.Nathan Bossart
2024-12-09Simplify executor's determination of whether to use parallelism.Tom Lane
2024-12-09Remove remants of "snapshot too old"Heikki Linnakangas
2024-12-09Avoid unnecessary wrapping for Vars and PHVsRichard Guo
2024-12-09Fix right-semi-joins in HashJoin rescansRichard Guo
2024-12-09Fix memory leak in pgoutput with publication list cacheMichael Paquier
2024-12-09Improve comment about dropped entries in pgstat.cMichael Paquier
2024-12-09Improve the error message introduced in commit 87ce27de696.Amit Kapila
2024-12-09Fix invalidation of local pgstats references for entry reinitializationMichael Paquier
2024-12-09Fix possible crash during WindowAgg evaluationDavid Rowley
2024-12-07Ensure that pg_amop/amproc entries depend on their lefttype/righttype.Tom Lane
2024-12-07Make getObjectDescription robust against dangling amproc type links.Tom Lane
2024-12-07Fix is_digit labeling of to_timestamp's FFn format codes.Tom Lane
2024-12-06Comment fix: "buffer context lock" to "buffer content lock".Jeff Davis
2024-12-06Remove useless casts to (const void *)Peter Eisentraut
2024-12-05Fix printf format string warning on MinGW.Thomas Munro
2024-12-05Remove pg_regex_collationPeter Eisentraut
2024-12-05Fix header inclusion order in c.h.Thomas Munro
2024-12-04Provide a better error message for misplaced dispatch options.Nathan Bossart
2024-12-04Fix dead codePeter Eisentraut
2024-12-04Fix use-after-free in parallel_vacuum_reset_dead_itemsJohn Naylor
2024-12-04Simplify IsIndexUsableForReplicaIdentityFull()Peter Eisentraut
2024-12-04Ensure stored generated columns must be published when required.Amit Kapila
2024-12-04Use <stdint.h> and <inttypes.h> for c.h integers.Thomas Munro
2024-12-03Move check for ucol_strcollUTF8 to pg_locale_icu.cJeff Davis
2024-12-03Fix synchronized_standby_slots GUC check hookÁlvaro Herrera
2024-12-03Drop "Lock" suffix from LWLock wait event namesÁlvaro Herrera
2024-12-03Update obsolete commentÁlvaro Herrera
2024-12-03Fix handling of CREATE DOMAIN with GENERATED constraint syntaxPeter Eisentraut
2024-12-03Fix temporary memory leak in system table index scansPeter Eisentraut
2024-12-03Perform provider-specific initialization in new functions.Jeff Davis
2024-12-03Fix unintentional behavior change in commit e9931bfb75.Jeff Davis
2024-12-03Revert "Introduce CompactAttribute array in TupleDesc"David Rowley
2024-12-03Introduce CompactAttribute array in TupleDescDavid Rowley
2024-12-03Rework some code handling pg_subscription data in psql and pg_dumpMichael Paquier
2024-12-02RelationTruncate() must set DELAY_CHKPT_START.Thomas Munro
2024-12-02Deprecate MD5 passwords.Nathan Bossart
2024-12-02Add a planner support function for numeric generate_series().Dean Rasheed
2024-12-02Fix #include order in timestamp.c.Dean Rasheed
2024-12-02Fix error code for referential action RESTRICTPeter Eisentraut
2024-12-01Fix broken list-munging in ecpg's remove_variables().Tom Lane
2024-11-30Avoid mislabeling of lateral references, redux.Tom Lane
2024-11-29Small indenting fixes in jsonpath_scan.lPeter Eisentraut
2024-11-29Add tests for foreign keys with case-insensitive collationsPeter Eisentraut
2024-11-29Skip not SOAP-supported indexes while transforming an OR clause into SAOPAlexander Korotkov
2024-11-29Fix typo in header comment for set_operation_ordered_results_usefulDavid Rowley
2024-11-28psql: Sprinkle more CppAsString2() in describe.cMichael Paquier
2024-11-28Avoid mislabeling of lateral references when pulling up a subquery.Tom Lane
2024-11-28Fix wording in commentDaniel Gustafsson