aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* Fix invalidation of local pgstats references for entry reinitializationMichael Paquier2024-12-09
* Fix possible crash during WindowAgg evaluationDavid Rowley2024-12-09
* Ensure that pg_amop/amproc entries depend on their lefttype/righttype.Tom Lane2024-12-07
* Make getObjectDescription robust against dangling amproc type links.Tom Lane2024-12-07
* Fix is_digit labeling of to_timestamp's FFn format codes.Tom Lane2024-12-07
* Comment fix: "buffer context lock" to "buffer content lock".Jeff Davis2024-12-06
* Remove useless casts to (const void *)Peter Eisentraut2024-12-06
* Remove pg_regex_collationPeter Eisentraut2024-12-05
* Provide a better error message for misplaced dispatch options.Nathan Bossart2024-12-04
* Fix dead codePeter Eisentraut2024-12-04
* Fix use-after-free in parallel_vacuum_reset_dead_itemsJohn Naylor2024-12-04
* Simplify IsIndexUsableForReplicaIdentityFull()Peter Eisentraut2024-12-04
* Ensure stored generated columns must be published when required.Amit Kapila2024-12-04
* Move check for ucol_strcollUTF8 to pg_locale_icu.cJeff Davis2024-12-03
* Fix synchronized_standby_slots GUC check hookÁlvaro Herrera2024-12-03
* Drop "Lock" suffix from LWLock wait event namesÁlvaro Herrera2024-12-03
* Fix handling of CREATE DOMAIN with GENERATED constraint syntaxPeter Eisentraut2024-12-03
* Fix temporary memory leak in system table index scansPeter Eisentraut2024-12-03
* Perform provider-specific initialization in new functions.Jeff Davis2024-12-02
* Fix unintentional behavior change in commit e9931bfb75.Jeff Davis2024-12-02
* Revert "Introduce CompactAttribute array in TupleDesc"David Rowley2024-12-03
* Introduce CompactAttribute array in TupleDescDavid Rowley2024-12-03
* RelationTruncate() must set DELAY_CHKPT_START.Thomas Munro2024-12-03
* Deprecate MD5 passwords.Nathan Bossart2024-12-02
* Add a planner support function for numeric generate_series().Dean Rasheed2024-12-02
* Fix #include order in timestamp.c.Dean Rasheed2024-12-02
* Fix error code for referential action RESTRICTPeter Eisentraut2024-12-02
* Avoid mislabeling of lateral references, redux.Tom Lane2024-11-30
* Small indenting fixes in jsonpath_scan.lPeter Eisentraut2024-11-29
* Skip not SOAP-supported indexes while transforming an OR clause into SAOPAlexander Korotkov2024-11-29
* Fix typo in header comment for set_operation_ordered_results_usefulDavid Rowley2024-11-29
* Avoid mislabeling of lateral references when pulling up a subquery.Tom Lane2024-11-28
* Remove useless casts to (void *)Peter Eisentraut2024-11-28
* Require sizeof(bool) == 1.Thomas Munro2024-11-28
* Make GUC_check_errdetail messages full sentencesÁlvaro Herrera2024-11-27
* Remove redundant relam initializationÁlvaro Herrera2024-11-27
* Look up backend type in pg_signal_backend() more cheaply.Nathan Bossart2024-11-27
* postmaster: Reduce verbosity of environment dump debug messageAndres Freund2024-11-27
* Require ucrt if using MinGW.Thomas Munro2024-11-27
* Improve slightly misleading internal error messagePeter Eisentraut2024-11-27
* Support LIKE with nondeterministic collationsPeter Eisentraut2024-11-27
* Improve error message for replication of generated columns.Amit Kapila2024-11-27
* Handle better implicit transaction state of pipeline modeMichael Paquier2024-11-27
* Distinguish between AcquireExternalFD and epoll_create1 / kqueue failingAndres Freund2024-11-26
* Clean up newlines following left parenthesesÁlvaro Herrera2024-11-26
* Improve InitShmemAccess() prototypePeter Eisentraut2024-11-26
* Remove dead code in get_param_path_clause_serials()Richard Guo2024-11-26
* Reordering DISTINCT keys to match input path's pathkeysRichard Guo2024-11-26
* Fix NULLIF()'s handling of read-write expanded objects.Tom Lane2024-11-25
* Avoid "you don't own a lock of type ExclusiveLock" in GRANT TABLESPACE.Noah Misch2024-11-25