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
2 days
Fix planner error with SRFs and grouping sets
Richard Guo
3 days
Fix regression test failure when wal_level is set to minimal.
Masahiko Sawada
3 days
Teach expr_is_nonnullable() to handle more expression types
Richard Guo
3 days
Simplify COALESCE expressions using non-nullable arguments
Richard Guo
3 days
Don't advance origin during apply failure.
Amit Kapila
4 days
Toggle logical decoding dynamically based on logical slot presence.
Masahiko Sawada
4 days
Fix bug in following update chain when locking a heap tuple
Heikki Linnakangas
4 days
Fix orphaned origin in shared memory after DROP SUBSCRIPTION
Michael Paquier
5 days
Add missing .gitignore for src/test/modules/test_cloexec.
Tom Lane
6 days
Clean up test_cloexec.c and Makefile.
Thomas Munro
9 days
Fix intermittent BF failure in 040_standby_failover_slots_sync.
Amit Kapila
10 days
Fix const correctness in pgstat data serialization callbacks
Michael Paquier
10 days
oauth_validator: Avoid races in log_check()
Jacob Champion
10 days
Rename regress.so's .mo file to postgresql-regress-VERSION.mo.
Tom Lane
10 days
Make postmaster 003_start_stop.pl test less flaky
Heikki Linnakangas
11 days
Test PRI* macros even when we can't test NLS translation.
Tom Lane
11 days
Add TAP test to check recovery when redo LSN is missing
Michael Paquier
12 days
Revert "Avoid requiring Spanish locale to test NLS infrastructure."
Tom Lane
12 days
Allow passing a pointer to GetNamedDSMSegment()'s init callback.
Nathan Bossart
12 days
Avoid requiring Spanish locale to test NLS infrastructure.
Tom Lane
12 days
Disable recently added CIC/RI isolation tests
Álvaro Herrera
12 days
Add retry logic to pg_sync_replication_slots().
Amit Kapila
13 days
test_custom_stats: Fix compilation warning
Michael Paquier
13 days
test_custom_stats: Add tests with read/write of auxiliary data
Michael Paquier
13 days
Update typedefs.list to match what the buildfarm currently reports.
Tom Lane
13 days
Looks like we can't test NLS on machines that lack any es_ES locale.
Tom Lane
13 days
Try a few different locale name spellings in nls.sql.
Tom Lane
13 days
Add a regression test to verify that NLS translation works.
Tom Lane
13 days
Implement ALTER TABLE ... SPLIT PARTITION ... command
Alexander Korotkov
13 days
Implement ALTER TABLE ... MERGE PARTITIONS ... command
Alexander Korotkov
14 days
Fix jsonb_object_agg crash after eliminating null-valued pairs.
Tom Lane
2025-12-12
Reject opclass options in ON CONFLICT clause
Álvaro Herrera
2025-12-11
Fix infer_arbiter_index for partitioned tables
Álvaro Herrera
2025-12-10
Fix bogus extra arguments to query_safe in test
Heikki Linnakangas
2025-12-10
Improve DDL deparsing test
Heikki Linnakangas
2025-12-10
Fix failures with cross-version pg_upgrade tests
Michael Paquier
2025-12-10
Fix two issues with recently-introduced nbtree test
Michael Paquier
2025-12-09
Fix O_CLOEXEC flag handling in Windows port.
Thomas Munro
2025-12-09
Add started_by column to pg_stat_progress_analyze view.
Masahiko Sawada
2025-12-09
Add mode and started_by columns to pg_stat_progress_vacuum view.
Masahiko Sawada
2025-12-09
Widen MultiXactOffset to 64 bits
Heikki Linnakangas
2025-12-09
Fix distinctness check for queries with grouping sets
Richard Guo
2025-12-09
Fix const-simplification for index expressions and predicate
Richard Guo
2025-12-09
Use palloc_object() and palloc_array() in more areas of the tree
Michael Paquier
2025-12-08
Unify some more messages
Álvaro Herrera
2025-12-08
test_custom_stats: Test module for custom cumulative statistics
Michael Paquier
2025-12-08
injection_points: Remove portions related to custom pgstats
Michael Paquier
2025-12-08
Improve error messages of input functions for pg_dependencies and pg_ndistinct
Michael Paquier
2025-12-06
Handle constant inputs to corr() and related aggregates more precisely.
Tom Lane
2025-12-06
Improve error reporting of recovery test 027_stream_regress
Michael Paquier
[next]