index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
...
*
Fix invalidation of local pgstats references for entry reinitialization
Michael Paquier
2024-12-09
*
Fix possible crash during WindowAgg evaluation
David Rowley
2024-12-09
*
Ensure that pg_amop/amproc entries depend on their lefttype/righttype.
Tom Lane
2024-12-07
*
Make getObjectDescription robust against dangling amproc type links.
Tom Lane
2024-12-07
*
Fix is_digit labeling of to_timestamp's FFn format codes.
Tom Lane
2024-12-07
*
Comment fix: "buffer context lock" to "buffer content lock".
Jeff Davis
2024-12-06
*
Remove useless casts to (const void *)
Peter Eisentraut
2024-12-06
*
Remove pg_regex_collation
Peter Eisentraut
2024-12-05
*
Provide a better error message for misplaced dispatch options.
Nathan Bossart
2024-12-04
*
Fix dead code
Peter Eisentraut
2024-12-04
*
Fix use-after-free in parallel_vacuum_reset_dead_items
John Naylor
2024-12-04
*
Simplify IsIndexUsableForReplicaIdentityFull()
Peter Eisentraut
2024-12-04
*
Ensure stored generated columns must be published when required.
Amit Kapila
2024-12-04
*
Move check for ucol_strcollUTF8 to pg_locale_icu.c
Jeff Davis
2024-12-03
*
Fix synchronized_standby_slots GUC check hook
Álvaro Herrera
2024-12-03
*
Drop "Lock" suffix from LWLock wait event names
Álvaro Herrera
2024-12-03
*
Fix handling of CREATE DOMAIN with GENERATED constraint syntax
Peter Eisentraut
2024-12-03
*
Fix temporary memory leak in system table index scans
Peter Eisentraut
2024-12-03
*
Perform provider-specific initialization in new functions.
Jeff Davis
2024-12-02
*
Fix unintentional behavior change in commit e9931bfb75.
Jeff Davis
2024-12-02
*
Revert "Introduce CompactAttribute array in TupleDesc"
David Rowley
2024-12-03
*
Introduce CompactAttribute array in TupleDesc
David Rowley
2024-12-03
*
RelationTruncate() must set DELAY_CHKPT_START.
Thomas Munro
2024-12-03
*
Deprecate MD5 passwords.
Nathan Bossart
2024-12-02
*
Add a planner support function for numeric generate_series().
Dean Rasheed
2024-12-02
*
Fix #include order in timestamp.c.
Dean Rasheed
2024-12-02
*
Fix error code for referential action RESTRICT
Peter Eisentraut
2024-12-02
*
Avoid mislabeling of lateral references, redux.
Tom Lane
2024-11-30
*
Small indenting fixes in jsonpath_scan.l
Peter Eisentraut
2024-11-29
*
Skip not SOAP-supported indexes while transforming an OR clause into SAOP
Alexander Korotkov
2024-11-29
*
Fix typo in header comment for set_operation_ordered_results_useful
David Rowley
2024-11-29
*
Avoid mislabeling of lateral references when pulling up a subquery.
Tom Lane
2024-11-28
*
Remove useless casts to (void *)
Peter Eisentraut
2024-11-28
*
Require sizeof(bool) == 1.
Thomas Munro
2024-11-28
*
Make GUC_check_errdetail messages full sentences
Álvaro Herrera
2024-11-27
*
Remove redundant relam initialization
Álvaro Herrera
2024-11-27
*
Look up backend type in pg_signal_backend() more cheaply.
Nathan Bossart
2024-11-27
*
postmaster: Reduce verbosity of environment dump debug message
Andres Freund
2024-11-27
*
Require ucrt if using MinGW.
Thomas Munro
2024-11-27
*
Improve slightly misleading internal error message
Peter Eisentraut
2024-11-27
*
Support LIKE with nondeterministic collations
Peter Eisentraut
2024-11-27
*
Improve error message for replication of generated columns.
Amit Kapila
2024-11-27
*
Handle better implicit transaction state of pipeline mode
Michael Paquier
2024-11-27
*
Distinguish between AcquireExternalFD and epoll_create1 / kqueue failing
Andres Freund
2024-11-26
*
Clean up newlines following left parentheses
Álvaro Herrera
2024-11-26
*
Improve InitShmemAccess() prototype
Peter Eisentraut
2024-11-26
*
Remove dead code in get_param_path_clause_serials()
Richard Guo
2024-11-26
*
Reordering DISTINCT keys to match input path's pathkeys
Richard Guo
2024-11-26
*
Fix NULLIF()'s handling of read-write expanded objects.
Tom Lane
2024-11-25
*
Avoid "you don't own a lock of type ExclusiveLock" in GRANT TABLESPACE.
Noah Misch
2024-11-25
[prev]
[next]