aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Make recovery report error message when invalid page header is found.Fujii Masao2023-09-12
* pg_basebackup: Generate valid temporary slot names under PQbackendPID()Michael Paquier2023-09-07
* 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
* Remove test from commit fa2e874946.Jeff Davis2023-08-10
* Recalculate search_path after ALTER ROLE.Jeff Davis2023-08-07
* Stamp 12.16.REL_12_16Tom Lane2023-08-07
* Reject substituting extension schemas or owners matching ["$'\].Noah Misch2023-08-07
* Translation updatesPeter Eisentraut2023-08-07
* Update comments on CustomPath struct.Etsuro Fujita2023-08-03
* Fix overly strict Assert in jsonpath codeDavid Rowley2023-08-02
* Disallow replacing joins with scans in problematic cases.Etsuro Fujita2023-07-28
* Raise fixed token-length limit in hba.c.Tom Lane2023-07-27
* Fix indentation in twophase.cMichael Paquier2023-07-18
* Fix recovery of 2PC transaction during crash recoveryMichael Paquier2023-07-18
* Add indisreplident to fields refreshed by RelationReloadIndexInfo()Michael Paquier2023-07-14
* Fix updates of indisvalid for partitioned indexesMichael Paquier2023-07-14
* Handle DROP DATABASE getting interruptedAndres Freund2023-07-13
* Release lock after encountering bogs row in vac_truncate_clog()Andres Freund2023-07-13
* Be more rigorous about local variables in PostgresMain().Tom Lane2023-07-10
* Fix ALTER EXTENSION SET SCHEMA with objects outside an extension's schemaMichael Paquier2023-07-10
* Fix type of iterator variable in SH_START_ITERATEAndres Freund2023-07-06
* Skip pg_baseback long filename test if path too long on WindowsAndrew Dunstan2023-07-06
* WAL-log the creation of the init fork of unlogged indexes.Heikki Linnakangas2023-07-06
* Fix leak of LLVM "fatal-on-oom" section counter.Heikki Linnakangas2023-07-05
* Ensure that creation of an empty relfile is fsync'd at checkpoint.Heikki Linnakangas2023-07-04
* Adjust kerberos and ldap tests for Homebrew on ARMPeter Eisentraut2023-07-04
* Re-bin segment when memory pages are freed.Thomas Munro2023-07-04
* Fix race in SSI interaction with gin fast path.Thomas Munro2023-07-04
* Fix race in SSI interaction with bitmap heap scan.Thomas Munro2023-07-04
* Fix race in SSI interaction with empty btrees.Thomas Munro2023-07-04
* Revert "Improve pg_basebackup long file name test Windows robustness"Andrew Dunstan2023-07-03
* Use older package name in pg_basebackup testAndrew Dunstan2023-07-03
* Improve pg_basebackup long file name test Windows robustnessAndrew Dunstan2023-07-03
* Make PG_TEST_NOCLEAN work for temporary directories in TAP testsMichael Paquier2023-07-03
* Fix marking of indisvalid for partitioned indexes at creationMichael Paquier2023-06-30
* Fix order of operations in ExecEvalFieldStoreDeForm().Tom Lane2023-06-29
* Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTI...Michael Paquier2023-06-28
* Check for interrupts and stack overflow in TParserGet().Tom Lane2023-06-24
* Define OPENSSL_API_COMPATPeter Eisentraut2023-06-24
* nbtree VACUUM: cope with topparent inconsistencies.Peter Geoghegan2023-06-21
* Avoid Assert failure when processing empty statement in aborted xact.Tom Lane2023-06-21
* Fix the errhint message and docs for drop subscription failure.Amit Kapila2023-06-21
* Fix hash join when inner hashkey expressions contain Params.Tom Lane2023-06-20
* Don't use partial unique indexes for unique proofs in the plannerDavid Rowley2023-06-19
* Fix typo in comment.Amit Langote2023-06-16
* Correctly update hasSubLinks while mutating a rule action.Tom Lane2023-06-13
* Fix missing initializations of MyProc.delayChkptEndMichael Paquier2023-06-11