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
/
backend
Age
Commit message (
Expand
)
Author
2024-09-02
Translation updates
Peter Eisentraut
2024-08-31
Fix unfairness in all-cached parallel seq scan.
Thomas Munro
2024-08-30
Clarify restrict_nonsystem_relation_kind description.
Masahiko Sawada
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-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-24
Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands
Alexander Korotkov
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-21
Disallow creating binary-coercible casts involving range types.
Tom Lane
2024-08-21
Don't advance origin during apply failure.
Amit Kapila
2024-08-20
Fix a couple of wait event descriptions.
Nathan Bossart
2024-08-19
Avoid failure to open dropped detached partition
Alvaro Herrera
2024-08-19
Explain dropdb can't use syscache because of TOAST
Tomas Vondra
2024-08-19
Fix regression in TLS session ticket disabling
Daniel Gustafsson
2024-08-19
Fix harmless LC_COLLATE[_MASK] confusion.
Thomas Munro
2024-08-19
Fix more holes with SLRU code in need of int64 for segment numbers
Michael Paquier
2024-08-19
Search for SLRU page only in its own bank
Alvaro Herrera
2024-08-18
Fix DROP DATABASE for databases with many ACLs
Tomas Vondra
2024-08-16
Relax fsyncing at end of a bulk load that was not WAL-logged
Heikki Linnakangas
2024-08-13
Use errmsg_internal for debug messages
Peter Eisentraut
2024-08-12
Fix creation of partition descriptor during concurrent detach+drop
Alvaro Herrera
2024-08-11
Suppress Coverity warnings about Asserts in get_name_for_var_field.
Tom Lane
2024-08-10
Allow adjusting session_authorization and role in parallel workers.
Tom Lane
2024-08-10
Lower minimum maintenance_work_mem to 64kB
John Naylor
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
Fix edge case in plpgsql's make_callstmt_target().
Tom Lane
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-05
Translation updates
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
2024-07-30
Relax check for return value from second call of pg_strnxfrm().
Jeff Davis
2024-07-30
Preserve tz when converting to jsonb timestamptz
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-29
Detach syslogger from shared memory
Heikki Linnakangas
2024-07-28
Fix incorrect return value for pg_size_pretty(bigint)
David Rowley
2024-07-28
libpq: Use strerror_r instead of strerror
Peter Eisentraut
2024-07-26
Fix more holes with SLRU code in need of int64 for segment numbers
Michael Paquier
2024-07-26
Wait for WAL summarization to catch up before creating .partial file.
Robert Haas
2024-07-26
Fix indentation.
Robert Haas
2024-07-26
Allow WAL summarization to back up when timeline changes.
Robert Haas
[next]