aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Allow initdb to complete on systems without "locale" commandPeter Eisentraut2022-11-17
* doc: Fix wording of MERGE actions in READMEDaniel Gustafsson2022-11-17
* Fix typos in commentsDaniel Gustafsson2022-11-17
* Update some more ObjectType switch statements to not have defaultPeter Eisentraut2022-11-17
* Improve ruleutils' printout of LATERAL references within subplans.Tom Lane2022-11-16
* Fix slowdown in TAP tests due to recent walreceiver change.Thomas Munro2022-11-17
* Invent "multibitmapsets", and use them to speed up antijoin detection.Tom Lane2022-11-16
* Variable renaming in preparation for refactoringPeter Eisentraut2022-11-16
* Remove useless castsPeter Eisentraut2022-11-16
* Turn HeapKeyTest macro into inline functionPeter Eisentraut2022-11-16
* Remove unused includePeter Eisentraut2022-11-16
* Use multi-inserts for pg_ts_config_mapMichael Paquier2022-11-16
* Use multi-inserts for pg_enumMichael Paquier2022-11-16
* Avoid some overhead with open and close of catalog indexesMichael Paquier2022-11-16
* Mark argument of RegisterCustomRmgr() as const.Jeff Davis2022-11-15
* Deduplicate freeze plans in freeze WAL records.Peter Geoghegan2022-11-15
* Check return value of pclose() correctlyPeter Eisentraut2022-11-15
* Disallow setting archive_library and archive_command at the same timePeter Eisentraut2022-11-15
* Improve comments referring snapshot's subxip array.Amit Kapila2022-11-15
* Fix cleanup lock acquisition in SPLIT_ALLOCATE_PAGE replay.Amit Kapila2022-11-14
* Add error context callback when tokenizing authentication filesMichael Paquier2022-11-14
* Invent open_auth_file() in hba.c to refactor authentication file openingMichael Paquier2022-11-14
* Make Bitmapsets be valid Nodes.Tom Lane2022-11-13
* Refactor aclcheck functionsPeter Eisentraut2022-11-13
* Refactor ownercheck functionsPeter Eisentraut2022-11-13
* Add repalloc0 and repalloc0_arrayPeter Eisentraut2022-11-12
* Document WAL rules related to PD_ALL_VISIBLE in README.Jeff Davis2022-11-12
* Fix theoretical torn page hazard.Jeff Davis2022-11-11
* Remove obsolete comments and code from prior to f8f4227976.Jeff Davis2022-11-11
* Support writing "CREATE/ALTER TABLE ... SET STORAGE DEFAULT".Tom Lane2022-11-10
* Fix comments atop ReorderBufferAddInvalidations.Amit Kapila2022-11-10
* Fix comment of SimpleLruInit() in slru.cMichael Paquier2022-11-10
* Apply a better fix to mdunlinkfork().Tom Lane2022-11-09
* Report a more useful error for reloptions on a partitioned table.Tom Lane2022-11-09
* Doc: add comments about PreventInTransactionBlock/IsInTransactionBlock.Tom Lane2022-11-09
* Provide sigaction() for Windows.Thomas Munro2022-11-09
* Use AbsoluteConfigLocation() when building an included path in hba.cMichael Paquier2022-11-09
* Unify some internal error message wordingsPeter Eisentraut2022-11-08
* Produce more-optimal plans for bitmap scans on boolean columns.Tom Lane2022-11-08
* Suppress useless wakeups in walreceiver.Thomas Munro2022-11-08
* Introduce pg_pwrite_zeros() in fileutils.cMichael Paquier2022-11-08
* Fix initialization of pg_stat_get_lastscan()Michael Paquier2022-11-08
* Fix compiler warning on MSVCDavid Rowley2022-11-08
* Fix failure to remove non-first segments of temporary tables.Tom Lane2022-11-07
* Move code related to configuration files in directories to new fileMichael Paquier2022-11-07
* Don't pass down nonnullable_vars while reducing outer joins.Tom Lane2022-11-05
* Handle SubPlan cases in find_nonnullable_rels/vars.Tom Lane2022-11-05
* Remove redundant breaks in HeapTupleSatisfiesVisibilityAndres Freund2022-11-05
* Remove unneeded includes of <sys/stat.h>Michael Paquier2022-11-05
* Fix CREATE DATABASE so we can pg_upgrade DBs with OIDs above 2^31.Tom Lane2022-11-04