Commit Graph

7719 Commits (376c649634bb3fbfad79940f996e2fcb4c2ea6bf)

Author SHA1 Message Date
Peter Eisentraut 376c649634 Update comment related to C99 1 month ago
Michael Paquier a87987cafc Move WAL sequence code into its own file 1 month ago
Álvaro Herrera 33bb3dc2d8
pg_dump tests: don't put dumps in stdout 2 months ago
Fujii Masao 81966c5458 psql: Improve tab-completion for PREPARE. 2 months ago
Heikki Linnakangas 2aabaa52df Use strtoi64() in pgbench, replacing its open-coded implementation 2 months ago
Heikki Linnakangas d5b4f3a6d4 Print new OldestXID value in pg_resetwal when it's being changed 2 months ago
Álvaro Herrera 77fb3959a4
Fix typo 2 months ago
Álvaro Herrera c05dee1911
Log a note at program start when running in dry-run mode 2 months ago
Fujii Masao 4aa0ac0576 pgbench: Fix assertion failure with multiple \syncpipeline in pipeline mode. 2 months ago
Michael Paquier c2b0e3a035 Fix indentation issue 2 months ago
Alexander Korotkov a1f7f91be2 Add tab completion support for the WAIT FOR command 2 months ago
Heikki Linnakangas 94939c5f3a Fix pg_upgrade around multixid and mxoff wraparound 2 months ago
Heikki Linnakangas 6956bca515 Add warning to pg_controldata on PG_CONTROL_VERSION mismatch 2 months ago
Heikki Linnakangas 676cd9ac07 Add pg_resetwal and pg_controldata support for new control file field 2 months ago
Fujii Masao 0ab208fa50 pgbench: Add --continue-on-error option. 2 months ago
Álvaro Herrera a2b02293bc
Use XLogRecPtrIsValid() in various places 2 months ago
Álvaro Herrera 8fe7700b7e
Refer readers of \? to "\? variables" for pset options 2 months ago
Peter Eisentraut 150e24501b Fix redundancy in error message 2 months ago
Masahiko Sawada 6d2ff1de4d psql: Add tab completion for COPY ... PROGRAM. 2 months ago
Masahiko Sawada 02fd47dbfa psql: Improve tab completion for COPY ... STDIN/STDOUT. 2 months ago
Tom Lane ff4597acd4 Allow "SET list_guc TO NULL" to specify setting the GUC to empty. 2 months ago
Álvaro Herrera 93b7ab5b4b
Have psql's "\? variables" show csv_fieldsep 2 months ago
Álvaro Herrera ad1581d7fe
Use USECS_PER_SEC from datatype/timestamp.h 2 months ago
Álvaro Herrera 645cb44c54
Add \pset options for boolean value display 2 months ago
Álvaro Herrera f242dbcede
Remove WaitPMResult enum in pg_createsubscriber 2 months ago
Álvaro Herrera 2648eab377
pg_createsubscriber: reword dry-run log messages 2 months ago
Álvaro Herrera 11144915e1
pg_createsubscriber: Fix error complaining about the wrong thing 2 months ago
Peter Eisentraut f0f2c0c1ae Replace pg_restrict by standard restrict 2 months ago
Nathan Bossart b3ce55f413 Add psql PROMPT variable for search_path. 2 months ago
Michael Paquier 5173bfd044 pg_rewind: Skip copy of WAL segments generated before point of divergence 3 months ago
Fujii Masao 14ee8e6403 psql: Improve tab completion for large objects. 3 months ago
Amit Kapila f0b3573c3a Introduce "REFRESH SEQUENCES" for subscriptions. 3 months ago
Michael Paquier 6ae08d9583 pg_rewind: Extend code detecting relation files to work with WAL files 3 months ago
Tom Lane bc310c6ff3 Fix memory leaks in scripts/vacuuming.c. 3 months ago
Tom Lane 9224c30252 Fix memory leaks in pg_combinebackup/reconstruct.c. 3 months ago
Tom Lane fba60a1b10 Avoid short seeks in pg_restore. 3 months ago
Fujii Masao 762faf702c pg_dump: Remove unnecessary code for security labels on extensions. 3 months ago
Michael Paquier a7c3042200 pg_checksums: Use new routine to retrieve data of PG_VERSION 3 months ago
Tom Lane 277dec6514 Don't rely on zlib's gzgetc() macro. 3 months ago
Álvaro Herrera 615ff828e1
Fix determination of not-null constraint "locality" for inherited columns 3 months ago
Álvaro Herrera 4921a5972a
Fix pg_dump sorting of foreign key constraints 3 months ago
Tom Lane a6113dc1da Improve TAP tests by replacing ok() with better Test::More functions 3 months ago
Michael Paquier fabb33b351 Improve TAP tests by replacing ok() with better Test::More functions 3 months ago
Michael Paquier d372888ade pg_createsubscriber: Fix matching check in TAP test 3 months ago
Tom Lane 20ec995892 Add more TAP test coverage for pg_dump. 3 months ago
Tom Lane 9dcf7f1172 Split 002_pg_dump.pl into two test files. 3 months ago
Tom Lane 66ec01dc41 Align the data block sizes of pg_dump's various compression modes. 3 months ago
Amit Kapila 41c674d2e3 Refactor logical worker synchronization code into a separate file. 3 months ago
Peter Eisentraut dd3ae37830 Add log_autoanalyze_min_duration 3 months ago
Michael Paquier fa55be2a50 pg_createsubscriber: Use new routine to retrieve data of PG_VERSION 3 months ago