postgresql/src/bin/pg_basebackup
Michael Paquier 1301c80b21 Remove MSVC scripts
This commit removes all the scripts located in src/tools/msvc/ to build
PostgreSQL with Visual Studio on Windows, meson becoming the recommended
way to achieve that.  The scripts held some information that is still
relevant with meson, information kept and moved to better locations.
Comments that referred directly to the scripts are removed.

All the documentation still relevant that was in install-windows.sgml
has been moved to installation.sgml under a new subsection for Visual.
All the content specific to the scripts is removed.  Some adjustments
for the documentation are planned in a follow-up set of changes.

Author: Michael Paquier
Reviewed-by: Peter Eisentraut, Andres Freund
Discussion: https://postgr.es/m/ZQzp_VMJcerM1Cs_@paquier.xyz
2023-12-20 09:44:37 +09:00
..
po Translation updates 2023-08-07 12:39:30 +02:00
t Fix tmpdir issues with commit e213de8e78 2023-07-08 12:34:25 -04:00
.gitignore Rename user-facing tools with "xlog" in the name to say "wal". 2017-02-09 16:23:46 -05:00
Makefile Remove MSVC scripts 2023-12-20 09:44:37 +09:00
bbstreamer.h Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
bbstreamer_file.c Fix pg_basebackup with in-place tablespaces some more. 2023-04-18 11:23:34 -04:00
bbstreamer_gzip.c Improve const use in zlib-using code 2023-08-07 09:34:38 +02:00
bbstreamer_inject.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
bbstreamer_lz4.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
bbstreamer_tar.c Add and use symbolic constants for tar header offsets and file types. 2023-08-01 13:50:42 -04:00
bbstreamer_zstd.c Message style improvements 2023-05-19 18:45:29 +02:00
meson.build Add missing pg_basebackup TAP test for meson. 2023-06-16 10:32:49 +09:00
nls.mk pg_basebackup: Restore lost translation markers 2023-05-08 06:15:26 +02:00
pg_basebackup.c Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
pg_receivewal.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
pg_recvlogical.c Fix pg_recvlogical upon signal termination 2023-07-20 10:22:46 +09:00
receivelog.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
receivelog.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
streamutil.c Allow dbname in pg_basebackup/pg_receivewal connstring 2023-09-21 13:53:07 +02:00
streamutil.h pg_basebackup: Correct type of WalSegSz 2023-04-03 07:21:06 +02:00
walmethods.c C comment: mention why no setting lasterrno in dir_existsfile() 2023-10-31 11:59:14 -04:00
walmethods.h Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00