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
/
regress
/
expected
Age
Commit message (
Expand
)
Author
6 hours
Fix regression test failure when wal_level is set to minimal.
Masahiko Sawada
16 hours
Teach expr_is_nonnullable() to handle more expression types
Richard Guo
16 hours
Simplify COALESCE expressions using non-nullable arguments
Richard Guo
31 hours
Toggle logical decoding dynamically based on logical slot presence.
Masahiko Sawada
8 days
Test PRI* macros even when we can't test NLS translation.
Tom Lane
9 days
Revert "Avoid requiring Spanish locale to test NLS infrastructure."
Tom Lane
9 days
Avoid requiring Spanish locale to test NLS infrastructure.
Tom Lane
10 days
Looks like we can't test NLS on machines that lack any es_ES locale.
Tom Lane
10 days
Try a few different locale name spellings in nls.sql.
Tom Lane
10 days
Add a regression test to verify that NLS translation works.
Tom Lane
11 days
Implement ALTER TABLE ... SPLIT PARTITION ... command
Alexander Korotkov
11 days
Implement ALTER TABLE ... MERGE PARTITIONS ... command
Alexander Korotkov
11 days
Fix jsonb_object_agg crash after eliminating null-valued pairs.
Tom Lane
12 days
Reject opclass options in ON CONFLICT clause
Álvaro Herrera
13 days
Fix infer_arbiter_index for partitioned tables
Álvaro Herrera
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
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-08
Unify some more messages
Álvaro Herrera
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
Fix text substring search for non-deterministic collations.
Tom Lane
2025-12-05
Don't reset the pathlist of partitioned joinrels.
Robert Haas
2025-12-05
Improve test output of extended statistics for ndistinct and dependencies
Michael Paquier
2025-12-05
Rename column slotsync_skip_at to slotsync_last_skip.
Amit Kapila
2025-12-03
Rename BUFFERPIN wait event class to BUFFER
Andres Freund
2025-12-03
Make stats_ext test faster under cache-clobbering test conditions.
Tom Lane
2025-11-29
Avoid rewriting data-modifying CTEs more than once.
Dean Rasheed
2025-11-28
Add slotsync_skip_reason column to pg_replication_slots view.
Amit Kapila
2025-11-27
Allow indexscans on partial hash indexes with implied quals.
Tom Lane
2025-11-27
Fix error reporting for SQL/JSON path type mismatches
Amit Langote
2025-11-27
Add parallelism support for TID Range Scans
David Rowley
2025-11-26
Have the planner replace COUNT(ANY) with COUNT(*), when possible
David Rowley
2025-11-26
Add input function for data type pg_dependencies
Michael Paquier
2025-11-26
Add input function for data type pg_ndistinct
Michael Paquier
2025-11-25
Add slotsync skip statistics.
Amit Kapila
2025-11-24
Improve detection of implicitly-temporary views.
Tom Lane
2025-11-23
Issue a NOTICE if a created function depends on any temp objects.
Tom Lane
2025-11-23
Add SupportRequestInlineInFrom planner support request.
Tom Lane
2025-11-22
Add range_minus_multi and multirange_minus_multi functions
Peter Eisentraut
2025-11-20
Add HINT listing valid encodings to encode() and decode() errors.
Fujii Masao
2025-11-18
Don't allow CTEs to determine semantic levels of aggregates.
Tom Lane
2025-11-18
Rename two columns in pg_stat_subscription_stats.
Amit Kapila
2025-11-17
Rework output format of pg_dependencies
Michael Paquier
2025-11-17
Rework output format of pg_ndistinct
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-07
Add seq_sync_error_count to subscription statistics.
Amit Kapila
2025-11-06
Disallow generated columns in COPY WHERE clause
Peter Eisentraut
[next]