-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
developments for postgresql v14 #104
Commits on May 31, 2021
-
Fix prompt_for_password() against PostgreSQL v14 Beta1
This patch handles the change of PostgreSQL core's 67a472d7. It corresponds the change of simple_prompt() interface and removes arbitrary restrictions on password length.
Configuration menu - View commit details
-
Copy full SHA for a3bdfb5 - Browse repository at this point
Copy the full SHA a3bdfb5View commit details -
Rename from appendStringInfoVA() to appendStringInfoVA_c()
PostgreSQL core code has the same function name, but the implementation is not same. So, rename from appendStringInfoVA() to appendStringInfoVA_c().
Configuration menu - View commit details
-
Copy full SHA for 969896c - Browse repository at this point
Copy the full SHA 969896cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8ceb1a - Browse repository at this point
Copy the full SHA d8ceb1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d4fb1f - Browse repository at this point
Copy the full SHA 5d4fb1fView commit details -
Fix pg_getmessage arguments against PostgreSQL v14 Beta1
This patch handles the changes of PostgreSQL core's 9626325d. It adds heuristic incoming-message-size limits in the server.
Configuration menu - View commit details
-
Copy full SHA for f822a24 - Browse repository at this point
Copy the full SHA f822a24View commit details -
Fix the wrong arguments types of functions
Fix TupleParserInit() and TupleParseDumpRecord()
Configuration menu - View commit details
-
Copy full SHA for e842847 - Browse repository at this point
Copy the full SHA e842847View commit details -
Fix EState struct againt PostgreSQL v14 Beta1
This patch handles the following PostgreSQL core's changes. 1. The patch(1375422c) removes es_result_relations and es_num_result_relations to simplify things. 2. The patch(a04daa97) removes es_result_relation_info to improve maintainability.
Configuration menu - View commit details
-
Copy full SHA for 723c66a - Browse repository at this point
Copy the full SHA 723c66aView commit details -
Fix argments of reindex_index() againt PostgreSQL v14 Beta1
To handle the PostgreSQL's patch(a3dc9260), which refactors option handling of REINDEX.
Configuration menu - View commit details
-
Copy full SHA for e19b5b1 - Browse repository at this point
Copy the full SHA e19b5b1View commit details
Commits on Jun 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 48d4d31 - Browse repository at this point
Copy the full SHA 48d4d31View commit details -
Configuration menu - View commit details
-
Copy full SHA for a015849 - Browse repository at this point
Copy the full SHA a015849View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8f3170 - Browse repository at this point
Copy the full SHA a8f3170View commit details