aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Remove incorrect file reference in comment.Etsuro Fujita2023-11-13
* Ensure we use the correct spelling of "ensure"David Rowley2023-11-10
* Detect integer overflow while computing new array dimensions.Tom Lane2023-11-06
* Compute aggregate argument types correctly in transformAggregateCall().Tom Lane2023-11-06
* Set GUC "is_superuser" in all processes that set AuthenticatedUserId.Noah Misch2023-11-06
* Ban role pg_signal_backend from more superuser backend types.Noah Misch2023-11-06
* Translation updatesPeter Eisentraut2023-11-06
* Be more wary about NULL values for GUC string variables.Tom Lane2023-11-02
* doc: 1-byte varlena headers can be used for user PLAIN storageBruce Momjian2023-10-31
* Diagnose !indisvalid in more SQL functions.Noah Misch2023-10-30
* Fix intra-query memory leak when a SRF returns zero rows.Tom Lane2023-10-28
* jit: Adjust back-patch of f90b4a84 to 12 and 13.Thomas Munro2023-10-24
* Dodge a compiler bug affecting timetz_zone/timetz_izone.Tom Lane2023-10-20
* jit: Changes for LLVM 17.Thomas Munro2023-10-19
* jit: Supply LLVMGlobalGetValueType() for LLVM < 8.Thomas Munro2023-10-19
* jit: Support opaque pointers in LLVM 16.Thomas Munro2023-10-18
* Avoid calling proc_exit() in processes forked by system().Nathan Bossart2023-10-17
* Ensure we have a snapshot while dropping ON COMMIT DROP temp tables.Tom Lane2023-10-16
* Acquire ControlFileLock in relevant SQL functions.Thomas Munro2023-10-16
* Fix runtime partition pruning for HASH partitioned tablesDavid Rowley2023-10-13
* Fix incorrect step generation in HASH partition pruningDavid Rowley2023-10-12
* Fix bug in GenericXLogFinish().Jeff Davis2023-10-10
* Avoid memory size overflow when allocating backend activity bufferMichael Paquier2023-10-03
* Fail hard on out-of-memory failures in xlogreader.cMichael Paquier2023-10-03
* Fix datalen calculation in tsvectorrecv().Tom Lane2023-10-01
* Fix btmarkpos/btrestrpos array key wraparound bug.Peter Geoghegan2023-09-28
* Fix checking of index expressions in CompareIndexInfo().Tom Lane2023-09-28
* Fix another bug in parent page splitting during GiST index build.Heikki Linnakangas2023-09-26
* Fix edge-case for xl_tot_len broken by bae868ca.Thomas Munro2023-09-26
* Collect dependency information for parsed CallStmts.Tom Lane2023-09-25
* Limit to_tsvector_byid's initial array allocation to something sane.Tom Lane2023-09-25
* Don't trust unvalidated xl_tot_len.Thomas Munro2023-09-23
* Fix COMMIT/ROLLBACK AND CHAIN in the presence of subtransactions.Tom Lane2023-09-21
* Update comment about set_join_pathlist_hook().Etsuro Fujita2023-09-21
* Fix GiST README's explanation of the NSN cross-check.Heikki Linnakangas2023-09-19
* Don't crash if cursor_to_xmlschema is used on a non-data-returning Portal.Tom Lane2023-09-18
* Track nesting depth correctly when drilling down into RECORD Vars.Tom Lane2023-09-15
* Fix get_expr_result_type() to find field names for RECORD Consts.Tom Lane2023-09-15
* Allow extracting fields from a ROW() expression in more cases.Tom Lane2023-09-15
* Revert "Improve error message on snapshot import in snapmgr.c"Michael Paquier2023-09-14
* Improve error message on snapshot import in snapmgr.cMichael Paquier2023-09-14
* Fix exception safety bug in typcache.c.Thomas Munro2023-09-13
* Fix uninitialized access to InitialRunningXacts during decoding after ERROR.Amit Kapila2023-09-12
* Make recovery report error message when invalid page header is found.Fujii Masao2023-09-12
* Fix out-of-bound read in gtsvector_picksplit()Michael Paquier2023-09-04
* Silence compiler warning in release 11 and 12 branchesAndrew Dunstan2023-08-27
* Avoid unnecessary plancache revalidation of utility statements.Tom Lane2023-08-24
* Cache by-reference missing values in a long lived contextAndrew Dunstan2023-08-22
* Recalculate search_path after ALTER ROLE.Jeff Davis2023-08-07
* Reject substituting extension schemas or owners matching ["$'\].Noah Misch2023-08-07