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
/
regress
/
sql
Age
Commit message (
Expand
)
Author
24 hours
Ensure sanity of hash-join costing when there are no MCV statistics.
HEAD
origin/master
origin/HEAD
master
Tom Lane
39 hours
Ignore PlaceHolderVars when looking up statistics
Richard Guo
39 hours
Strip PlaceHolderVars from index operands
Richard Guo
3 days
Fix incorrectly spelled city name
Daniel Gustafsson
6 days
Fix planner error with SRFs and grouping sets
Richard Guo
6 days
Fix regression test failure when wal_level is set to minimal.
Masahiko Sawada
6 days
Teach expr_is_nonnullable() to handle more expression types
Richard Guo
6 days
Simplify COALESCE expressions using non-nullable arguments
Richard Guo
2025-12-16
Test PRI* macros even when we can't test NLS translation.
Tom Lane
2025-12-15
Revert "Avoid requiring Spanish locale to test NLS infrastructure."
Tom Lane
2025-12-15
Avoid requiring Spanish locale to test NLS infrastructure.
Tom Lane
2025-12-14
Looks like we can't test NLS on machines that lack any es_ES locale.
Tom Lane
2025-12-14
Try a few different locale name spellings in nls.sql.
Tom Lane
2025-12-14
Add a regression test to verify that NLS translation works.
Tom Lane
2025-12-14
Implement ALTER TABLE ... SPLIT PARTITION ... command
Alexander Korotkov
2025-12-14
Implement ALTER TABLE ... MERGE PARTITIONS ... command
Alexander Korotkov
2025-12-13
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-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-06
Handle constant inputs to corr() and related aggregates more precisely.
Tom Lane
2025-12-05
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-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-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-27
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-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-22
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-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-06
Disallow generated columns in COPY WHERE clause
Peter Eisentraut
2025-11-06
Fix UNION planner estimate_num_groups with varno==0
David Rowley
2025-11-05
Fix assertion failure in generate_orderedappend_paths()
Richard Guo
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-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
[next]