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
Age
Commit message (
Expand
)
Author
2024-02-16
Add more LOG and DEBUG messages for slot synchronization.
Amit Kapila
2024-02-16
Attempt to stabilize flapping regression test
David Rowley
2024-02-16
Followup fixes for transaction_timeout
Alexander Korotkov
2024-02-15
Introduce transaction_timeout
Alexander Korotkov
2024-02-15
Doc: improve a couple of comments in postgresql.conf.sample.
Tom Lane
2024-02-15
Pull up ANY-SUBLINK with the necessary lateral support.
Alexander Korotkov
2024-02-15
Allow passing extra options to initdb for tests
Peter Eisentraut
2024-02-15
Another try to fix BF failure introduced in commit ddd5f4f54a.
Amit Kapila
2024-02-15
Simplify PathKey checking code
David Rowley
2024-02-15
Clarify the 'rows' parameter in create_append_path
David Rowley
2024-02-14
Remove obsolete check in SIGTERM handler for the startup process.
Nathan Bossart
2024-02-14
Centralize logic for restoring errno in signal handlers.
Nathan Bossart
2024-02-14
Check that MyProcPid == getpid() in backend signal handlers.
Nathan Bossart
2024-02-14
Allow pg_monitor to execute pg_current_logfile().
Nathan Bossart
2024-02-14
Fix multiranges to behave more like dependent types.
Tom Lane
2024-02-14
Fix BF introduced in commit ddd5f4f54a.
Amit Kapila
2024-02-14
Add a slot synchronization function.
Amit Kapila
2024-02-14
Revert "Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROM"
Michael Paquier
2024-02-13
Improve comment about query_id_enabled in queryjumblefuncs.c
Michael Paquier
2024-02-13
Catch overflow when rounding intervals in AdjustIntervalForTypmod.
Tom Lane
2024-02-13
Fix 'mmap' DSM implementation with allocations larger than 4 GB
Heikki Linnakangas
2024-02-13
Use a safer outfuncs/readfuncs representation for BitStrings.
Tom Lane
2024-02-13
Skip .DS_Store files in server side utils
Daniel Gustafsson
2024-02-13
Use correct format placeholder for timeline IDs
Peter Eisentraut
2024-02-12
Read WAL directly from WAL buffers.
Jeff Davis
2024-02-12
Remove "#ifdef WIN32" guards from src/port/win32*.c
Heikki Linnakangas
2024-02-12
Remove unnecessary smgropen() calls
Heikki Linnakangas
2024-02-11
Use heap_inplace_update() to unset pg_database.dathasloginevt
Alexander Korotkov
2024-02-11
Remove obsolete script related to MSVC build system
Peter Eisentraut
2024-02-11
Fix gai_strerror() thread-safety on Windows.
Thomas Munro
2024-02-11
Use extensible buffers to assemble command lines
Peter Eisentraut
2024-02-10
Disallow jsonpath methods involving TZ in immutable functions
Andrew Dunstan
2024-02-09
Remove race condition in pg_get_expr().
Tom Lane
2024-02-09
Avoid concurrent calls to bindtextdomain().
Tom Lane
2024-02-09
Clean up Windows-specific mutex code in libpq and ecpglib.
Tom Lane
2024-02-09
Refactor pipe_read_line to return the full line
Daniel Gustafsson
2024-02-09
Fix usage of aggregate pathkeys in group_keys_reorder_by_pathkeys()
Alexander Korotkov
2024-02-09
Fix propagation of persistence to sequences in ALTER TABLE / ADD COLUMN
Peter Eisentraut
2024-02-09
Fix indentation of copyto.c
Michael Paquier
2024-02-09
Improve COPY TO performance when server and client encodings match
Michael Paquier
2024-02-08
Apply pg_dump test cleanups to test_pg_dump as well
Peter Eisentraut
2024-02-08
Fix gcc >= 10 warning
Alexander Korotkov
2024-02-08
Fix wrong logic in TransactionIdInRecentPast()
Alexander Korotkov
2024-02-08
Fix meson installation of xid_wraparound test.
Masahiko Sawada
2024-02-08
Fix warnings in cpluspluscheck
John Naylor
2024-02-07
Rename static function to avoid conflicting names
Daniel Gustafsson
2024-02-07
Remove Start* macros in postmaster.c.
Nathan Bossart
2024-02-07
Adjust reltarget assignment for UPPERREL_PARTIAL_DISTINCT rel
David Rowley
2024-02-07
Set LSN for wbuf in _hash_freeovflpage() iff wbuf is modified.
Amit Kapila
2024-02-07
Clean-ups for 776621a5e4 and 7329240437.
Amit Kapila
[next]