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
/
test
Age
Commit message (
Expand
)
Author
2024-05-01
Disable run condition optimization for some WindowFuncs
David Rowley
2024-05-01
Ensure we allocate NAMEDATALEN bytes for names in Index Only Scans
David Rowley
2024-04-28
Detect more overflows in timestamp[tz]_pl_interval.
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-13
freespace: Don't return blocks past the end of the main fork.
Noah Misch
2024-04-10
Fix plpgsql's handling of -- comments following expressions.
Tom Lane
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-03-26
Fix failure of ALTER FOREIGN TABLE SET SCHEMA to move sequences.
Tom Lane
2024-03-18
Fix EXPLAIN Bitmap heap scan to count pages with no visible tuples
Heikki Linnakangas
2024-03-17
Fix EXPLAIN output for subplans in MERGE.
Dean Rasheed
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-11
Fix incorrect accessing of pfree'd memory in Memoize
David Rowley
2024-03-07
Fix handling of self-modified tuples in MERGE.
Dean Rasheed
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-02-28
Fix mis-rounding and overflow hazards in date_bin().
Tom Lane
2024-02-26
Back-patch test modifications that were done as part of b6df0798a5.
Amit Kapila
2024-02-21
MERGE ... DO NOTHING: require SELECT privileges
Alvaro Herrera
2024-02-19
Fix incorrect pruning of NULL partition for boolean IS NOT clauses
David Rowley
2024-02-09
Fix propagation of persistence to sequences in ALTER TABLE / ADD COLUMN
Peter Eisentraut
2024-02-05
Fix assertion if index is dropped during REFRESH CONCURRENTLY
Heikki Linnakangas
2024-02-01
Apply band-aid fix for an oversight in reparameterize_path_by_child.
Tom Lane
2024-01-31
Fix various issues with ALTER TEXT SEARCH CONFIGURATION
Michael Paquier
2024-01-26
Detect Julian-date overflow in timestamp[tz]_pl_interval.
Tom Lane
2024-01-24
Fix ALTER TABLE .. ADD COLUMN with complex inheritance trees
Michael Paquier
2024-01-12
pg_regress: Disable autoruns for cmd.exe on Windows
Michael Paquier
2024-01-11
Allow subquery pullup to wrap a PlaceHolderVar in another one.
Tom Lane
2023-12-21
Avoid trying to fetch metapage of an SPGist partitioned index.
Tom Lane
2023-12-21
Fix BEFORE ROW trigger handling in cross-partition MERGE update.
Dean Rasheed
2023-11-28
Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.
Tom Lane
2023-11-28
Fix assertions with RI triggers in heap_update and heap_delete.
Heikki Linnakangas
2023-11-27
Avoid unconditionally filling in missing values with NULL in pgoutput.
Amit Kapila
2023-11-22
Fix the initial sync tables with no columns.
Amit Kapila
2023-11-22
Fix query checking consistency of table amhandlers in opr_sanity.sql
Michael Paquier
2023-11-18
Guard against overflow in interval_mul() and interval_div().
Dean Rasheed
2023-11-16
Ensure we preprocess expressions before checking their volatility.
Tom Lane
2023-11-14
Allow new role 'regress_dump_login_role' to log in under SSPI.
Tom Lane
2023-11-13
Don't try to dump RLS policies or security labels for extension objects.
Tom Lane
2023-11-09
Fix AFTER ROW trigger execution in MERGE cross-partition update.
Dean Rasheed
2023-11-09
Fix corner-case 64-bit integer subtraction bug on some platforms.
Dean Rasheed
2023-11-06
Detect integer overflow while computing new array dimensions.
Tom Lane
2023-11-06
Compute aggregate argument types correctly in transformAggregateCall().
Tom Lane
2023-11-06
Ban role pg_signal_backend from more superuser backend types.
Noah Misch
2023-11-02
Fix 003_check_guc.pl when loading modules with custom GUCs
Michael Paquier
2023-10-27
Fix minmax-multi distance for extreme interval values
Tomas Vondra
2023-10-27
Fix minmax-multi on infinite date/timestamp values
Tomas Vondra
[next]