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-10-08
Allow negative aggtransspace to indicate unbounded state size
Richard Guo
2025-10-08
Add stats_reset to pg_stat_user_functions
Michael Paquier
2025-10-07
Assign each subquery a unique name prior to planning it.
Robert Haas
2025-10-07
Teach planner to short-circuit EXCEPT/INTERSECT with dummy inputs
David Rowley
2025-10-07
Fix incorrect targetlist in dummy UNIONs
David Rowley
2025-10-06
Optimize hex_encode() and hex_decode() using SIMD.
Nathan Bossart
2025-10-06
Expose sequence page LSN via pg_get_sequence_data.
Amit Kapila
2025-10-06
Add stats_reset to pg_stat_all_{tables,indexes} and related views
Michael Paquier
2025-10-06
Add test for pg_stat_reset_single_table_counters() on index
Michael Paquier
2025-10-05
Don't include access/htup_details.h in executor/tuptable.h
Álvaro Herrera
2025-10-04
Teach UNION planner to remove dummy inputs
David Rowley
2025-10-03
Tidy-up unneeded NULL parameter checks from SQL function
David Rowley
2025-10-03
Add IGNORE NULLS/RESPECT NULLS option to Window functions.
Tatsuo Ishii
2025-10-02
Remove check for NULL in STRICT function
Daniel Gustafsson
2025-10-02
Fixes for comments in test_bitmapset
Daniel Gustafsson
2025-10-01
test_json_parser: Speed up 002_inline.pl
Jacob Champion
2025-10-01
Minor fixups of test_bitmapset.c
David Rowley
2025-10-01
test_bitmapset: Simplify code of the module
Michael Paquier
2025-09-30
injection_points: Add proper locking when reporting fixed-variable stats
Michael Paquier
2025-09-29
Add GROUP BY ALL.
Tom Lane
2025-09-29
Fix StatisticsObjIsVisibleExt() for pg_temp.
Noah Misch
2025-09-29
test_bitmapset: Expand more the test coverage
Michael Paquier
2025-09-29
injection_points: Enable entry count in its variable-sized stats
Michael Paquier
2025-09-25
Add minimal sleep to stats isolation test functions.
Tom Lane
2025-09-25
Fix comments in recovery tests
Daniel Gustafsson
2025-09-24
Update GB18030 encoding from version 2000 to 2022
John Naylor
2025-09-23
Fix compiler warnings in test_bitmapset
Michael Paquier
2025-09-23
Keep track of what RTIs a Result node is scanning.
Robert Haas
2025-09-22
Add a test module for Bitmapset
Michael Paquier
2025-09-20
Add support for base64url encoding and decoding
Daniel Gustafsson
2025-09-20
Re-allow using statistics for bool-valued functions in WHERE.
Tom Lane
2025-09-19
Improve few errdetail messages introduced in commit 0d48d393d46.
Amit Kapila
2025-09-19
Fix EPQ crash from missing partition pruning state in EState
Amit Langote
2025-09-18
Add a test harness for the LWLock tranche code.
Nathan Bossart
2025-09-17
Calculate agglevelsup correctly when Aggref contains a CTE.
Tom Lane
2025-09-17
injection_points: Fix incrementation of variable-numbered stats
Michael Paquier
2025-09-17
Add missing EPQ recheck for TID Range Scan
David Rowley
2025-09-16
Add missing EPQ recheck for TID Scan
David Rowley
2025-09-16
Revert "Avoid race condition between "GRANT role" and "DROP ROLE"".
Tom Lane
2025-09-16
Provide more-specific error details/hints for function lookup failures.
Tom Lane
2025-09-16
Add regression expected-files for older OpenSSL in FIPS mode.
Tom Lane
2025-09-16
Treat JsonConstructorExpr as non-strict
Richard Guo
2025-09-16
Fix intermittent BF failures in 035_conflicts.
Amit Kapila
2025-09-15
Expand virtual generated columns in constraint expressions
Peter Eisentraut
2025-09-15
CREATE STATISTICS: improve misleading error message
Peter Eisentraut
2025-09-15
Resume conflict-relevant data retention automatically.
Amit Kapila
2025-09-15
Hide duplicate names from extension views
Peter Eisentraut
2025-09-13
Amend recent fix for SIMILAR TO regex conversion.
Tom Lane
2025-09-13
Specify locale provider for pg_regress --no-locale
Alexander Korotkov
2025-09-12
Avoid context dependency in test case added by 9a71989a8.
Tom Lane
[next]