Commit Graph

52237 Commits (0c39c292077ef3ba987ced0dc6ea1c8f4f1e1f4b)
 

Author SHA1 Message Date
Michael Paquier 0c39c29207 Support "postgres -C" with runtime-computed GUCs 4 years ago
Andres Freund 2c7615f77b process startup: Initialize PgStartTime earlier in single user mode. 4 years ago
Tom Lane e3ec3c00d8 Remove arbitrary 64K-or-so limit on rangetable size. 4 years ago
Peter Eisentraut 6fe0eb963d Add Cardinality typedef 4 years ago
Tom Lane 1316be2866 Disallow LISTEN in background workers. 4 years ago
Peter Eisentraut e581360696 Make node output prefix match node structure name 4 years ago
Peter Eisentraut 851ff93357 Fix hash_array 4 years ago
Daniel Gustafsson 379591fecf doc: Clarify refresh options for DROP PUBLICATION 4 years ago
Peter Eisentraut e03b807e12 Fix incorrect format placeholders 4 years ago
Peter Eisentraut f7e56f1f54 Update Unicode data to Unicode 14.0.0 4 years ago
Michael Paquier cae6fc2bc2 Update README for resource owners about the resource types supported 4 years ago
Tom Lane 69e31d05b0 Improve log messages from pg_import_system_collations(). 4 years ago
Tom Lane 2e4eae87d0 Send NOTIFY signals during CommitTransaction. 4 years ago
Tom Lane e8638d78a2 Fix planner error with multiple copies of an AlternativeSubPlan. 4 years ago
Peter Eisentraut bdeb2c4ec2 Add WRITE_INDEX_ARRAY 4 years ago
Peter Eisentraut 308da179e7 Add COPY_ARRAY_FIELD and COMPARE_ARRAY_FIELD 4 years ago
Peter Eisentraut 8539929197 Remove T_Expr 4 years ago
Andres Freund edb4d95ddf jit: Do not try to shut down LLVM state in case of LLVM triggered errors. 4 years ago
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