index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Age
Commit message (
Expand
)
Author
2024-12-09
Fix small memory leaks in GUC checks
Daniel Gustafsson
2024-12-09
Fix various overflow hazards in date and timestamp functions.
Nathan Bossart
2024-12-09
Simplify executor's determination of whether to use parallelism.
Tom Lane
2024-12-09
Remove remants of "snapshot too old"
Heikki Linnakangas
2024-12-09
Avoid unnecessary wrapping for Vars and PHVs
Richard Guo
2024-12-09
Fix right-semi-joins in HashJoin rescans
Richard Guo
2024-12-09
Fix memory leak in pgoutput with publication list cache
Michael Paquier
2024-12-09
Improve comment about dropped entries in pgstat.c
Michael Paquier
2024-12-09
Improve the error message introduced in commit 87ce27de696.
Amit Kapila
2024-12-09
Fix invalidation of local pgstats references for entry reinitialization
Michael Paquier
2024-12-09
Fix possible crash during WindowAgg evaluation
David Rowley
2024-12-07
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-06
Comment fix: "buffer context lock" to "buffer content lock".
Jeff Davis
2024-12-06
Remove useless casts to (const void *)
Peter Eisentraut
2024-12-05
Remove pg_regex_collation
Peter Eisentraut
2024-12-04
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-03
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-03
Fix unintentional behavior change in commit e9931bfb75.
Jeff Davis
2024-12-03
Revert "Introduce CompactAttribute array in TupleDesc"
David Rowley
2024-12-03
Introduce CompactAttribute array in TupleDesc
David Rowley
2024-12-02
RelationTruncate() must set DELAY_CHKPT_START.
Thomas Munro
2024-12-02
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-11-30
Avoid mislabeling of lateral references, redux.
Tom Lane
2024-11-29
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-28
Avoid mislabeling of lateral references when pulling up a subquery.
Tom Lane
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-11-27
Require sizeof(bool) == 1.
Thomas Munro
2024-11-27
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
[next]