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
2024-08-08
Fix pg_rewind debug output to print the source timeline history
Heikki Linnakangas
2024-08-05
Move astreamer (except astreamer_inject) to fe_utils.
Robert Haas
2024-08-05
Move recovery injector astreamer to a separate header file.
Robert Haas
2024-08-05
Rename bbstreamer to astreamer.
Robert Haas
2024-08-05
Restrict accesses to non-system views and foreign tables during pg_dump.
Masahiko Sawada
2024-08-02
Fix NLS file reference in pg_createsubscriber
Alvaro Herrera
2024-08-02
pg_createsubscriber: Fix bogus error message
Alvaro Herrera
2024-08-01
Convert some extern variables to static, Windows code
Peter Eisentraut
2024-08-01
Convert an extern variable to static
Peter Eisentraut
2024-08-01
pg_createsubscriber: Rename option --socket-directory to --socketdir
Peter Eisentraut
2024-07-31
Improve performance of dumpSequenceData().
Nathan Bossart
2024-07-31
Improve performance of dumpSequence().
Nathan Bossart
2024-07-31
Parse sequence type and integer metadata in dumpSequence().
Nathan Bossart
2024-07-30
pg_createsubscriber: Remove obsolete comment
Peter Eisentraut
2024-07-30
pg_createsubscriber: Fix an unpredictable recovery wait time.
Amit Kapila
2024-07-29
Remove tab completion for CREATE UNLOGGED MATERIALIZED VIEW.
Nathan Bossart
2024-07-29
Count individual SQL commands in pg_restore's --transaction-size mode.
Tom Lane
2024-07-29
Reduce number of commands dumpTableSchema emits for binary upgrade.
Tom Lane
2024-07-26
Wait for WAL summarization to catch up before creating .partial file.
Robert Haas
2024-07-26
pg_upgrade: Move live_check variable to user_opts.
Nathan Bossart
2024-07-26
pg_createsubscriber: Message style improvements
Peter Eisentraut
2024-07-25
pg_createsubscriber: Message improvements
Peter Eisentraut
2024-07-25
pg_upgrade: Remove unused macro
Daniel Gustafsson
2024-07-25
Remove useless unconstify() call
Peter Eisentraut
2024-07-24
pg_upgrade: Retrieve subscription count more efficiently.
Nathan Bossart
2024-07-24
Allow altering of two_phase option of a SUBSCRIPTION.
Amit Kapila
2024-07-18
Improve pg_ctl's message for shutdown after recovery.
Tom Lane
2024-07-18
Do not summarize WAL if generated with wal_level=minimal.
Robert Haas
2024-07-13
Make sure to run pg_isready on correct port
Andrew Dunstan
2024-07-12
Fix unstable test in 040_pg_createsubscriber.
Amit Kapila
2024-07-08
Symlink pg_replslot robustly on Windows in pg_basebackup test
Andrew Dunstan
2024-07-08
Use CREATE DATABASE ... STRATEGY = FILE_COPY in pg_upgrade.
Nathan Bossart
2024-07-08
Re-enable autoruns for cmd.exe on Windows
Michael Paquier
2024-07-05
Fix placement of "static".
Tom Lane
2024-07-03
Improve performance of binary_upgrade_set_pg_class_oids().
Nathan Bossart
2024-07-03
Remove is_index parameter from binary_upgrade_set_pg_class_oids().
Nathan Bossart
2024-07-03
Fix the testcase introduced in commit 81d20fbf7a.
Amit Kapila
2024-07-02
pg_dump: Remove some unused return values.
Nathan Bossart
2024-07-02
Drop pre-existing subscriptions from the converted subscriber.
Amit Kapila
2024-07-02
Convert some extern variables to static
Peter Eisentraut
2024-07-02
Remove unused structure member in pg_createsubscriber.c.
Amit Kapila
2024-07-02
Cleanup perl code from unused variables and routines
Michael Paquier
2024-07-02
Add information about access method for partitioned relations in \dP+
Michael Paquier
2024-07-01
Add --no-sync to pg_upgrade's uses of pg_dump and pg_dumpall.
Nathan Bossart
2024-07-01
Remove useless extern keywords
Peter Eisentraut
2024-07-01
Further weaken new pg_createsubscriber test on Windows.
Tom Lane
2024-06-30
Run pgperltidy
Michael Paquier
2024-06-30
Temporarily(?) weaken new pg_createsubscriber test on Windows.
Tom Lane
2024-06-30
Add PG_TEST_PG_COMBINEBACKUP_MODE
Tomas Vondra
2024-06-30
Add pg_combinebackup --copy option
Tomas Vondra
[next]