index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Age
Commit message (
Expand
)
Author
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
2023-10-27
Fix calculation in brin_minmax_multi_distance_date
Tomas Vondra
2023-10-27
Fix overflow when calculating timestamp distance in BRIN
Tomas Vondra
2023-10-24
Fix problems when a plain-inheritance parent table is excluded.
Tom Lane
2023-10-17
Back-patch test cases for timetz_zone/timetz_izone.
Tom Lane
2023-10-16
Ensure we have a snapshot while dropping ON COMMIT DROP temp tables.
Tom Lane
2023-10-14
Dissociate btequalimage() from interval_ops, ending its deduplication.
Noah Misch
2023-10-13
Fix runtime partition pruning for HASH partitioned tables
David Rowley
2023-10-12
Fix incorrect step generation in HASH partition pruning
David Rowley
2023-09-30
Fix EvalPlanQual rechecking during MERGE.
Dean Rasheed
2023-09-26
Fix edge-case for xl_tot_len broken by bae868ca.
Thomas Munro
2023-09-23
Don't use Perl pack('Q') in 039_end_of_wal.pl.
Thomas Munro
2023-09-23
Don't trust unvalidated xl_tot_len.
Thomas Munro
2023-09-21
Fix COMMIT/ROLLBACK AND CHAIN in the presence of subtransactions.
Tom Lane
2023-09-15
Track nesting depth correctly when drilling down into RECORD Vars.
Tom Lane
2023-09-08
Stabilize subscription stats test.
Masahiko Sawada
2023-09-07
Disable 031_recovery_conflict.pl in 15 and 16.
Thomas Munro
2023-08-21
Fix pg_stat_reset_single_table_counters() for shared relations
Michael Paquier
2023-08-10
Remove test from commit fa2e874946.
Jeff Davis
2023-08-07
Recalculate search_path after ALTER ROLE.
Jeff Davis
2023-08-07
Reject substituting extension schemas or owners matching ["$'\].
Noah Misch
2023-08-07
Fix RLS policy usage in MERGE.
Dean Rasheed
2023-07-14
Fix updates of indisvalid for partitioned indexes
Michael Paquier
2023-07-13
Handle DROP DATABASE getting interrupted
Andres Freund
2023-07-05
pgstat: fix subscription stats entry leak.
Masahiko Sawada
2023-07-03
Make PG_TEST_NOCLEAN work for temporary directories in TAP tests
Michael Paquier
2023-06-30
Fix marking of indisvalid for partitioned indexes at creation
Michael Paquier
2023-06-30
Fix pg_depend entry to AMs after ALTER TABLE .. SET ACCESS METHOD
Michael Paquier
2023-06-29
Fix order of operations in ExecEvalFieldStoreDeForm().
Tom Lane
2023-06-28
Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTI...
Michael Paquier
[next]