aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix uninitialized access to InitialRunningXacts during decoding after ERROR.Amit Kapila2023-09-12
* Stabilize subscription stats test.Masahiko Sawada2023-09-08
* pg_basebackup: Generate valid temporary slot names under PQbackendPID()Michael Paquier2023-09-07
* Disable 031_recovery_conflict.pl in 15 and 16.Thomas Munro2023-09-07
* Unify gratuitously different error messagesPeter Eisentraut2023-09-05
* Fix out-of-bound read in gtsvector_picksplit()Michael Paquier2023-09-04
* Fix handling of shared statistics with dropped databasesMichael Paquier2023-09-04
* Avoid possible overflow with ltsGetFreeBlock() in logtape.cMichael Paquier2023-08-30
* Initialize ListenSocket array earlier.Heikki Linnakangas2023-08-29
* Avoid unnecessary plancache revalidation of utility statements.Tom Lane2023-08-24
* Update DECLARE_INDEX documentationPeter Eisentraut2023-08-24
* ci: Make compute resources for CI configurableAndres Freund2023-08-23
* Fix pg_dump assertion failure when dumping pg_catalog.Jeff Davis2023-08-22
* Cache by-reference missing values in a long lived contextAndrew Dunstan2023-08-22
* Fix pg_stat_reset_single_table_counters() for shared relationsMichael Paquier2023-08-21
* ci: macos: use cached macports installAndres Freund2023-08-19
* Invalidate smgr_targblock in smgrrelease().Thomas Munro2023-08-17
* Remove test from commit fa2e874946.Jeff Davis2023-08-10
* Recalculate search_path after ALTER ROLE.Jeff Davis2023-08-07
* Reject substituting extension schemas or owners matching ["$'\].Noah Misch2023-08-07
* Translation updatesPeter Eisentraut2023-08-07
* Don't Memoize lateral joins with volatile join conditionsDavid Rowley2023-08-07
* Fix RLS policy usage in MERGE.Dean Rasheed2023-08-07
* Update comments on CustomPath struct.Etsuro Fujita2023-08-03
* Fix ReorderBufferCheckMemoryLimit() comment.Masahiko Sawada2023-08-02
* 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 the display of UNKNOWN message type in apply worker.Amit Kapila2023-07-25
* Guard against null plan pointer in CachedPlanIsSimplyValid().Tom Lane2023-07-20
* 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 tmpdir issues with commit e213de8e78Andrew Dunstan2023-07-08
* Use shorter location for pg_replslot in pg_basebackup testAndrew Dunstan2023-07-08
* 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 MarkGUCPrefixReserved() to check all options.Heikki Linnakangas2023-07-06
* Revert the commits related to allowing page lock to conflict among parallel g...Amit Kapila2023-07-06
* Fix leak of LLVM "fatal-on-oom" section counter.Heikki Linnakangas2023-07-05
* pgstat: fix subscription stats entry leak.Masahiko Sawada2023-07-05
* Ensure that creation of an empty relfile is fsync'd at checkpoint.Heikki Linnakangas2023-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