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-12-28
In REASSIGN OWNED of a database, lock the tuple as mandated.
Noah Misch
2024-12-19
Fix Assert failure in WITH RECURSIVE UNION queries
David Rowley
2024-12-16
Make 009_twophase.pl test pass with recovery_min_apply_delay set
Heikki Linnakangas
2024-12-09
Fix possible crash during WindowAgg evaluation
David Rowley
2024-12-07
Fix is_digit labeling of to_timestamp's FFn format codes.
Tom Lane
2024-11-30
Avoid mislabeling of lateral references, redux.
Tom Lane
2024-11-28
Avoid mislabeling of lateral references when pulling up a subquery.
Tom Lane
2024-11-27
Fix pg_get_constraintdef for NOT NULL constraints on domains
Álvaro Herrera
2024-11-25
Fix NULLIF()'s handling of read-write expanded objects.
Tom Lane
2024-11-25
Avoid "you don't own a lock of type ExclusiveLock" in GRANT TABLESPACE.
Noah Misch
2024-11-16
Fix per-session activation of ALTER {ROLE|DATABASE} SET role.
Noah Misch
2024-11-15
Avoid assertion due to disconnected NFA sub-graphs in regex parsing.
Tom Lane
2024-11-11
Fix improper interactions between session_authorization and role.
Tom Lane
2024-11-11
Ensure cached plans are correctly marked as dependent on role.
Nathan Bossart
2024-11-11
Block environment variable mutations from trusted PL/Perl.
Noah Misch
2024-11-08
Disallow partitionwise join when collations don't match
Amit Langote
2024-11-08
Disallow partitionwise grouping when collations don't match
Amit Langote
2024-11-02
Revert "For inplace update, send nontransactional invalidations."
Noah Misch
2024-10-30
Stabilize jsonb_path_query test case.
Tom Lane
2024-10-30
Fix some more bugs in foreign keys connecting partitioned tables
Álvaro Herrera
2024-10-28
Fix dependency of partitioned table and table AM with CREATE TABLE .. USING
Michael Paquier
2024-10-25
For inplace update, send nontransactional invalidations.
Noah Misch
2024-10-24
Stop reading uninitialized memory in heap_inplace_lock().
Noah Misch
2024-10-22
Restructure foreign key handling code for ATTACH/DETACH
Álvaro Herrera
2024-10-21
Fix wrong assertion and poor error messages in "COPY (query) TO".
Tom Lane
2024-10-20
SQL/JSON: Fix some oversights in commit b6e1157e7
Amit Langote
2024-10-18
Fix description of PostgreSQL::Test::Cluster::wait_for_event()
Michael Paquier
2024-10-17
Fix whitespace
Peter Eisentraut
2024-10-16
Fix validation of COPY FORCE_NOT_NULL/FORCE_NULL for the all-column cases
Michael Paquier
2024-10-16
Rewrite some regression queries for option checks with COPY
Michael Paquier
2024-10-12
Correctly identify which EC members are computable at a plan node.
Tom Lane
2024-10-05
Use generateClonedIndexStmt to propagate CREATE INDEX to partitions.
Tom Lane
2024-10-03
Fix wrong varnullingrels error for MERGE WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-10-03
Fix incorrect non-strict join recheck in MERGE WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-09-27
Avoid 037_invalid_database.pl hang under debug_discard_caches.
Noah Misch
2024-09-24
For inplace update durability, make heap_update() callers wait.
Noah Misch
2024-09-24
Fix data loss at inplace update after heap_update().
Noah Misch
2024-09-18
Don't enter parallel mode when holding interrupts.
Noah Misch
2024-09-17
Repair pg_upgrade for identity sequences with non-default persistence.
Tom Lane
2024-09-14
Run regression tests with timezone America/Los_Angeles.
Tom Lane
2024-09-12
Make jsonpath .string() be immutable for datetimes.
Tom Lane
2024-09-12
SQL/JSON: Fix JSON_QUERY(... WITH CONDITIONAL WRAPPER)
Amit Langote
2024-09-11
Fix unique key checks in JSON object constructors
Tomas Vondra
2024-09-10
Fix some whitespace issues in XMLSERIALIZE(... INDENT).
Tom Lane
2024-09-09
Fix waits of REINDEX CONCURRENTLY for indexes with predicates or expressions
Michael Paquier
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-06
Revert recent SQL/JSON related commits
Amit Langote
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
[next]