aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* All POSIX systems have langinfo.h and CODESET.Thomas Munro2024-08-13
* Fix nls.mk to reflect astreamer files relocationAlvaro Herrera2024-08-12
* Fix inappropriate uses of atol()Peter Eisentraut2024-08-10
* Fix pg_rewind debug output to print the source timeline historyHeikki Linnakangas2024-08-08
* Move astreamer (except astreamer_inject) to fe_utils.Robert Haas2024-08-05
* Move recovery injector astreamer to a separate header file.Robert Haas2024-08-05
* Rename bbstreamer to astreamer.Robert Haas2024-08-05
* Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada2024-08-05
* Fix NLS file reference in pg_createsubscriberAlvaro Herrera2024-08-02
* pg_createsubscriber: Fix bogus error messageAlvaro Herrera2024-08-02
* Convert some extern variables to static, Windows codePeter Eisentraut2024-08-01
* Convert an extern variable to staticPeter Eisentraut2024-08-01
* pg_createsubscriber: Rename option --socket-directory to --socketdirPeter Eisentraut2024-08-01
* Improve performance of dumpSequenceData().Nathan Bossart2024-07-31
* Improve performance of dumpSequence().Nathan Bossart2024-07-31
* Parse sequence type and integer metadata in dumpSequence().Nathan Bossart2024-07-31
* pg_createsubscriber: Remove obsolete commentPeter Eisentraut2024-07-30
* pg_createsubscriber: Fix an unpredictable recovery wait time.Amit Kapila2024-07-30
* Remove tab completion for CREATE UNLOGGED MATERIALIZED VIEW.Nathan Bossart2024-07-29
* Count individual SQL commands in pg_restore's --transaction-size mode.Tom Lane2024-07-29
* Reduce number of commands dumpTableSchema emits for binary upgrade.Tom Lane2024-07-29
* Wait for WAL summarization to catch up before creating .partial file.Robert Haas2024-07-26
* pg_upgrade: Move live_check variable to user_opts.Nathan Bossart2024-07-26
* pg_createsubscriber: Message style improvementsPeter Eisentraut2024-07-26
* pg_createsubscriber: Message improvementsPeter Eisentraut2024-07-25
* pg_upgrade: Remove unused macroDaniel Gustafsson2024-07-25
* Remove useless unconstify() callPeter Eisentraut2024-07-25
* pg_upgrade: Retrieve subscription count more efficiently.Nathan Bossart2024-07-24
* Allow altering of two_phase option of a SUBSCRIPTION.Amit Kapila2024-07-24
* Improve pg_ctl's message for shutdown after recovery.Tom Lane2024-07-18
* Do not summarize WAL if generated with wal_level=minimal.Robert Haas2024-07-18
* Make sure to run pg_isready on correct portAndrew Dunstan2024-07-13
* Fix unstable test in 040_pg_createsubscriber.Amit Kapila2024-07-12
* Symlink pg_replslot robustly on Windows in pg_basebackup testAndrew Dunstan2024-07-08
* Use CREATE DATABASE ... STRATEGY = FILE_COPY in pg_upgrade.Nathan Bossart2024-07-08
* Re-enable autoruns for cmd.exe on WindowsMichael Paquier2024-07-08
* Fix placement of "static".Tom Lane2024-07-05
* Improve performance of binary_upgrade_set_pg_class_oids().Nathan Bossart2024-07-03
* Remove is_index parameter from binary_upgrade_set_pg_class_oids().Nathan Bossart2024-07-03
* Fix the testcase introduced in commit 81d20fbf7a.Amit Kapila2024-07-03
* pg_dump: Remove some unused return values.Nathan Bossart2024-07-02
* Drop pre-existing subscriptions from the converted subscriber.Amit Kapila2024-07-02
* Convert some extern variables to staticPeter Eisentraut2024-07-02
* Remove unused structure member in pg_createsubscriber.c.Amit Kapila2024-07-02
* Cleanup perl code from unused variables and routinesMichael Paquier2024-07-02
* Add information about access method for partitioned relations in \dP+Michael Paquier2024-07-02
* Add --no-sync to pg_upgrade's uses of pg_dump and pg_dumpall.Nathan Bossart2024-07-01
* Remove useless extern keywordsPeter Eisentraut2024-07-01
* Further weaken new pg_createsubscriber test on Windows.Tom Lane2024-06-30
* Run pgperltidyMichael Paquier2024-07-01