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-02
Fix rarely-run test for message wording change
Peter Eisentraut
2024-09-02
Remove support for OpenSSL older than 1.1.0
Daniel Gustafsson
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-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-29
Rename the conflict types for the origin differ cases.
Amit Kapila
2024-08-24
Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands
Alexander Korotkov
2024-08-23
Rework new SLRU test with injection points
Michael Paquier
2024-08-23
injection_point: Add injection_points.stats
Michael Paquier
2024-08-23
injection_points: Add initialization of shmem state when loading module
Michael Paquier
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-21
Don't advance origin during apply failure.
Amit Kapila
2024-08-20
Remove _PG_fini()
Michael Paquier
2024-08-20
Add injection-point test for new multixact CV usage
Alvaro Herrera
2024-08-20
Log the conflicts while applying changes in logical replication.
Amit Kapila
2024-08-19
injection_points: Add stats for point caching and loading
Michael Paquier
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
Log more info when wait-for-catchup tests time out.
Tom Lane
2024-08-12
Add user-callable CRC functions.
Nathan Bossart
2024-08-12
Fix a series of typos and outdated references
David Rowley
2024-08-12
Remove "parent" column from pg_backend_memory_contexts
David Rowley
2024-08-10
Allow adjusting session_authorization and role in parallel workers.
Tom Lane
2024-08-10
Add tests for pg_wal_replay_wait() errors
Alexander Korotkov
2024-08-10
Adjust pg_wal_replay_wait() procedure behavior on promoted standby
Alexander Korotkov
2024-08-09
Fix "failed to find plan for subquery/CTE" errors in EXPLAIN.
Tom Lane
2024-08-09
Remove obsolete RECHECK keyword completely
Peter Eisentraut
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-06
Make nullSemAction const, add 'const' decorators to related functions
Heikki Linnakangas
2024-08-06
Allow parallel workers to cope with a newly-created session user ID.
Tom Lane
2024-08-05
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-02
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-08-02
Include bison header files into implementation files
Peter Eisentraut
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
[next]