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
2024-09-06
SQL/JSON: Fix default ON ERROR behavior for JSON_TABLE
Amit Langote
2024-09-06
SQL/JSON: Fix JSON_TABLE() column deparsing
Amit Langote
2024-09-05
Prevent mis-encoding of "trailing junk after numeric literal" errors.
Tom Lane
2024-09-03
Avoid installcheck failure in TAP tests using injection_points
Michael Paquier
2024-09-03
Simplify makefiles exporting twice enable_injection_points
Michael Paquier
2024-09-02
Fix rarely-run test for message wording change
Peter Eisentraut
2024-08-31
Stabilize 039_end_of_wal test.
Thomas Munro
2024-08-30
Avoid inserting PlaceHolderVars in cases where pre-v16 PG did not.
Tom Lane
2024-08-29
Fix mis-deparsing of ORDER BY lists when there is a name conflict.
Tom Lane
2024-08-29
Message style improvements
Peter Eisentraut
2024-08-29
Disallow USING clause when altering type of generated column
Peter Eisentraut
2024-08-24
Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands
Alexander Korotkov
2024-08-21
Don't advance origin during apply failure.
Amit Kapila
2024-08-12
Log more info when wait-for-catchup tests time out.
Tom Lane
2024-08-10
Allow adjusting session_authorization and role in parallel workers.
Tom Lane
2024-08-09
Fix "failed to find plan for subquery/CTE" errors in EXPLAIN.
Tom Lane
2024-08-08
Refuse ATTACH of a table referenced by a foreign key
Alvaro Herrera
2024-08-08
Refactor error messages to reduce duplication
Alvaro Herrera
2024-08-07
Refactor/reword some error messages to avoid duplicates
Alvaro Herrera
2024-08-05
Restrict accesses to non-system views and foreign tables during pg_dump.
Masahiko Sawada
2024-08-01
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-30
Preserve tz when converting to jsonb timestamptz
Andrew Dunstan
2024-07-30
Stabilize xid_wraparound tests
Andrew Dunstan
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-28
Fix incorrect return value for pg_size_pretty(bigint)
David Rowley
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-24
Reset relhassubclass upon attaching table as a partition
Alvaro Herrera
2024-07-24
Detect integer overflow in array_set_slice().
Nathan Bossart
2024-07-22
Revert "Test that vacuum removes tuples older than OldestXmin"
Melanie Plageman
2024-07-20
Correctly check updatability of columns targeted by INSERT...DEFAULT.
Tom Lane
2024-07-19
Add overflow checks to money type.
Nathan Bossart
2024-07-19
Test that vacuum removes tuples older than OldestXmin
Melanie Plageman
2024-07-17
Avoid error in recovery test if history file is not yet present
Andrew Dunstan
2024-07-16
When creating materialized views, use REFRESH to load data.
Jeff Davis
2024-07-15
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-14
Avoid unhelpful internal error for incorrect recursive-WITH queries.
Tom Lane
2024-07-13
Use correct collate.windows.win1252.out
Andrew Dunstan
2024-07-13
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-12
Add ORDER BY to new test query
Alvaro Herrera
2024-07-12
Fix ALTER TABLE DETACH for inconsistent indexes
Alvaro Herrera
2024-07-11
Make our back branches compatible with libxml2 2.13.x.
Tom Lane
2024-07-10
Use diff's --strip-trailing-cr flag where appropriate on Windows
Andrew Dunstan
2024-07-09
Prevent CRLF conversion of inputs in json_parser test module
Andrew Dunstan
2024-07-08
Choose ports for test servers less likely to result in conflicts
Andrew Dunstan
[next]