-
Notifications
You must be signed in to change notification settings - Fork 2
Comparing changes
Open a pull request
base repository: postgresql-cfbot/postgresql
base: cf/5495~1
head repository: postgresql-cfbot/postgresql
compare: cf/5495
- 5 commits
- 20 files changed
- 3 contributors
Commits on Apr 3, 2025
-
Move common pg_dump code related to connections to a new file
ConnectDatabase is used by pg_dumpall, pg_restore and pg_dump so move common code to new file. new file name: connectdb.c Author: Mahendra Singh Thalor <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d939462 - Browse repository at this point
Copy the full SHA d939462View commit details -
add new list type simple_oid_string_list to fe-utils/simple_list
This type contains both an oid and a string. This will be used in forthcoming changes to pg_restore. Author: Andrew Dunstan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 12a5a54 - Browse repository at this point
Copy the full SHA 12a5a54View commit details -
Non text modes for pg_dumpall, correspondingly change pg_restore
pg_dumpall acquires a new -F/--format option, with the same meanings as pg_dump. The default is p, meaning plain text. For any other value, a directory is created containing two files, globals.data and map.dat. The first contains SQL for restoring the global data, and the second contains a map from oids to database names. It will also contain a subdirectory called databases, inside which it will create archives in the specified format, named using the database oids. In these casess the -f argument is required. If pg_restore encounters a directory containing globals.dat, and no toc.dat, it restores the global settings and then restores each database. pg_restore acquires two new options: -g/--globals-only which suppresses restoration of any databases, and --exclude-database which inhibits restoration of particualr database(s) in the same way the same option works in pg_dumpall. Author: Mahendra Singh Thalor <[email protected]> Co-authored-by: Andrew Dunstan <[email protected]> Reviewed-by: jian he <[email protected]> Reviewed-by: Srinath Reddy <[email protected]> Reviewed-by: Álvaro Herrera <[email protected]> Discussion: https://postgr.es/m/[email protected]
Configuration menu - View commit details
-
Copy full SHA for 98b5038 - Browse repository at this point
Copy the full SHA 98b5038View commit details -
Add more TAP tests for pg_dumpall
Author: Matheus Alcantara <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 683defd - Browse repository at this point
Copy the full SHA 683defdView commit details -
[CF 5495] v20250403 - Non-text mode for pg_dumpall
This branch was automatically generated by a robot using patches from an email thread registered at: https://commitfest.postgresql.org/patch/5495 The branch will be overwritten each time a new patch version is posted to the thread, and also periodically to check for bitrot caused by changes on the master branch. Patch(es): https://www.postgresql.org/message-id/[email protected] Author(s): Mahendra Singh Thalor
Commitfest Bot committedApr 3, 2025 Configuration menu - View commit details
-
Copy full SHA for 575daae - Browse repository at this point
Copy the full SHA 575daaeView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff cf/5495~1...cf/5495