aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* 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
* 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
* Fix assertion failure in snapshot buildingDaniel Gustafsson2023-07-04
* 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
* 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
* 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
* Silence "missing contrecord" error.Thomas Munro2023-07-03
* Fix oversight in handling of modifiedCols since f24523672dTomas Vondra2023-07-02
* Fix memory leak in Incremental Sort rescansTomas Vondra2023-07-02
* Fix marking of indisvalid for partitioned indexes at creationMichael Paquier2023-06-30
* Arm gen_node_support.pl's nodetag ABI stability check in v16.Tom Lane2023-06-29
* Fix pg_depend entry to AMs after ALTER TABLE .. SET ACCESS METHODMichael Paquier2023-06-30
* Defend against bogus parameterization of join input paths.Tom Lane2023-06-29
* Fix order of operations in ExecEvalFieldStoreDeForm().Tom Lane2023-06-29
* meson: Make some Meson style more consistent with surrounding codePeter Eisentraut2023-06-29
* Remove inappropriate raw_expression_tree_walker() codePeter Eisentraut2023-06-29
* Error message wording improvementsPeter Eisentraut2023-06-29
* Fix psql \?'s entries for \dp and \z.Nathan Bossart2023-06-28
* Reword error messages for consistencyPeter Eisentraut2023-06-28
* Add timeline ID to file names generated with pg_waldump --save-fullpageMichael Paquier2023-06-28
* Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTI...Michael Paquier2023-06-28
* Remove dependency to query text in JumbleQuery()Michael Paquier2023-06-28
* Translation updatesPeter Eisentraut2023-06-26
* Change "..." to cstring in old input/output function comments.Heikki Linnakangas2023-06-26
* Check for interrupts and stack overflow in TParserGet().Tom Lane2023-06-24
* Error message refactoringPeter Eisentraut2023-06-23
* Fix incorrect error message in libpq_pipelineMichael Paquier2023-06-23
* Fix cache lookup hazards introduced by ff9618e82a.Nathan Bossart2023-06-22
* nbtree VACUUM: cope with topparent inconsistencies.Peter Geoghegan2023-06-21
* ICU: do not convert locale 'C' to 'en-US-u-va-posix'.Jeff Davis2023-06-21
* initdb: change default --locale-provider back to libc.Jeff Davis2023-06-21
* Avoid Assert failure when processing empty statement in aborted xact.Tom Lane2023-06-21
* Allow and require passing files on command line of pgperltidyPeter Eisentraut2023-06-21
* Disable use of archiving in 009_twophase.plMichael Paquier2023-06-21
* Fix the errhint message and docs for drop subscription failure.Amit Kapila2023-06-21
* Move bool parameter for vacuum_rel() to option bits.Nathan Bossart2023-06-20
* Fix hash join when inner hashkey expressions contain Params.Tom Lane2023-06-20
* Fix another cause of "wrong varnullingrels" planner failures.Tom Lane2023-06-20
* Don't include outer join relids in lateral_relids bitmapsets.Tom Lane2023-06-20
* Centralize fixups for mismatched nullingrels in nestloop params.Tom Lane2023-06-20
* Pre-beta2 mechanical code beautification.Tom Lane2023-06-20
* test_extensions: make meson.build consistent with Makefile.Jeff Davis2023-06-19