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
REL_19_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
Age
Commit message (
Expand
)
Author
2024-11-16
Undo unintentional ABI break in struct ResultRelInfo.
Tom Lane
2024-11-16
Fix per-session activation of ALTER {ROLE|DATABASE} SET role.
Noah Misch
2024-11-16
Fix a possibility of logical replication slot's restart_lsn going backwards.
Masahiko Sawada
2024-11-15
Avoid assertion due to disconnected NFA sub-graphs in regex parsing.
Tom Lane
2024-11-15
Avoid deleting critical WAL segments during pg_rewind
Álvaro Herrera
2024-11-15
Fix race conditions with drop of reused pgstats entries
Michael Paquier
2024-11-13
Fix comment in injection_point.c
Michael Paquier
2024-11-11
Fix arrays comparison in CompareOpclassOptions()
Alexander Korotkov
2024-11-11
Parallel workers use AuthenticatedUserId for connection privilege checks.
Tom Lane
2024-11-11
Fix cross-version upgrade tests.
Tom Lane
2024-11-11
Avoid bizarre meson behavior with backslashes in command arguments.
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-11
Translation updates
Peter Eisentraut
2024-11-11
libpq: Bail out during SSL/GSS negotiation errors
Michael Paquier
2024-11-08
Fix sign-compare warnings in pg_iovec.h.
Nathan Bossart
2024-11-08
Improve fix for not entering parallel mode when holding interrupts.
Tom Lane
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-08
Fix inconsistent RestrictInfo serial numbers
Richard Guo
2024-11-06
Fix lc_collate_is_c() when LC_COLLATE != LC_CTYPE.
Jeff Davis
2024-11-06
Monkey-patch LLVM code to fix ARM relocation bug.
Thomas Munro
2024-11-05
Clear padding of PgStat_HashKey when handling pgstats entries
Michael Paquier
2024-11-04
Use portable diff options in pg_bsd_indent's regression test.
Tom Lane
2024-11-04
pg_basebackup, pg_receivewal: fix failure to find password in ~/.pgpass.
Tom Lane
2024-11-04
pg_combinebackup: Error if incremental file exists in full backup.
Robert Haas
2024-11-04
pg_combinebackup: When reconstructing, avoid double slash in filename.
Robert Haas
2024-11-03
Suppress new "may be used uninitialized" warning.
Noah Misch
2024-11-02
Move I/O before the index_update_stats() buffer lock region.
Noah Misch
2024-11-02
Revert "For inplace update, send nontransactional invalidations."
Noah Misch
2024-11-02
Revert "WAL-log inplace update before revealing it to other sessions."
Noah Misch
2024-10-30
Stabilize jsonb_path_query test case.
Tom Lane
2024-10-30
Fix bug in nbtree array primitive scan scheduling.
Peter Geoghegan
2024-10-30
Fix some more bugs in foreign keys connecting partitioned tables
Álvaro Herrera
2024-10-29
Unpin buffer before inplace update waits for an XID to end.
Noah Misch
2024-10-29
Update time zone data files to tzdata release 2024b.
Tom Lane
2024-10-29
doc: Add better description for rewrite functions in event triggers
Michael Paquier
2024-10-28
Fix dependency of partitioned table and table AM with CREATE TABLE .. USING
Michael Paquier
2024-10-28
Guard against enormously long input in pg_saslprep().
Tom Lane
2024-10-28
Fix overflow in bsearch_arg() with more than INT_MAX elements
Heikki Linnakangas
2024-10-25
WAL-log inplace update before revealing it to other sessions.
Noah Misch
2024-10-25
For inplace update, send nontransactional invalidations.
Noah Misch
2024-10-25
At end of recovery, reset all sinval-managed caches.
Noah Misch
2024-10-24
Stop reading uninitialized memory in heap_inplace_lock().
Noah Misch
2024-10-23
Remove unnecessary word in a comment
Amit Langote
2024-10-22
ecpg: Fix out-of-bound read in DecodeDateTime()
Michael Paquier
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-21
Fix race condition in committing a serializable transaction
Heikki Linnakangas
[next]