summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-09-15Add Cardinality typedefPeter Eisentraut
2021-09-15Disallow LISTEN in background workers.Tom Lane
2021-09-15Make node output prefix match node structure namePeter Eisentraut
2021-09-15Fix hash_arrayPeter Eisentraut
2021-09-15Fix incorrect format placeholdersPeter Eisentraut
2021-09-15Update Unicode data to Unicode 14.0.0Peter Eisentraut
2021-09-15Update README for resource owners about the resource types supportedMichael Paquier
2021-09-14Improve log messages from pg_import_system_collations().Tom Lane
2021-09-14Send NOTIFY signals during CommitTransaction.Tom Lane
2021-09-14Fix planner error with multiple copies of an AlternativeSubPlan.Tom Lane
2021-09-14Add WRITE_INDEX_ARRAYPeter Eisentraut
2021-09-14Add COPY_ARRAY_FIELD and COMPARE_ARRAY_FIELDPeter Eisentraut
2021-09-14Remove T_ExprPeter Eisentraut
2021-09-14jit: Do not try to shut down LLVM state in case of LLVM triggered errors.Andres Freund
2021-09-14Remove code duplication for permission checks with replication slotsMichael Paquier
2021-09-13Clear conn->errorMessage at successful completion of PQconnectdb().Tom Lane
2021-09-13Fix EXIT out of outermost block in plpgsql.Tom Lane
2021-09-13Fix reorder buffer memory accounting for toast changes.Amit Kapila
2021-09-13Fix error handling with threads on OOM in ECPG connection logicMichael Paquier
2021-09-13Add regression tests for csvlog with the logging collectorMichael Paquier
2021-09-13Refactor the syslogger pipe protocol to use a bitmask for its optionsMichael Paquier
2021-09-11Make pg_regexec() robust against out-of-range search_start.Tom Lane
2021-09-10Fix some anomalies with NO SCROLL cursors.Tom Lane
2021-09-10Update src/test/kerberos to account for previous commit.Noah Misch
2021-09-10Revoke PUBLIC CREATE from public schema, now owned by pg_database_owner.Noah Misch
2021-09-09Avoid fetching from an already-terminated plan.Tom Lane
2021-09-09pgbench: Stop counting skipped transactions as soon as timer is exceeded.Fujii Masao
2021-09-09Check for relation length overrun soon enough.Tom Lane
2021-09-09Fix issue with WAL archiving in standby.Fujii Masao
2021-09-09Fix _equalA_ConstPeter Eisentraut
2021-09-09Remove Value node structPeter Eisentraut
2021-09-09Remove useless castsPeter Eisentraut
2021-09-09Make shared_memory_size a preset optionMichael Paquier
2021-09-08Avoid useless malloc/free traffic around getFormattedTypeName().Tom Lane
2021-09-08Fix misleading comments about TOAST access macros.Tom Lane
2021-09-08In psql tab completion, offer spelled-out commands not abbreviations.Tom Lane
2021-09-08Fix rewriter to set hasModifyingCTE correctly on rewritten queries.Tom Lane
2021-09-08Consistently use "superuser" instead of "super user"Daniel Gustafsson
2021-09-08Fix typoPeter Eisentraut
2021-09-08Disable anonymous record hash support except in special casesPeter Eisentraut
2021-09-08Fix incorrect format placeholdersPeter Eisentraut
2021-09-08Invalidate relcache for publications defined for all tables.Amit Kapila
2021-09-08Fix compilation warning in ipci.cMichael Paquier
2021-09-08Introduce GUC shared_memory_sizeMichael Paquier
2021-09-08Clean up some code using "(expr) ? true : false"Michael Paquier
2021-09-07Consistently use read-only instead of "read only"Magnus Hagander
2021-09-07windows: Only consider us to be running as service if stderr is invalid.Andres Freund
2021-09-07Fix missing words in comment.Heikki Linnakangas
2021-09-07Log new catalog xmin candidate in LogicalIncreaseXminForSlot().Amit Kapila
2021-09-06Further fix psql query-cancel test.Tom Lane