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
/
include
Age
Commit message (
Expand
)
Author
2025-04-06
Remove XLogFileInit() ability to skip ControlFileLock.
Noah Misch
2025-04-03
Make dblink interruptible, via new libpqsrv APIs.
Noah Misch
2025-04-03
Add helper library for use of libpq inside the server environment
Andres Freund
2025-04-01
Fix detection and handling of strchrnul() for macOS 15.4.
Tom Lane
2025-03-13
Repair commits 317aba70e et al for -DWRITE_READ_PARSE_PLAN_TREES.
Tom Lane
2025-03-12
Preserve RangeTblEntry.relid when expanding a view RTE.
Tom Lane
2025-03-03
Fix broken handling of domains in atthasmissing logic.
Tom Lane
2025-02-10
Specify the encoding of input to fmtId()
Andres Freund
2025-02-10
Add pg_encoding_set_invalid()
Andres Freund
2025-02-10
Back-patch pg_encoding_verifymbstr()/pg_encoding_verifymbchar() to v13.
Andres Freund
2025-01-29
Avoid breaking SJIS encoding while de-backslashing Windows paths.
Tom Lane
2025-01-25
At update of non-LP_NORMAL TID, fail instead of corrupting page header.
Noah Misch
2025-01-20
Avoid using timezone Asia/Manila in regression tests.
Tom Lane
2025-01-14
Avoid symbol collisions between pqsignal.c and legacy-pqsignal.c.
Tom Lane
2025-01-14
Fix catcache invalidation of a list entry that's being built
Heikki Linnakangas
2025-01-09
Provide 64-bit ftruncate() and lseek() on Windows.
Thomas Munro
2025-01-07
Restore smgrtruncate() prototype in back-branches.
Thomas Munro
2024-12-28
Exclude parallel workers from connection privilege/limit checks.
Tom Lane
2024-12-28
In REASSIGN OWNED of a database, lock the tuple as mandated.
Noah Misch
2024-12-20
Fix corruption when relation truncation fails.
Thomas Munro
2024-12-09
Simplify executor's determination of whether to use parallelism.
Tom Lane
2024-11-25
Fix NULLIF()'s handling of read-write expanded objects.
Tom Lane
2024-11-25
Assume that <stdbool.h> conforms to the C standard.
Thomas Munro
2024-11-11
Fix improper interactions between session_authorization and role.
Tom Lane
2024-11-07
Provide lstat() for Windows.
Thomas Munro
2024-11-07
Add missing include guard to win32ntdll.h.
Thomas Munro
2024-11-07
Check for STATUS_DELETE_PENDING on Windows.
Thomas Munro
2024-11-07
Fix -Wcast-function-type warnings
Peter Eisentraut
2024-11-07
Fix our Windows stat() emulation to handle file sizes > 4GB.
Tom Lane
2024-11-06
Monkey-patch LLVM code to fix ARM relocation bug.
Thomas Munro
2024-11-02
Revert "For inplace update, send nontransactional invalidations."
Noah Misch
2024-10-29
Unpin buffer before inplace update waits for an XID to end.
Noah Misch
2024-10-29
doc: Add better description for rewrite functions in event triggers
Michael Paquier
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-09-24
For inplace update durability, make heap_update() callers wait.
Noah Misch
2024-09-24
Fix data loss at inplace update after heap_update().
Noah Misch
2024-09-24
Back-patch "Refactor code in tablecmds.c to check and process tablespace moves"
Noah Misch
2024-08-10
Allow adjusting session_authorization and role in parallel workers.
Tom Lane
2024-08-05
Restrict accesses to non-system views and foreign tables during pg_dump.
Masahiko Sawada
2024-08-01
Update comment in portal.h.
Etsuro Fujita
2024-07-26
Fix macro placement in pg_config.h.in
Daniel Gustafsson
2024-07-26
Disable all TLS session tickets
Daniel Gustafsson
2024-07-11
Fix possibility of logical decoding partial transaction changes.
Masahiko Sawada
2024-07-05
Cope with <regex.h> name clashes.
Thomas Munro
2024-06-28
Remove comment about xl_heap_inplace "AT END OF STRUCT".
Noah Misch
2024-06-28
Cope with inplace update making catcache stale during TOAST fetch.
Noah Misch
2024-06-28
Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX.
Noah Misch
2024-06-27
Fix MVCC bug with prepared xact with subxacts on standby
Heikki Linnakangas
2024-06-17
Fix insertion of SP-GiST REDIRECT tuples during REINDEX CONCURRENTLY.
Tom Lane
[next]