summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* ICU: check for U_STRING_NOT_TERMINATED_WARNING.HEADmasterJeff Davis2023-05-171-11/+4
* Revert "Add USER SET parameter values for pg_db_role_setting"Alexander Korotkov2023-05-176-49/+11
* pg_dump: Error message improvementsAlvaro Herrera2023-05-171-2/+2
* pg_dump: Have _EndLO report errno after CFH->write_func() failureAlvaro Herrera2023-05-171-1/+7
* Advance input pointer when LZ4 compressing dataTomas Vondra2023-05-173-1/+55
* Null-terminate the output buffer of LZ4Stream_getsTomas Vondra2023-05-171-1/+11
* psql: Adjust capitalization of table headingPeter Eisentraut2023-05-161-1/+1
* Fix incorrect TAP test orderingPeter Eisentraut2023-05-151-1/+1
* Fix whitespace inconsistenciesPeter Eisentraut2023-05-151-2/+2
* Tighten usage of PSQL_WATCH_PAGER.Tom Lane2023-05-121-4/+10
* initdb: Set collversion for standard collation UNICODEPeter Eisentraut2023-05-121-0/+7
* Revert "ICU: do not convert locale 'C' to 'en-US-u-va-posix'."Jeff Davis2023-05-081-1/+16
* ICU: do not convert locale 'C' to 'en-US-u-va-posix'.Jeff Davis2023-05-081-16/+1
* Add missing source file to nls.mkPeter Eisentraut2023-05-081-0/+1
* pg_dump: Restore lost translation markerPeter Eisentraut2023-05-081-1/+1
* pg_basebackup: Restore lost translation markersPeter Eisentraut2023-05-082-13/+13
* Fix copy-and-pasto in error messagePeter Eisentraut2023-05-051-1/+1
* Add missing TAP test namePeter Eisentraut2023-05-031-1/+2
* Fix overridden callbacks in pg_rewind.Daniel Gustafsson2023-05-022-2/+2
* Fix typos in commentsMichael Paquier2023-05-021-1/+1
* Rework code defining default compression for dir/custom formats in pg_dumpMichael Paquier2023-04-271-15/+15
* Fix stop condition for dumping GRANT commandsDaniel Gustafsson2023-04-261-0/+1
* Remove vacuum_defer_cleanup_ageAndres Freund2023-04-241-4/+1
* Display 'password_required' option for \dRs+ command.Amit Kapila2023-04-241-1/+3
* Fix initdb --no-locale.Jeff Davis2023-04-211-0/+1
* Add missed case for tab completion of GRANT/REVOKE MAINTAIN.Tom Lane2023-04-191-1/+1
* Fix various typos and incorrect/outdated name referencesDavid Rowley2023-04-192-2/+2
* Fix pg_basebackup with in-place tablespaces some more.Robert Haas2023-04-183-19/+96
* Fix some typos and some incorrectly duplicated wordsDavid Rowley2023-04-184-6/+6
* Fix various typosDavid Rowley2023-04-184-4/+4
* Put new command-line option into sensible order in help outputPeter Eisentraut2023-04-171-2/+1
* Improve VACUUM/ANALYZE BUFFER_USAGE_LIMIT docsDavid Rowley2023-04-161-1/+1
* Add missing source files to nls.mkPeter Eisentraut2023-04-142-0/+5
* Harmonize some more function parameter names.Peter Geoghegan2023-04-131-1/+1
* Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera2023-04-125-197/+37
* Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro2023-04-083-5/+5
* Add missing .gitignore entry.Tom Lane2023-04-071-0/+1
* Show more detail in heapam rmgr descriptions.Peter Geoghegan2023-04-071-1/+1
* Refactor background psql TAP functionsDaniel Gustafsson2023-04-071-21/+7
* Catalog NOT NULL constraintsAlvaro Herrera2023-04-075-37/+197
* Fix locale-dependent test case.Tom Lane2023-04-071-1/+3
* Add tab-completion for newly added SUBSCRIPTION options.Amit Kapila2023-04-071-2/+4
* Add --buffer-usage-limit option to vacuumdbDavid Rowley2023-04-071-0/+26
* Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT optionDavid Rowley2023-04-071-2/+2
* psql: set SHELL_ERROR and SHELL_EXIT_CODE in more places.Tom Lane2023-04-065-23/+32
* psql: add an optional execution-count limit to \watch.Tom Lane2023-04-063-27/+126
* Support long distance matching for zstd compressionTomas Vondra2023-04-066-2/+44
* pg_dump: Add support for zstd compressionTomas Vondra2023-04-059-49/+703
* Add Copyright notice in 001_basic.pl and 002_pg_upgrade.pl.Amit Kapila2023-04-052-0/+4
* Fix MSVC warning introduced in ea1db8ae70.Jeff Davis2023-04-041-0/+1