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
REL_19_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
Age
Commit message (
Expand
)
Author
2024-05-06
Translation updates
Peter Eisentraut
2024-05-01
Ensure we allocate NAMEDATALEN bytes for names in Index Only Scans
David Rowley
2024-04-30
Disallow converting a table to a view within an outer SQL command.
Tom Lane
2024-04-29
Close race condition between datfrozen and relfrozen updates.
Noah Misch
2024-04-28
Detect more overflows in timestamp[tz]_pl_interval.
Tom Lane
2024-04-19
Fix MSVC recipe for ecpg regression tests, redux.
Tom Lane
2024-04-19
Fix MSVC recipe for ecpg regression tests.
Tom Lane
2024-04-16
Fix assorted bugs in ecpg's macro mechanism.
Tom Lane
2024-04-16
Fix generation of EC join conditions at the wrong plan level.
Tom Lane
2024-04-15
Fix type-checking of RECORD-returning functions in FROM, redux.
Tom Lane
2024-04-11
Fix WaitEventSet resource leak in WaitLatchOrSocket().
Etsuro Fujita
2024-04-10
Fix plpgsql's handling of -- comments following expressions.
Tom Lane
2024-04-10
Fix illegal attribute propagation in LLVM JIT.
Thomas Munro
2024-04-08
simplehash: Free collisions array in SH_STAT
Andres Freund
2024-04-07
Don't clobber test exit code at cleanup in LDAP/Kerberors tests
Heikki Linnakangas
2024-04-07
Improve check in LDAP test to find the OpenLDAP installation
Heikki Linnakangas
2024-04-04
Fix ecpg's mechanism for detecting unsupported cases in the grammar.
Tom Lane
2024-04-03
Fix the parameters order for TableAmRoutine.relation_copy_for_cluster()
Alexander Korotkov
2024-04-02
Avoid deadlock during orphan temp table removal.
Tom Lane
2024-04-01
Avoid "unused variable" warning on non-USE_SSL_ENGINE platforms.
Tom Lane
2024-04-01
Avoid possible longjmp-induced logic error in PLy_trigger_build_args.
Tom Lane
2024-03-27
Fix unnecessary use of moving-aggregate mode with non-moving frame.
Tom Lane
2024-03-26
Fix failure of ALTER FOREIGN TABLE SET SCHEMA to move sequences.
Tom Lane
2024-03-26
Allow "make check"-style testing to work with musl C library.
Tom Lane
2024-03-22
Fix typo in pg_dumpall role comments fix
Daniel Gustafsson
2024-03-21
Fix dumping role comments when using --no-role-passwords
Daniel Gustafsson
2024-03-20
Review wording on tablespaces w.r.t. partitioned tables
Alvaro Herrera
2024-03-18
Fix EXPLAIN Bitmap heap scan to count pages with no visible tuples
Heikki Linnakangas
2024-03-14
Make INSERT-from-multiple-VALUES-rows handle domain target columns.
Tom Lane
2024-03-12
Fix confusion about the return rowtype of SQL-language procedures.
Tom Lane
2024-03-12
Disconnect if socket cannot be put into non-blocking mode
Heikki Linnakangas
2024-03-11
Backpatch missing check_stack_depth() to some recursive functions
Alexander Korotkov
2024-03-08
Cope with a deficiency in OpenSSL 3.x's error reporting.
Tom Lane
2024-03-06
Revert "Fix parallel-safety check of expressions and predicate for index builds"
Michael Paquier
2024-03-06
Fix type-checking of RECORD-returning functions in FROM.
Tom Lane
2024-03-06
Fix parallel-safety check of expressions and predicate for index builds
Michael Paquier
2024-03-05
Fix incorrectly reported stats kind in "can't happen" ERROR
David Rowley
2024-02-29
Fix integer underflow in shared memory debugging
Daniel Gustafsson
2024-02-25
Promote assertion about !ReindexIsProcessingIndex to runtime error.
Tom Lane
2024-02-23
Avoid dangling-pointer problem with partitionwise joins under GEQO.
Tom Lane
2024-02-19
Fix incorrect pruning of NULL partition for boolean IS NOT clauses
David Rowley
2024-02-19
ecpg: Fix zero-termination of string generated by intoasc()
Michael Paquier
2024-02-15
Doc: improve a couple of comments in postgresql.conf.sample.
Tom Lane
2024-02-13
Fix 'mmap' DSM implementation with allocations larger than 4 GB
Heikki Linnakangas
2024-02-13
Revert "Skip .DS_Store files in server side utils"
Daniel Gustafsson
2024-02-13
Skip .DS_Store files in server side utils
Daniel Gustafsson
2024-02-09
Remove race condition in pg_get_expr().
Tom Lane
2024-02-09
Avoid concurrent calls to bindtextdomain().
Tom Lane
2024-02-09
Clean up Windows-specific mutex code in libpq and ecpglib.
Tom Lane
2024-02-09
Fix wrong logic in TransactionIdInRecentPast()
Alexander Korotkov
[next]