index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
Age
Commit message (
Expand
)
Author
13 hours
Update copyright for 2026
HEAD
origin/master
origin/HEAD
master
Bruce Momjian
5 days
Split some long Makefile lists
Michael Paquier
5 days
Add oauth_validator_libraries to variable_is_guc_list_quote
Daniel Gustafsson
8 days
psql: Fix tab completion for VACUUM option values.
Masahiko Sawada
9 days
Update comments to reflect changes in 8e0d32a4a1.
Amit Kapila
9 days
C comment: fix psql "pstdout" duplicate to "pstdin"
Bruce Momjian
10 days
Toggle logical decoding dynamically based on logical slot presence.
Masahiko Sawada
10 days
psql: Improve tab completion for COPY option lists.
Masahiko Sawada
2025-12-18
Sort DO_SUBSCRIPTION_REL dump objects independent of OIDs.
Noah Misch
2025-12-17
Support existing publications in pg_createsubscriber.
Amit Kapila
2025-12-15
Increase timeout in multixid_conversion upgrade test
Heikki Linnakangas
2025-12-15
Improve sanity checks on multixid members length
Heikki Linnakangas
2025-12-15
Clarify comment on multixid offset wraparound check
Heikki Linnakangas
2025-12-14
Fix double assignment.
Tom Lane
2025-12-14
Implement ALTER TABLE ... SPLIT PARTITION ... command
Alexander Korotkov
2025-12-14
Implement ALTER TABLE ... MERGE PARTITIONS ... command
Alexander Korotkov
2025-12-12
Never store 0 as the nextMXact
Heikki Linnakangas
2025-12-09
vacuumdb: Add --dry-run.
Nathan Bossart
2025-12-09
vacuumdb: Move some variables to the vacuumingOptions struct.
Nathan Bossart
2025-12-09
Fix warning about wrong format specifier for off_t type
Heikki Linnakangas
2025-12-09
Widen MultiXactOffset to 64 bits
Heikki Linnakangas
2025-12-09
Remove useless casts in format arguments
Peter Eisentraut
2025-12-09
Clean up int64-related format strings
Peter Eisentraut
2025-12-09
Remove unnecessary casts in printf format arguments (%zu/%zd)
Peter Eisentraut
2025-12-09
Use palloc_object() and palloc_array() in more areas of the tree
Michael Paquier
2025-12-08
Fix minor portability issue in pg_resetwal.c.
Tom Lane
2025-12-08
Unify error messages
Álvaro Herrera
2025-12-08
pg_resetwal: Use separate flags for whether an option is given
Heikki Linnakangas
2025-12-08
pg_resetwal: Reject negative and out of range arguments
Heikki Linnakangas
2025-12-08
Use PGAlignedXLogBlock for some code simplification
Peter Eisentraut
2025-12-05
Fix some cases of indirectly casting away const.
Tom Lane
2025-12-03
Use "foo(void)" for definitions of functions with no parameters.
Nathan Bossart
2025-12-02
Remove useless casting to same type
Peter Eisentraut
2025-12-02
Update comment related to C99
Peter Eisentraut
2025-12-01
Move WAL sequence code into its own file
Michael Paquier
2025-11-25
pg_dump tests: don't put dumps in stdout
Álvaro Herrera
2025-11-23
psql: Improve tab-completion for PREPARE.
Fujii Masao
2025-11-21
Use strtoi64() in pgbench, replacing its open-coded implementation
Heikki Linnakangas
2025-11-19
Print new OldestXID value in pg_resetwal when it's being changed
Heikki Linnakangas
2025-11-18
Fix typo
Álvaro Herrera
2025-11-18
Log a note at program start when running in dry-run mode
Álvaro Herrera
2025-11-14
pgbench: Fix assertion failure with multiple \syncpipeline in pipeline mode.
Fujii Masao
2025-11-13
Fix indentation issue
Michael Paquier
2025-11-12
Add tab completion support for the WAIT FOR command
Alexander Korotkov
2025-11-12
Fix pg_upgrade around multixid and mxoff wraparound
Heikki Linnakangas
2025-11-11
Add warning to pg_controldata on PG_CONTROL_VERSION mismatch
Heikki Linnakangas
2025-11-11
Add pg_resetwal and pg_controldata support for new control file field
Heikki Linnakangas
2025-11-07
pgbench: Add --continue-on-error option.
Fujii Masao
2025-11-06
Use XLogRecPtrIsValid() in various places
Álvaro Herrera
2025-11-06
Refer readers of \? to "\? variables" for pset options
Álvaro Herrera
[next]