index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Commit message (
Expand
)
Author
Age
*
Restrict accesses to non-system views and foreign tables during pg_dump.
Masahiko Sawada
2024-08-05
*
Optimize JSON escaping using SIMD
David Rowley
2024-08-05
*
injection_points: Add some fixed-numbered statistics
Michael Paquier
2024-08-05
*
injection_points: Add some cumulative stats for injection points
Michael Paquier
2024-08-05
*
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-08-02
*
Include bison header files into implementation files
Peter Eisentraut
2024-08-02
*
Revert "Allow parallel workers to cope with a newly-created session user ID."
Tom Lane
2024-07-31
*
Allow parallel workers to cope with a newly-created session user ID.
Tom Lane
2024-07-31
*
Introduce pg_sequence_read_tuple().
Nathan Bossart
2024-07-31
*
Fix random failure in 021_twophase.
Amit Kapila
2024-07-31
*
Preserve tz when converting to jsonb timestamptz
Andrew Dunstan
2024-07-30
*
Remove --disable-spinlocks.
Thomas Munro
2024-07-30
*
Stabilize xid_wraparound tests
Andrew Dunstan
2024-07-30
*
Make collation not depend on setlocale().
Jeff Davis
2024-07-30
*
Fix partitionwise join with partially-redundant join clauses
Richard Guo
2024-07-30
*
SQL/JSON: Fix casting for integer EXISTS columns in JSON_TABLE
Amit Langote
2024-07-30
*
SQL/JSON: Some fixes to JsonBehavior expression casting
Amit Langote
2024-07-30
*
Fix incorrect return value for pg_size_pretty(bigint)
David Rowley
2024-07-28
*
Clarify error message and documentation related to typed tables.
Tom Lane
2024-07-26
*
SQL/JSON: Respect OMIT QUOTES when RETURNING domains over jsonb
Amit Langote
2024-07-26
*
SQL/JSON: Improve error-handling of JsonBehavior expressions
Amit Langote
2024-07-26
*
SQL/JSON: Fix error-handling of some JsonBehavior expressions
Amit Langote
2024-07-26
*
Add extern declarations for Bison global variables
Peter Eisentraut
2024-07-25
*
Add path column to pg_backend_memory_contexts view
David Rowley
2024-07-25
*
Reset relhassubclass upon attaching table as a partition
Alvaro Herrera
2024-07-24
*
Refactor tidstore.c iterator buffering.
Thomas Munro
2024-07-24
*
Allow altering of two_phase option of a SUBSCRIPTION.
Amit Kapila
2024-07-24
*
Detect integer overflow in array_set_slice().
Nathan Bossart
2024-07-23
*
ldapurl is supported with simple bind
Peter Eisentraut
2024-07-23
*
Fix rowcount estimate for gather (merge) paths
Richard Guo
2024-07-23
*
Revert "Test that vacuum removes tuples older than OldestXmin"
Melanie Plageman
2024-07-22
*
Replace some strtok() with strsep()
Peter Eisentraut
2024-07-22
*
Fix unstable test in select_parallel.sql
Richard Guo
2024-07-22
*
Correctly check updatability of columns targeted by INSERT...DEFAULT.
Tom Lane
2024-07-20
*
Add overflow checks to money type.
Nathan Bossart
2024-07-19
*
Test that vacuum removes tuples older than OldestXmin
Melanie Plageman
2024-07-19
*
Add more test coverage for jsonpath "$.*" with arrays
Michael Paquier
2024-07-19
*
Add INJECTION_POINT_CACHED() to run injection points directly from cache
Michael Paquier
2024-07-18
*
Avoid error in recovery test if history file is not yet present
Andrew Dunstan
2024-07-17
*
When creating materialized views, use REFRESH to load data.
Jeff Davis
2024-07-16
*
Adjust recently added test for pg_signal_autovacuum role
Andrew Dunstan
2024-07-16
*
Add tap test for pg_signal_autovacuum role
Michael Paquier
2024-07-16
*
Fix unstable tests in partition_merge.sql and partition_split.sql.
Fujii Masao
2024-07-15
*
Fix tablespace handling in MERGE/SPLIT partition commands.
Fujii Masao
2024-07-15
*
Check lateral references within PHVs for memoize cache keys
Richard Guo
2024-07-15
*
Avoid unhelpful internal error for incorrect recursive-WITH queries.
Tom Lane
2024-07-14
*
Fix new assertion for MERGE view_name ... DO NOTHING.
Noah Misch
2024-07-13
*
Don't lose partitioned table reltuples=0 after relhassubclass=f.
Noah Misch
2024-07-13
*
Use diff --strip-trailing-cr in pg_regress.c
Andrew Dunstan
2024-07-12
*
Add ORDER BY to new test query
Alvaro Herrera
2024-07-12
[next]