summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-12Fix segfault during EvalPlanQual with mix of local and foreign partitions.Heikki Linnakangas
2021-08-10Fix failure of btree_gin indexscans with "char" type and </<= operators.Tom Lane
2021-08-10Add alternative output for OpenSSL 3 without legacy loadedDaniel Gustafsson
2021-08-10Disable OpenSSL EVP digest padding in pgcryptoDaniel Gustafsson
2021-08-10Remove unused regression test certificate server-ssDaniel Gustafsson
2021-08-10Add tab completion for DECLARE .. ASENSITIVE in psqlMichael Paquier
2021-08-10Fix regression test output of sepgsqlMichael Paquier
2021-08-10Add call to object access hook at the end of table rewrite in ALTER TABLEMichael Paquier
2021-08-10Let regexp_replace() make use of REG_NOSUB when feasible.Tom Lane
2021-08-09Fix bogus assertion in BootstrapModeMain().Andres Freund
2021-08-09Avoid determining regexp subexpression matches, when possible.Tom Lane
2021-08-09Remove some special cases from MSVC build scriptsDavid Rowley
2021-08-09Doc: Fix misleading statement about VACUUM memory limitsDavid Rowley
2021-08-09Use ExplainPropertyInteger for queryid in EXPLAINDavid Rowley
2021-08-09Fix typo in 022_twophase_cascade.pl.Amit Kapila
2021-08-09Add POPCNT support for MSVC x86_64 buildsDavid Rowley
2021-08-09doc: mention pg_upgrade extension scriptBruce Momjian
2021-08-08Remove some unnecessary casts in format argumentsPeter Eisentraut
2021-08-08Doc: remove bogus <indexterm> items.Tom Lane
2021-08-08Check the size in COPY_POINTER_FIELDPeter Eisentraut
2021-08-08Change NestPath node to contain JoinPath nodePeter Eisentraut
2021-08-08Change SeqScan node to contain Scan nodePeter Eisentraut
2021-08-08Rethink regexp engine's backref-related compilation state.Tom Lane
2021-08-08Remove unused function declarationDavid Rowley
2021-08-08Make regexp engine's backref-related compilation state more bulletproof.Tom Lane
2021-08-08Fix use-after-free issue in regexp engine.Tom Lane
2021-08-08Move temporary file cleanup to before_shmem_exit().Andres Freund
2021-08-07Remove T_MemoryContextPeter Eisentraut
2021-08-07pg_amcheck: Message style improvementsPeter Eisentraut
2021-08-07Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENTLY.Tom Lane
2021-08-07pg_amcheck: Add missing translation markersPeter Eisentraut
2021-08-07Message style improvementsPeter Eisentraut
2021-08-07pgstat: Schedule per-backend pgstat shutdown via before_shmem_exit().Andres Freund
2021-08-07Schedule ShutdownXLOG() in single user mode using before_shmem_exit().Andres Freund
2021-08-07Make parallel worker shutdown complete entirely via before_shmem_exit().Andres Freund
2021-08-07pgstat: Bring up pgstat in BaseInit() to fix uninitialized use of pgstat by AV.Andres Freund
2021-08-06Don't elide casting to typmod -1.Tom Lane
2021-08-06Adjust the integer overflow tests in the numeric code.Dean Rasheed
2021-08-06Add missing message punctuationPeter Eisentraut
2021-08-06Fix wordingPeter Eisentraut
2021-08-05process startup: Always call Init[Auxiliary]Process() before BaseInit().Andres Freund
2021-08-05Call pgwin32_signal_initialize() in postmaster as well.Andres Freund
2021-08-05process startup: Centralize pgwin32_signal_initialize() calls.Andres Freund
2021-08-05process startup: Remove bootstrap / checker modes from AuxProcType.Andres Freund
2021-08-05process startup: Move AuxiliaryProcessMain into its own file.Andres Freund
2021-08-05process startup: auxprocess: reindent blockAndres Freund
2021-08-05process startup: Separate out BootstrapModeMain from AuxiliaryProcessMain.Andres Freund
2021-08-05process startup: Rename postmaster's --forkboot to --forkaux.Andres Freund
2021-08-05postgres_fdw: Fix issues with generated columns in foreign tables.Etsuro Fujita
2021-08-05Remove unused argument "txn" in maybe_send_schema().Fujii Masao