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
Age
Commit message (
Expand
)
Author
2024-09-02
Fix rarely-run test for message wording change
Peter Eisentraut
2024-09-02
Only perform pg_strong_random init when required
Daniel Gustafsson
2024-09-02
Remove support for OpenSSL older than 1.1.0
Daniel Gustafsson
2024-09-02
Cache typarray for fast lookups in binary upgrade mode
Daniel Gustafsson
2024-09-02
More use of getpwuid_r() directly
Peter Eisentraut
2024-09-01
Rename enum labels of PG_Locale_Strategy
Michael Paquier
2024-08-31
Fix unfairness in all-cached parallel seq scan.
Thomas Munro
2024-08-31
Stabilize 039_end_of_wal test.
Thomas Munro
2024-08-30
Clarify restrict_nonsystem_relation_kind description.
Masahiko Sawada
2024-08-30
Make postgres_fdw's query_cancel test less flaky.
Tom Lane
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-30
Define PG_LOGICAL_DIR for path pg_logical/ in data folder
Michael Paquier
2024-08-30
Define PG_REPLSLOT_DIR for path pg_replslot/ in data folder
Michael Paquier
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 some shared memory initialization routines
Heikki Linnakangas
2024-08-29
Refactor lock manager initialization to make it a bit less special
Heikki Linnakangas
2024-08-29
Refactor some code for ALTER TABLE SET LOGGED/UNLOGGED in tablecmds.c
Michael Paquier
2024-08-29
Fixup for prefetching support on macOS
Peter Eisentraut
2024-08-29
Rename the conflict types for the origin differ cases.
Amit Kapila
2024-08-29
Doc: Fix the ambiguity in the description of failover slots.
Amit Kapila
2024-08-28
Add prefetching support on macOS
Peter Eisentraut
2024-08-27
Message style improvements
Peter Eisentraut
2024-08-27
Fix misplaced translator comments
Peter Eisentraut
2024-08-26
Fix identation.
Masahiko Sawada
2024-08-26
Fix memory counter update in ReorderBuffer.
Masahiko Sawada
2024-08-26
Fix nbtree lookahead overflow bug.
Peter Geoghegan
2024-08-26
pg_upgrade: Message style improvements
Peter Eisentraut
2024-08-26
Fix compiler warning in mul_var_short().
Dean Rasheed
2024-08-25
Revert: Avoid looping over all type cache entries in TypeCacheRelCallback()
Alexander Korotkov
2024-08-25
Avoid looping over all type cache entries in TypeCacheRelCallback()
Alexander Korotkov
2024-08-24
Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands
Alexander Korotkov
2024-08-24
pg_createsubscriber: Message style improvements
Peter Eisentraut
2024-08-23
Provide feature-test macros for libpq features added in v17.
Tom Lane
2024-08-23
thread-safety: gmtime_r(), localtime_r()
Peter Eisentraut
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
Doc: explain the log format of logical replication conflicts.
Amit Kapila
2024-08-22
psql: Add more meta-commands able to use the extended protocol
Michael Paquier
2024-08-22
Fix attach of a previously-detached injection point.
Noah Misch
2024-08-22
Avoid repeated table name lookups in createPartitionTable()
Alexander Korotkov
2024-08-22
Small code simplification
Richard Guo
2024-08-22
Create syscache entries for pg_extension
Michael Paquier
2024-08-21
Fix obsolete comments in varstr_cmp().
Jeff Davis
[next]