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
2023-10-26
Avoid compiler warning in non-assert builds
Amit Langote
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
Introduce the concept of read-only StringInfos
David Rowley
2023-10-26
Prevent duplicate RTEPermissionInfo for plain-inheritance parents
Amit Langote
2023-10-26
Migrate logical slots to the new node during an upgrade.
Amit Kapila
2023-10-25
Remove dead code in pg_ctl.c.
Nathan Bossart
2023-10-25
Fix some regression tests for d3d55ce57136
Alexander Korotkov
2023-10-25
Remove useless self-joins
Alexander Korotkov
2023-10-25
Use snprintf instead of sprintf in pg_regress.
Daniel Gustafsson
2023-10-25
Add missing include dir and references to libpq for MSVC build
David Rowley
2023-10-24
Speed up pg_regress server readiness testing.
Daniel Gustafsson
2023-10-24
Fix problems when a plain-inheritance parent table is excluded.
Tom Lane
2023-10-24
Assert that buffers are marked dirty before XLogRegisterBuffer().
Jeff Davis
2023-10-23
Fix typos in wait_event.c
Michael Paquier
2023-10-23
Change struct tablespaceinfo's oid member from 'char *' to 'Oid'
Robert Haas
2023-10-23
Refactor parse_filename_for_nontemp_relation to parse more.
Robert Haas
2023-10-23
Remove unnecessary break in pg_logical_replication_slot_advance()
Michael Paquier
2023-10-21
Fix min_dynamic_shared_memory on Windows.
Thomas Munro
2023-10-21
Allow ALTER SYSTEM to set unrecognized custom GUCs.
Tom Lane
2023-10-20
Make some error strings more generic
Alvaro Herrera
2023-10-20
Extend ALTER OPERATOR to allow setting more optimization attributes.
Tom Lane
2023-10-20
Remove unnecessary dependencies to wal_level=logical in TAP tests
Michael Paquier
2023-10-19
During online checkpoints, insert XLOG_CHECKPOINT_REDO at redo point.
Robert Haas
2023-10-19
Doc: modernize comment for boolin().
Tom Lane
2023-10-19
Add local_blk_{read|write}_time I/O timing statistics for local blocks
Michael Paquier
2023-10-19
Rename I/O timing statistics columns to shared_blk_{read|write}_time
Michael Paquier
2023-10-19
Improve pglz_decompress's defenses against corrupt compressed data.
Tom Lane
2023-10-19
Install wait_event_types.h in VPATH builds
Michael Paquier
2023-10-18
jit: Changes for LLVM 17.
Thomas Munro
2023-10-18
jit: Supply LLVMGlobalGetValueType() for LLVM < 8.
Thomas Munro
2023-10-18
jit: Support opaque pointers in LLVM 16.
Thomas Munro
2023-10-18
pg_upgrade: Fix test name in 002_pg_upgrade.pl
Michael Paquier
2023-10-18
Clean up some pg_dump tests
Peter Eisentraut
2023-10-18
Count write times when extending relation files for shared buffers
Michael Paquier
2023-10-18
Add flush option to pg_logical_emit_message()
Michael Paquier
2023-10-17
Dodge a compiler bug affecting timetz_zone/timetz_izone.
Tom Lane
2023-10-17
Avoid calling proc_exit() in processes forked by system().
Nathan Bossart
2023-10-17
Reword messages about impending (M)XID exhaustion.
Robert Haas
2023-10-17
Talk about assigning, rather than generating, new MultiXactIds.
Robert Haas
2023-10-17
Improve truncation of pg_serial/, removing "apparent wraparound" LOGs
Michael Paquier
2023-10-17
Run 006_login_trigger.pl only with Unix-domain sockets
Alexander Korotkov
2023-10-17
Restart the apply worker if the privileges have been revoked.
Amit Kapila
2023-10-16
Add regression test coverage for timetz_izone().
Tom Lane
2023-10-16
Ensure we have a snapshot while dropping ON COMMIT DROP temp tables.
Tom Lane
2023-10-16
Move extra code out of the Pre/PostRestoreCommand() section.
Nathan Bossart
2023-10-16
List 006_login_trigger.pl test for meson
Alexander Korotkov
2023-10-16
worker_spi: Fix test failure with BGWORKER_BYPASS_ROLELOGINCHECK
Michael Paquier
2023-10-16
Try to handle torn reads of pg_control in frontend.
Thomas Munro
2023-10-16
worker_spi: Bump up max_worker_processes in TAP tests
Michael Paquier
2023-10-16
Rename 005_login_trigger.pl to 006_login_trigger.pl
Alexander Korotkov
[next]