summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-03-04Further further fix pg_upgrade crossversion test for adminpack.Tom Lane
2024-03-04Fix initdb's -c option to treat the GUC name case-insensitively.Tom Lane
2024-03-04Rework locking code in GetMultiXactIdMembersAlvaro Herrera
2024-03-04Simplify coding in slru.cAlvaro Herrera
2024-03-04Further fix pg_upgrade crossversion test for adminpack.Tom Lane
2024-03-04Fix crossversion test for unsupported versionsDaniel Gustafsson
2024-03-04Adjust pg_upgrade crossversion test for adminpackDaniel Gustafsson
2024-03-04Put back required #includePeter Eisentraut
2024-03-04Remove the adminpack contrib extensionDaniel Gustafsson
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-03-04Remove unused 'countincludesself' argument to pq_sendcountedtext()Heikki Linnakangas
2024-03-04Remove unused ParallelWorkerInfo.pid fieldHeikki Linnakangas
2024-03-04Use MyBackendType in more places to check what process this isHeikki Linnakangas
2024-03-04Remove MyAuxProcType, use MyBackendType insteadHeikki Linnakangas
2024-03-04Optimize GenerationAlloc() and SlabAlloc()David Rowley
2024-03-04Support partition pruning on boolcol IS [NOT] UNKNOWNDavid Rowley
2024-03-04Add PostgreSQL::Test::Cluster::wait_for_event()Michael Paquier
2024-03-04Add regression test for restart points during promotionMichael Paquier
2024-03-04injection_points: Add wait and wakeup of processesMichael Paquier
2024-03-03Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas
2024-03-03Redefine backend ID to be an index into the proc arrayHeikki Linnakangas
2024-03-03GUC table: Add description to computed variablesAlvaro Herrera
2024-03-02Fix overflow in Windows replacement pg_pread/pg_pwrite.Thomas Munro
2024-03-01Return ssize_t in fd.c I/O functions.Thomas Munro
2024-03-01Simplify pg_enc2gettext_tbl[] with C99-designated initializer syntaxMichael Paquier
2024-03-01Fix BF failure introduced by commit b3f6b14cf4.Amit Kapila
2024-02-29Convert unloggedLSN to an atomic variable.Nathan Bossart
2024-02-29Convert archiver's force_dir_scan variable to an atomic variable.Nathan Bossart
2024-02-29Introduce atomic read/write functions with full barrier semantics.Nathan Bossart
2024-02-29Support MERGE into updatable views.Dean Rasheed
2024-02-29Add missing RangeTblEntry field to jumblePeter Eisentraut
2024-02-29Remove field UpdateContext->updated in nodeModifyTable.cDean Rasheed
2024-02-29Fix integer underflow in shared memory debuggingDaniel Gustafsson
2024-02-29Fixups for commit 93db6cbda0.Amit Kapila
2024-02-29Use C99-designated initializer syntax for arrays related to encodingsMichael Paquier
2024-02-28Fix cross-version upgrade tests after f0827b443.Tom Lane
2024-02-28Fix documentation comments for test CA config filesDaniel Gustafsson
2024-02-28Improve plpgsql's error messages for incorrect %TYPE and %ROWTYPE.Tom Lane
2024-02-28Mop-up for AIX-ectomy: remove now-dead test code.Tom Lane
2024-02-28Fix mis-rounding and overflow hazards in date_bin().Tom Lane
2024-02-28Improve performance of subsystems on top of SLRUAlvaro Herrera
2024-02-28Remove AIX supportHeikki Linnakangas
2024-02-28Rename SLRU elements in view pg_stat_slruAlvaro Herrera
2024-02-28Remove last NULL element in config_group_names[]Michael Paquier
2024-02-28Refactor AllocSetAlloc(), separating hot and cold pathsDavid Rowley
2024-02-27Use C99-designated initializer syntax for more arraysMichael Paquier
2024-02-27Fix comments for the dshash_parameters struct.Nathan Bossart
2024-02-27Rationalize and improve error messages for some jsonpath itemsAndrew Dunstan
2024-02-27Remove unnecessary array object_classes[] in dependency.cMichael Paquier
2024-02-27Adjust memory allocation functions to allow sibling callsDavid Rowley