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
/
regress
Age
Commit message (
Expand
)
Author
2024-09-23
Remove ATT_TABLE for ALTER TABLE ... ATTACH/DETACH
Michael Paquier
2024-09-21
Remove pg_authid's TOAST table.
Nathan Bossart
2024-09-19
psql: Add tests for repeated calls of \bind[_named]
Michael Paquier
2024-09-19
psql: Clean up more aggressively state of \bind[_named], \parse and \close
Michael Paquier
2024-09-18
Add TOAST table to pg_index.
Nathan Bossart
2024-09-18
Extend PgStat_HashKey.objid from 4 to 8 bytes
Michael Paquier
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-17
Add temporal FOREIGN KEY contraints
Peter Eisentraut
2024-09-17
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-09-17
Add stratnum GiST support function
Peter Eisentraut
2024-09-17
Add memory/disk usage for Window aggregate nodes in EXPLAIN.
Tatsuo Ishii
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
Add has_largeobject_privilege function.
Fujii Masao
2024-09-12
Remove old RULE privilege completely.
Fujii Masao
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-10
Improve documentation and testing of jsonpath string() for datetimes.
Tom Lane
2024-09-10
Mark expressions nullable by grouping sets
Richard Guo
2024-09-10
Introduce an RTE for the grouping step
Richard Guo
2024-09-09
Don't bother checking the result of SPI_connect[_ext] anymore.
Tom Lane
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
2024-09-05
Prevent mis-encoding of "trailing junk after numeric literal" errors.
Tom Lane
2024-09-05
Fix misleading error message context
Peter Eisentraut
2024-09-04
Collect statistics about conflicts in logical replication.
Amit Kapila
2024-09-04
Avoid unnecessary post-sort projection
Richard Guo
2024-09-04
Check the validity of commutators for merge/hash clauses
Richard Guo
2024-08-30
Avoid inserting PlaceHolderVars in cases where pre-v16 PG did not.
Tom Lane
2024-08-30
Remove one memoize test case added by commit 069d0ff02.
Tom Lane
2024-08-29
Rename pg_sequence_read_tuple() to pg_get_sequence_data()
Michael Paquier
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
Put generated_stored test objects in a schema
Peter Eisentraut
2024-08-29
Rename regress test generated to generated_stored
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-22
psql: Add more meta-commands able to use the extended protocol
Michael Paquier
2024-08-21
Show number of disabled nodes in EXPLAIN ANALYZE output.
Robert Haas
2024-08-21
Treat number of disabled nodes in a path as a separate cost metric.
Robert Haas
2024-08-16
Fix extraction of week and quarter fields from intervals.
Tom Lane
2024-08-16
Remove dependence on -fwrapv semantics in jsonb.
Nathan Bossart
2024-08-15
Remove dependence on -fwrapv semantics in a few places.
Nathan Bossart
2024-08-15
Improve ALTER PUBLICATION validation and error messages
David Rowley
2024-08-12
Add user-callable CRC functions.
Nathan Bossart
[next]