aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.Tom Lane2023-11-28
* Fix comment about ressortgrouprefs being unique in setop plans.Heikki Linnakangas2023-11-28
* Fix assertions with RI triggers in heap_update and heap_delete.Heikki Linnakangas2023-11-28
* Don't use bms_membership() in cases where we don't need toDavid Rowley2023-11-28
* Check if ii_AmCache is NULL in aminsertcleanupTomas Vondra2023-11-27
* Reduce rate of walwriter wakeups due to async commits.Heikki Linnakangas2023-11-27
* Avoid unconditionally filling in missing values with NULL in pgoutput.Amit Kapila2023-11-27
* Display length and bounds histograms in pg_statsAlexander Korotkov2023-11-27
* Doc: list AT TIME ZONE and COLLATE in operator precedence table.Tom Lane2023-11-26
* Fix brin.c indentation issues introduced by c1ec02be1dTomas Vondra2023-11-26
* Reuse BrinDesc and BrinRevmap in brininsertTomas Vondra2023-11-25
* C comment: clarify that WAL files can be _recycled_ or removedBruce Momjian2023-11-25
* Use SECS_PER_HOUR macro in tzparser.c, instead of constantsBruce Momjian2023-11-24
* modify segno. for pg_walfile_name() and pg_walfile_name_offset()Bruce Momjian2023-11-24
* Fix timing-dependent failure in GSSAPI data transmission.Tom Lane2023-11-23
* Use ResourceOwner to track WaitEventSets.Heikki Linnakangas2023-11-23
* C comment: fix typos with unnecessary apostrophesBruce Momjian2023-11-22
* Fix the initial sync tables with no columns.Amit Kapila2023-11-22
* Stop the search once the slot for replication origin is found.Amit Kapila2023-11-22
* Simplify some logic in CreateReplicationSlot()Michael Paquier2023-11-21
* Log messages for replication slot acquisition and release.Amit Kapila2023-11-21
* Optimize check_search_path() by using SearchPathCache.Jeff Davis2023-11-20
* Be more paranoid about OOM in search_path cache.Jeff Davis2023-11-20
* Prevent overflow for block number in buffile.cMichael Paquier2023-11-20
* Lock table in DROP STATISTICSTomas Vondra2023-11-19
* Guard against overflow in interval_mul() and interval_div().Dean Rasheed2023-11-18
* Release lock on heap buffer before vacuuming FSMAndres Freund2023-11-17
* Extract column statistics from CTE references, if possible.Tom Lane2023-11-17
* Don't specify number of dimensions in cases where we don't know it.Tom Lane2023-11-17
* Change logtape/tuplestore code to use int64 for block numbersMichael Paquier2023-11-17
* Remove NOT_USED BufFileTellBlock() from buffile.cMichael Paquier2023-11-17
* Ensure we preprocess expressions before checking their volatility.Tom Lane2023-11-16
* Add target "slru" to pg_stat_reset_shared()Michael Paquier2023-11-16
* Retire MemoryContextResetAndDeleteChildren() macro.Nathan Bossart2023-11-15
* Clear CurrentResourceOwner earlier in CommitTransaction.Heikki Linnakangas2023-11-15
* Fix dsa.c with different resource owners.Heikki Linnakangas2023-11-15
* Add cache for recomputeNamespacePath().Jeff Davis2023-11-14
* Change how a base backup decides which files have checksums.Robert Haas2023-11-14
* Support +/- infinity in the interval data type.Dean Rasheed2023-11-14
* Replace Gen_dummy_probes.sed with Gen_dummy_probes.plPeter Eisentraut2023-11-14
* Add support for pg_stat_reset_slru without argumentMichael Paquier2023-11-14
* Improve readability and error detection of array_in().Tom Lane2023-11-13
* Add error about the use of FREEZE in COPY TOBruce Momjian2023-11-13
* Don't release index root page pin in ginFindParents().Tom Lane2023-11-13
* Remove incorrect file reference in comment.Etsuro Fujita2023-11-13
* Use REGBUF_NO_CHANGE at one more place in the hash index.Amit Kapila2023-11-13
* Extend sendFileWithContent() to handle custom content length in basebackup.cMichael Paquier2023-11-13
* Add ability to reset all shared stats types in pg_stat_reset_shared()Michael Paquier2023-11-12
* Fix how SJE checks against PHVsAlexander Korotkov2023-11-10
* Prohibit max_slot_wal_keep_size to value other than -1 during upgrade.Amit Kapila2023-11-10