summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2023-10-18jit: Supply LLVMGlobalGetValueType() for LLVM < 8.Thomas Munro
2023-10-18jit: Support opaque pointers in LLVM 16.Thomas Munro
2023-10-18Add flush option to pg_logical_emit_message()Michael Paquier
2023-10-17Avoid calling proc_exit() in processes forked by system().Nathan Bossart
2023-10-17Restart the apply worker if the privileges have been revoked.Amit Kapila
2023-10-16Add support event triggers on authenticated loginAlexander Korotkov
2023-10-14Dissociate btequalimage() from interval_ops, ending its deduplication.Noah Misch
2023-10-14Harden xxx_is_visible() functions against concurrent object drops.Tom Lane
2023-10-14Harden has_xxx_privilege() functions against concurrent object drops.Tom Lane
2023-10-13Improve the naming in wal_sync_method code.Nathan Bossart
2023-10-13Add support for AT LOCALMichael Paquier
2023-10-12Add option to bgworkers to allow the bypass of role login checkMichael Paquier
2023-10-11Refactor InitPostgres() to use bitwise option flagsMichael Paquier
2023-10-10Add const to values and nulls argumentsPeter Eisentraut
2023-10-09Rename StartBackgroundWorker() to BackgroundWorkerMain().Heikki Linnakangas
2023-10-09Remove debug_print_rel and replace usages with pprintDavid Rowley
2023-10-07Restore proper linkage of pg_char_to_encoding() and friends.Tom Lane
2023-10-06Skip checking of scan keys required for directional scan in B-treeAlexander Korotkov
2023-10-05Move BuildDescForRelation() from tupdesc.c to tablecmds.cPeter Eisentraut
2023-10-05Refactor ListenSocket array.Heikki Linnakangas
2023-10-05Improve JsonLexContext's freeabilityAlvaro Herrera
2023-10-03Remove RelationGetIndexRawAttOptions()Peter Eisentraut
2023-10-03Remove IndexInfo.ii_OpclassOptions fieldPeter Eisentraut
2023-10-02Remove retry loop in heap_page_prune().Robert Haas
2023-10-02Add rmgrdesc READMEHeikki Linnakangas
2023-10-02Revert "Add soft error handling to some expression nodes"Amit Langote
2023-10-02Add soft error handling to some expression nodesAmit Langote
2023-10-01Correct assertion and comments about XLogRecordMaxSize.Noah Misch
2023-09-30Provide FORCE_NULL * and FORCE_NOT_NULL * options for COPY FROMAndrew Dunstan
2023-09-30Fix EvalPlanQual rechecking during MERGE.Dean Rasheed
2023-09-28Fix btmarkpos/btrestrpos array key wraparound bug.Peter Geoghegan
2023-09-28Return data from heap_page_prune via a struct.Robert Haas
2023-09-28Show parameters of CALL as constants in pg_stat_statementsMichael Paquier
2023-09-28Remove obsolete executor cleanup codeAmit Langote
2023-09-28Move tracking of in_streaming to PGOutputDataMichael Paquier
2023-09-27Add TupleDescGetDefault()Peter Eisentraut
2023-09-27llvmjit: Use explicit LLVMContextRef for inliningDaniel Gustafsson
2023-09-27llvmjit: Make llvm_types_module variable staticDaniel Gustafsson
2023-09-27Fix the misuse of origin filter across multiple pg_logical_slot_get_changes()...Amit Kapila
2023-09-26MergeAttributes() and related variable renamingPeter Eisentraut
2023-09-25Add worker type to pg_stat_subscription.Nathan Bossart
2023-09-25Pack struct ParsedWord more tightly.Tom Lane
2023-09-25Add GUC for temporarily disabling event triggersDaniel Gustafsson
2023-09-22Simplify information schema check constraint deparsingPeter Eisentraut
2023-09-18Add function for removing arbitrary nodes in binaryheap.Nathan Bossart
2023-09-18Make binaryheap available to frontend code.Nathan Bossart
2023-09-18Fix information schema for catalogued not-null constraintsPeter Eisentraut
2023-09-18Update Unicode data to Unicode 15.1.0Peter Eisentraut
2023-09-14Flush logical slots to disk during a shutdown checkpoint if required.Amit Kapila
2023-09-08Add JIT deform_counterDaniel Gustafsson