summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Translation updatesPeter Eisentraut2021-05-1739-15427/+19120
* Unbreak EXEC_BACKEND buildAlvaro Herrera2021-05-151-3/+4
* Allow compute_query_id to be set to 'auto' and make it defaultAlvaro Herrera2021-05-159-18/+88
* Be more careful about barriers when releasing BackgroundWorkerSlots.Tom Lane2021-05-151-1/+12
* Harden nbtree deduplication posting split code.Peter Geoghegan2021-05-141-1/+13
* Prevent infinite insertion loops in spgdoinsert().Tom Lane2021-05-143-11/+76
* Fix query-cancel handling in spgdoinsert().Tom Lane2021-05-141-7/+45
* Refactor CHECK_FOR_INTERRUPTS() to add flexibility.Tom Lane2021-05-142-13/+35
* Message style improvementsPeter Eisentraut2021-05-143-4/+4
* Convert misleading while loop into an if conditionDavid Rowley2021-05-141-1/+1
* Fix autovacuum log output heap truncation issue.Peter Geoghegan2021-05-131-1/+4
* pg_amcheck: Message style and formatting improvementsPeter Eisentraut2021-05-131-45/+45
* Make saner the tab completion of INSERT and DELETE in psqlMichael Paquier2021-05-131-7/+7
* Rename the logical replication global "wrconn"Alvaro Herrera2021-05-124-28/+36
* Double-space commands in system_constraints.sql/system_functions.sql.Tom Lane2021-05-122-1/+49
* Do pre-release housekeeping on catalog data.Tom Lane2021-05-126-55/+55
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12223-2046/+2316
* Simplify one use of ScanKey in pg_subscription.cMichael Paquier2021-05-121-4/+3
* Refactor some error messages for easier translationPeter Eisentraut2021-05-124-9/+9
* Fix EXPLAIN ANALYZE for async-capable nodes.Etsuro Fujita2021-05-128-11/+74
* Reduce runtime of privileges.sql test under CLOBBER_CACHE_ALWAYS.Tom Lane2021-05-112-6/+11
* Change data type of counters in BufferUsage and WalUsage from long to int64.Fujii Masao2021-05-123-39/+39
* Tweak generation of Gen_dummy_probes.plAndrew Dunstan2021-05-113-4/+25
* Fix vcregress.pl's ancient misspelling of --max-connections.Tom Lane2021-05-111-3/+3
* Get rid of the separate serial_schedule list of tests.Tom Lane2021-05-113-215/+15
* Replace opr_sanity test's binary_coercible() function with C code.Tom Lane2021-05-1115-295/+216
* Fix typoPeter Eisentraut2021-05-112-2/+2
* Add support for LZ4 build in MSVC scriptsMichael Paquier2021-05-112-0/+13
* Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.Tom Lane2021-05-1015-205/+265
* Prevent integer overflows in array subscripting calculations.Tom Lane2021-05-105-16/+61
* Translation updatesPeter Eisentraut2021-05-10194-71696/+132718
* Emit dummy statements for probes.d probes when disabledPeter Eisentraut2021-05-102-0/+7
* Remove unused function argumentsPeter Eisentraut2021-05-101-5/+5
* Fix typos in operatorcmds.cMichael Paquier2021-05-101-2/+2
* Revert recovery prefetching feature.Thomas Munro2021-05-1032-2898/+813
* Add more TAP tests for pg_dump with attribute compressionMichael Paquier2021-05-101-1/+82
* Improve comments about USE_VALGRIND in pg_config_manual.h.Tom Lane2021-05-091-1/+7
* Move memory accounting Asserts for Result Cache codeDavid Rowley2021-05-091-35/+29
* Sync guc.c and postgresql.conf.sample with the SGML docs.Tom Lane2021-05-083-95/+71
* Fix incorrect error code for CREATE/ALTER TABLE COMPRESSIONMichael Paquier2021-05-081-1/+1
* Add a README and Makefile recipe for Gen_dummy_probes.plAndrew Dunstan2021-05-072-0/+35
* Fix typoPeter Eisentraut2021-05-073-6/+6
* AlterSubscription_refresh: avoid stomping on global variableAlvaro Herrera2021-05-071-9/+9
* Remove extraneous newlines added by perl copyright patchAndrew Dunstan2021-05-0712-12/+0
* Add a copyright notice to perl files lacking one.Andrew Dunstan2021-05-07150-0/+450
* Fix typos in comments about extended statisticsTomas Vondra2021-05-072-2/+2
* Make pg_get_statisticsobjdef_expressions return NULLTomas Vondra2021-05-071-2/+2
* Revert per-index collation version tracking feature.Thomas Munro2021-05-0747-1252/+363
* Remove redundant variableAlvaro Herrera2021-05-061-2/+4
* Remove overzealous VACUUM visibility map assertion.Peter Geoghegan2021-05-061-1/+0