summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2023-11-28Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.Tom Lane
2023-11-28Fix assertions with RI triggers in heap_update and heap_delete.Heikki Linnakangas
2023-11-17llvmjit: Use explicit LLVMContextRef for inliningDaniel Gustafsson
2023-11-16Ensure we preprocess expressions before checking their volatility.Tom Lane
2023-11-15Fix fallback implementation for pg_atomic_test_set_flag().Nathan Bossart
2023-11-10Ensure we use the correct spelling of "ensure"David Rowley
2023-11-09Fix corner-case 64-bit integer subtraction bug on some platforms.Dean Rasheed
2023-11-06Detect integer overflow while computing new array dimensions.Tom Lane
2023-11-02Be more wary about NULL values for GUC string variables.Tom Lane
2023-10-24Fix problems when a plain-inheritance parent table is excluded.Tom Lane
2023-10-19jit: Supply LLVMGlobalGetValueType() for LLVM < 8.Thomas Munro
2023-10-18jit: Support opaque pointers in LLVM 16.Thomas Munro
2023-10-17Avoid calling proc_exit() in processes forked by system().Nathan Bossart
2023-10-14Dissociate btequalimage() from interval_ops, ending its deduplication.Noah Misch
2023-09-30Fix EvalPlanQual rechecking during MERGE.Dean Rasheed
2023-09-28Fix btmarkpos/btrestrpos array key wraparound bug.Peter Geoghegan
2023-08-24Avoid unnecessary plancache revalidation of utility statements.Tom Lane
2023-08-24Update DECLARE_INDEX documentationPeter Eisentraut
2023-08-03Update comments on CustomPath struct.Etsuro Fujita
2023-07-28Disallow replacing joins with scans in problematic cases.Etsuro Fujita
2023-07-25Fix the display of UNKNOWN message type in apply worker.Amit Kapila
2023-07-13Handle DROP DATABASE getting interruptedAndres Freund
2023-07-06Fix type of iterator variable in SH_START_ITERATEAndres Freund
2023-05-19Fix misbehavior of EvalPlanQual checks with multiple result relations.Tom Lane
2023-05-19pageinspect: Fix gist_page_items() with included columnsMichael Paquier
2023-05-19Fix handling of empty ranges and NULLs in BRINTomas Vondra
2023-05-10Fix assertion failure when updating stats_fetch_consistency in a transactionMichael Paquier
2023-04-28Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elementsMichael Paquier
2023-04-12Fix detection of unseekable files for fseek() and ftello() with MSVCMichael Paquier
2023-03-21Fix race in parallel hash join batch cleanup, take II.Thomas Munro
2023-03-17Fix t_isspace(), etc., when datlocprovider=i and datctype=C.Jeff Davis
2023-03-13Fix concurrent update issues with MERGE.Dean Rasheed
2023-03-04Avoid failure when altering state of partitioned foreign-key triggers.Tom Lane
2023-02-25Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.Tom Lane
2023-02-15Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier
2023-02-10Un-revert "Disable STARTUP_PROGRESS_TIMEOUT in standby mode."Robert Haas
2023-02-06Revert "Disable STARTUP_PROGRESS_TIMEOUT in standby mode."Robert Haas
2023-02-06Disable STARTUP_PROGRESS_TIMEOUT in standby mode.Robert Haas
2023-01-20Make our back branches build under -fkeep-inline-functions.Tom Lane
2023-01-15Make new GENERATED-expressions code more bulletproof.Tom Lane
2023-01-05Fix calculation of which GENERATED columns need to be updated.Tom Lane
2023-01-02perl: Hide warnings inside perl.h when using gcc compatible compilerAndres Freund
2022-12-13Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.Tom Lane
2022-12-08Remove new structure member from ResultRelInfo.Etsuro Fujita
2022-12-05Fix Memoize to work with partitionwise joining.Tom Lane
2022-12-02Fix incorrect output from pgoutput when using column lists.Amit Kapila
2022-11-29Improve heuristics for compressing the KnownAssignedXids array.Tom Lane
2022-11-25Fix handling of pending inserts in nodeModifyTable.c.Etsuro Fujita
2022-11-21Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline.Tom Lane
2022-11-04Fix CREATE DATABASE so we can pg_upgrade DBs with OIDs above 2^31.Tom Lane