summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2024-07-23Get rid of a global variablePeter Eisentraut
2024-07-23Improve comments in slru.{c,h} about segment name formatMichael Paquier
2024-07-23Replace remaining strtok() with strtok_r()Peter Eisentraut
2024-07-23Remove redundant code in create_gather_merge_pathRichard Guo
2024-07-23Fix rowcount estimate for gather (merge) pathsRichard Guo
2024-07-22Initialize wal_level in the initial checkpoint record.Robert Haas
2024-07-22Remove grotty use of disable_cost for TID scan plans.Robert Haas
2024-07-22Add missing call to ConditionVariableCancelSleep().Robert Haas
2024-07-22Replace some strtok() with strsep()Peter Eisentraut
2024-07-22Add new error code for "file name too long"Michael Paquier
2024-07-20Correctly check updatability of columns targeted by INSERT...DEFAULT.Tom Lane
2024-07-20Use read streams in CREATE DATABASE when STRATEGY=WAL_LOG.Noah Misch
2024-07-20Add a way to create read stream object by using SMgrRelation.Noah Misch
2024-07-20Refactor PinBufferForBlock() to remove checks about persistence.Noah Misch
2024-07-20Remove "smgr_persistence == 0" dead code.Noah Misch
2024-07-19Add overflow checks to money type.Nathan Bossart
2024-07-19Ensure vacuum removes all visibly dead tuples older than OldestXminMelanie Plageman
2024-07-19Move resowner from common JitContext to LLVM specificHeikki Linnakangas
2024-07-19Propagate query IDs of utility statements in functionsMichael Paquier
2024-07-18Do not summarize WAL if generated with wal_level=minimal.Robert Haas
2024-07-18Add INJECTION_POINT_CACHED() to run injection points directly from cacheMichael Paquier
2024-07-17Use PqMsg_* macros in more places.Nathan Bossart
2024-07-17SQL/JSON: Rethink c2d93c3802bAmit Langote
2024-07-17Make write of pgstats file durable at shutdownMichael Paquier
2024-07-16When creating materialized views, use REFRESH to load data.Jeff Davis
2024-07-16Add tap test for pg_signal_autovacuum roleMichael Paquier
2024-07-15Fix bad indentation introduced in 43cd30bcd1cAndres Freund
2024-07-15Add missing RestrictSearchPath() calls.Jeff Davis
2024-07-15Fix type confusion in guc_var_compare()Andres Freund
2024-07-15Run LLVM verify pass on IR in assert builds.Thomas Munro
2024-07-15Use correct type for pq_mq_parallel_leader_proc_number variableHeikki Linnakangas
2024-07-15Use atomics to avoid locking in InjectionPointRun()Heikki Linnakangas
2024-07-15Fix tablespace handling in MERGE/SPLIT partition commands.Fujii Masao
2024-07-15Check lateral references within PHVs for memoize cache keysRichard Guo
2024-07-14Avoid unhelpful internal error for incorrect recursive-WITH queries.Tom Lane
2024-07-13Fix new assertion for MERGE view_name ... DO NOTHING.Noah Misch
2024-07-13Don't lose partitioned table reltuples=0 after relhassubclass=f.Noah Misch
2024-07-13Fix lost Windows socket EOF events.Thomas Munro
2024-07-12Fix ALTER TABLE DETACH for inconsistent indexesAlvaro Herrera
2024-07-12Add assertion in pgstat_write_statsfile() about processes allowedMichael Paquier
2024-07-12Fix a typo in logicalrep_write_typ().Amit Kapila
2024-07-12Consider materializing the cheapest inner path in parallel nestloopRichard Guo
2024-07-12Improve comment of pgstat_read_statsfile()Michael Paquier
2024-07-11Improve logical replication connection-failure messages.Tom Lane
2024-07-11Add min and max aggregates for composite types (records).Tom Lane
2024-07-11Fix possibility of logical decoding partial transaction changes.Masahiko Sawada
2024-07-11Add a new 'F' entry type for fixed-numbered stats in pgstats fileMichael Paquier
2024-07-11Add PgStat_KindInfo.init_shmem_cbMichael Paquier
2024-07-10Improve the numeric width_bucket() computation.Dean Rasheed
2024-07-10Extend pg_get_acl() to handle sub-object IDsMichael Paquier