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
2025-11-16
Add test for temporary file removal and WITH HOLD cursor
Michael Paquier
2025-11-16
Fix Assert failure in EXPLAIN ANALYZE MERGE with a concurrent update.
Dean Rasheed
2025-11-14
Add test for postgresql.conf.sample line syntax
Daniel Gustafsson
2025-11-14
Revert "Drop unnamed portal immediately after execution to completion"
Michael Paquier
2025-11-12
test_dsa: Avoid leaking LWLock tranches.
Nathan Bossart
2025-11-12
Fix bug where we truncated CLOG that was still needed by LISTEN/NOTIFY
Heikki Linnakangas
2025-11-12
injection_points: Add tests for name limits
Michael Paquier
2025-11-10
Check for CREATE privilege on the schema in CREATE STATISTICS.
Nathan Bossart
2025-11-10
Add more tests for relation statistics with rewrites
Michael Paquier
2025-11-10
injection_points: Add variant for injection_point_attach()
Michael Paquier
2025-11-07
Fix "inconsistent DLL linkage" warning on Windows MSVC
Peter Eisentraut
2025-11-07
Add seq_sync_error_count to subscription statistics.
Amit Kapila
2025-11-06
bufmgr: Allow some buffer state modifications while holding header lock
Andres Freund
2025-11-06
Disallow generated columns in COPY WHERE clause
Peter Eisentraut
2025-11-06
Fix few issues in commit 5509055d69.
Amit Kapila
2025-11-06
Fix UNION planner estimate_num_groups with varno==0
David Rowley
2025-11-05
Implement WAIT FOR command
Alexander Korotkov
2025-11-05
Fix assertion failure in generate_orderedappend_paths()
Richard Guo
2025-11-05
Fix timing-dependent failure in recovery test 004_timeline_switch
Michael Paquier
2025-11-05
Add sequence synchronization for logical replication.
Amit Kapila
2025-11-05
Drop unnamed portal immediately after execution to completion
Michael Paquier
2025-11-04
Fix possible usage of incorrect UPPERREL_SETOP RelOptInfo
David Rowley
2025-11-04
Allow "SET list_guc TO NULL" to specify setting the GUC to empty.
Tom Lane
2025-11-04
Tighten check for generated column in partition key expression
Peter Eisentraut
2025-11-04
BRIN autosummarization may need a snapshot
Álvaro Herrera
2025-11-04
Error message stylistic correction
Peter Eisentraut
2025-11-04
Fix unconditional WAL receiver shutdown during stream-archive transition
Michael Paquier
2025-11-03
Add \pset options for boolean value display
Álvaro Herrera
2025-11-03
Prevent setting a column as identity if its not-null constraint is invalid
Álvaro Herrera
2025-11-01
Remove unused variable in recovery/t/006_logical_decoding.pl.
Tom Lane
2025-10-31
Mark function arguments of type "Datum *" as "const Datum *" where possible
Peter Eisentraut
2025-10-31
Add test tracking WAL receiver shutdown for primary_conninfo updates
Michael Paquier
2025-10-30
Disable parallel plans for RIGHT_SEMI joins
Richard Guo
2025-10-28
Add wal_fpi_bytes to pg_stat_wal and pg_stat_get_backend_wal()
Michael Paquier
2025-10-27
Simplify newline handling in two TAP tests
Michael Paquier
2025-10-27
Add new RLS tests to test policies applied by command type.
Dean Rasheed
2025-10-27
Fix GUC check_hook validation for synchronized_standby_slots.
Amit Kapila
2025-10-27
Improve test in 009_matviews.pl.
Amit Kapila
2025-10-25
Fix incorrect logic for caching ResultRelInfos for triggers
David Rowley
2025-10-25
Guard against division by zero in test_int128 module.
Dean Rasheed
2025-10-23
Introduce "REFRESH SEQUENCES" for subscriptions.
Amit Kapila
2025-10-23
Fix some misplaced comments in parallel_schedule
David Rowley
2025-10-23
Add copyright notice to vacuum_horizon_floor.pl test.
Masahiko Sawada
2025-10-22
Add error_on_null(), checking if the input is the null value
Michael Paquier
2025-10-21
Fix pushdown of degenerate HAVING clauses
Richard Guo
2025-10-20
Support COPY TO for partitioned tables.
Masahiko Sawada
2025-10-20
Fix thinko in commit 7d129ba54.
Tom Lane
2025-10-18
Fix determination of not-null constraint "locality" for inherited columns
Álvaro Herrera
2025-10-17
Avoid warnings in tests when openssl binary isn't available
Daniel Gustafsson
2025-10-17
Improve TAP tests by replacing ok() with better Test::More functions
Michael Paquier
[next]