summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2024-08-03Fix incorrect format placeholders in pgstat.cMichael Paquier
2024-08-02Small refactoring around ExecCreateTableAs().Jeff Davis
2024-08-02Implement pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-08-02Include bison header files into implementation filesPeter Eisentraut
2024-08-01Minor refactoring of assign_backendlist_entry()Heikki Linnakangas
2024-08-01Switch PgStat_Kind from an enum to a uint32 typeMichael Paquier
2024-08-01Add redo LSN to pgstats filesMichael Paquier
2024-08-01Convert node test compile-time settings into run-time parametersPeter Eisentraut
2024-08-01Avoid duplicate table scans for cross-partition updates during logical replic...Amit Kapila
2024-08-01Evaluate arguments of correlated SubPlans in the referencing ExprStateAndres Freund
2024-08-01Revert "Allow parallel workers to cope with a newly-created session user ID."Tom Lane
2024-07-31Add is_create parameter to RefreshMatviewByOid().Jeff Davis
2024-07-31Remove unused ParamListInfo argument from ExecRefreshMatView.Jeff Davis
2024-07-31Allow parallel workers to cope with a newly-created session user ID.Tom Lane
2024-07-31Introduce pg_sequence_read_tuple().Nathan Bossart
2024-07-30Relax check for return value from second call of pg_strnxfrm().Jeff Davis
2024-07-30Refactor getWeights to write to caller-supplied bufferHeikki Linnakangas
2024-07-30Replace static buf with a stack-allocated one in ReadControlFileHeikki Linnakangas
2024-07-30Replace static buf with palloc in str_time()Heikki Linnakangas
2024-07-30Replace static bufs with a StringInfo in cash_words()Heikki Linnakangas
2024-07-30Preserve tz when converting to jsonb timestamptzAndrew Dunstan
2024-07-30Remove useless member of BackendParameters.Thomas Munro
2024-07-30Require memory barrier support.Thomas Munro
2024-07-30Require compiler barrier support.Thomas Munro
2024-07-30Remove --disable-atomics, require 32 bit atomics.Thomas Munro
2024-07-30Remove --disable-spinlocks.Thomas Munro
2024-07-30Disallow setting MAX_PARTITION_BUFFERS to less than 2David Rowley
2024-07-30Make collation not depend on setlocale().Jeff Davis
2024-07-30Fix partitionwise join with partially-redundant join clausesRichard Guo
2024-07-30Refactor the checks for parameterized partial pathsRichard Guo
2024-07-30Short-circuit sort_inner_and_outer if there are no mergejoin clausesRichard Guo
2024-07-30Add more debugging information when failing to read pgstats filesMichael Paquier
2024-07-30SQL/JSON: Fix casting for integer EXISTS columns in JSON_TABLEAmit Langote
2024-07-30SQL/JSON: Some fixes to JsonBehavior expression castingAmit Langote
2024-07-29Do not return NULL from pg_newlocale_from_collation().Jeff Davis
2024-07-29Detach syslogger from shared memoryHeikki Linnakangas
2024-07-29Remove dead generators for cyrillic encoding conversion tablesHeikki Linnakangas
2024-07-29Fix double-release of spinlockHeikki Linnakangas
2024-07-29Fix compiler warning/error about typedef redefinitionsHeikki Linnakangas
2024-07-29Move cancel key generation to after forking the backendHeikki Linnakangas
2024-07-29Fix outdated comment in smgrtruncate()Heikki Linnakangas
2024-07-29Reduce memory used by partitionwise joinsRichard Guo
2024-07-29Simplify create_merge_append_path for clarityRichard Guo
2024-07-28Refactor pg_set_regex_collation() for clarity.Jeff Davis
2024-07-28Add missing pointer dereference in pg_backend_memory_contexts viewDavid Rowley
2024-07-28Fix whitespace in commit 005c6b833f.Jeff Davis
2024-07-28Refactor: make default_locale internal to pg_locale.c.Jeff Davis
2024-07-28Change collation cache to use simplehash.h.Jeff Davis
2024-07-28Fix incorrect return value for pg_size_pretty(bigint)David Rowley
2024-07-28libpq: Use strerror_r instead of strerrorPeter Eisentraut