summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-09-18process startup: Split single user code out of PostgresMain().Andres Freund
2021-09-18Improve some check logic in pg_receivewalMichael Paquier
2021-09-17Fix pull_varnos to cope with translated PlaceHolderVars.Tom Lane
2021-09-17Clarify some errors in pg_receivewal when closing WAL segmentsMichael Paquier
2021-09-17Disable test for postgres -C on MsysMichael Paquier
2021-09-16Fix EXPLAIN to handle SEARCH BREADTH FIRST queries.Tom Lane
2021-09-16Message style improvementsPeter Eisentraut
2021-09-16process startup: Do InitProcess() at the same time regardless of EXEC_BACKEND.Andres Freund
2021-09-16Fix performance regression from session statistics.Andres Freund
2021-09-16Fix variable shadowing in procarray.c.Fujii Masao
2021-09-16Use int instead of size_t in procarray.c.Fujii Masao
2021-09-16Support "postgres -C" with runtime-computed GUCsMichael Paquier
2021-09-15process startup: Initialize PgStartTime earlier in single user mode.Andres Freund
2021-09-15Remove arbitrary 64K-or-so limit on rangetable size.Tom Lane
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