Commit Graph

52219 Commits (026ed8efd6b1d774924937baf3209b676df4531f)
 

Author SHA1 Message Date
Michael Paquier 026ed8efd6 Remove code duplication for permission checks with replication slots 4 years ago
Tom Lane 138531f1bb Clear conn->errorMessage at successful completion of PQconnectdb(). 4 years ago
Tom Lane 1882d6cca1 Doc: improve documentation of CREATE/ALTER SUBSCRIPTION. 4 years ago
Tom Lane 1bf2518dd6 Fix EXIT out of outermost block in plpgsql. 4 years ago
Amit Kapila df3640e529 Fix reorder buffer memory accounting for toast changes. 4 years ago
Michael Paquier fa703b317e Fix error handling with threads on OOM in ECPG connection logic 4 years ago
Amit Kapila fee1040fe3 Doc: Change optional parameters grouping in Create Subscription. 4 years ago
Michael Paquier 72b76f7616 Add regression tests for csvlog with the logging collector 4 years ago
Michael Paquier 2d77d83540 Refactor the syslogger pipe protocol to use a bitmask for its options 4 years ago
Tom Lane e757080e04 Make pg_regexec() robust against out-of-range search_start. 4 years ago
Tom Lane c1b7a6c273 Fix some anomalies with NO SCROLL cursors. 4 years ago
Noah Misch 2d689f2ee4 Update src/test/kerberos to account for previous commit. 4 years ago
Noah Misch b073c3ccd0 Revoke PUBLIC CREATE from public schema, now owned by pg_database_owner. 4 years ago
Tom Lane cba79a1632 Avoid fetching from an already-terminated plan. 4 years ago
Fujii Masao 9bcbd7c581 pgbench: Stop counting skipped transactions as soon as timer is exceeded. 4 years ago
Tom Lane 8481f99896 Check for relation length overrun soon enough. 4 years ago
Fujii Masao 596ba75cb1 Fix issue with WAL archiving in standby. 4 years ago
Peter Eisentraut 0ffbe900ce Fix _equalA_Const 4 years ago
Peter Eisentraut 639a86e36a Remove Value node struct 4 years ago
Peter Eisentraut cbdf75bf80 Remove useless casts 4 years ago
Michael Paquier 3b231596cc Make shared_memory_size a preset option 4 years ago
Tom Lane 072e2f8a62 Avoid useless malloc/free traffic around getFormattedTypeName(). 4 years ago
Tom Lane 490798451a Fix misleading comments about TOAST access macros. 4 years ago
Tom Lane 7cffa2ed0c In psql tab completion, offer spelled-out commands not abbreviations. 4 years ago
Tom Lane 362e2dcc46 Fix rewriter to set hasModifyingCTE correctly on rewritten queries. 4 years ago
Daniel Gustafsson f7c53bb9e3 Consistently use "superuser" instead of "super user" 4 years ago
Peter Eisentraut 7390b6421a Fix typo 4 years ago
Peter Eisentraut a3d2b1bbe9 Disable anonymous record hash support except in special cases 4 years ago
Fujii Masao 98dbef90eb postgres_fdw: Revert unstable tests for postgres_fdw.application_name. 4 years ago
Peter Eisentraut bb1412baa5 Fix incorrect format placeholders 4 years ago
Amit Kapila 8bd5342740 Invalidate relcache for publications defined for all tables. 4 years ago
Michael Paquier aa37a439db Fix compilation warning in ipci.c 4 years ago
Michael Paquier bd1788051b Introduce GUC shared_memory_size 4 years ago
Michael Paquier fd0625c7a9 Clean up some code using "(expr) ? true : false" 4 years ago
Magnus Hagander d6c916f020 Consistently use read-only instead of "read only" 4 years ago
Andres Freund 76e38b37a5 windows: Only consider us to be running as service if stderr is invalid. 4 years ago
Heikki Linnakangas 6ac763f19a Fix missing words in comment. 4 years ago
Fujii Masao 449ab63505 postgres_fdw: Allow application_name of remote connection to be set via GUC. 4 years ago
Amit Kapila 4c3478859b Log new catalog xmin candidate in LogicalIncreaseXminForSlot(). 4 years ago
Tom Lane bd5846e4a9 Further fix psql query-cancel test. 4 years ago
Noah Misch 8670b9b999 AIX: Fix missing libpq symbols by respecting SHLIB_EXPORTS. 4 years ago
Alvaro Herrera 0c6828fa98
Add PublicationTable and PublicationRelInfo structs 4 years ago
Tom Lane 89dba59590 Fix actively-misleading comments about the contents of struct pg_tm. 4 years ago
Tom Lane 388e71af88 Make timetz_zone() stable, and correct a bug for DYNTZ abbreviations. 4 years ago
Fujii Masao 78aa616be7 Fix typo in comments. 4 years ago
Peter Eisentraut 55392bc5b0 Improve fix pkg-config files for static linking 4 years ago
Michael Paquier 0bd305ee1d Move the shared memory size calculation to its own function 4 years ago
Michael Paquier 5fcb23c18f Remove some unused variables in TAP tests 4 years ago
Tom Lane b30cc0fd6d Further portability tweaks for float4/float8 hash functions. 4 years ago
Tom Lane ac5ea66099 Minor improvements for psql help output. 4 years ago