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
/
bin
Age
Commit message (
Expand
)
Author
20 hours
psql: Fix tab completion for VACUUM option values.
Masahiko Sawada
31 hours
Update comments to reflect changes in 8e0d32a4a1.
Amit Kapila
40 hours
C comment: fix psql "pstdout" duplicate to "pstdin"
Bruce Momjian
48 hours
Toggle logical decoding dynamically based on logical slot presence.
Masahiko Sawada
3 days
psql: Improve tab completion for COPY option lists.
Masahiko Sawada
7 days
Sort DO_SUBSCRIPTION_REL dump objects independent of OIDs.
Noah Misch
8 days
Support existing publications in pg_createsubscriber.
Amit Kapila
10 days
Increase timeout in multixid_conversion upgrade test
Heikki Linnakangas
10 days
Improve sanity checks on multixid members length
Heikki Linnakangas
10 days
Clarify comment on multixid offset wraparound check
Heikki Linnakangas
11 days
Fix double assignment.
Tom Lane
11 days
Implement ALTER TABLE ... SPLIT PARTITION ... command
Alexander Korotkov
11 days
Implement ALTER TABLE ... MERGE PARTITIONS ... command
Alexander Korotkov
13 days
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-09
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
2025-11-06
Fix redundancy in error message
Peter Eisentraut
2025-11-04
psql: Add tab completion for COPY ... PROGRAM.
Masahiko Sawada
2025-11-04
psql: Improve tab completion for COPY ... STDIN/STDOUT.
Masahiko Sawada
[next]