summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Allow the planner-related functions and hook to accept the query string.Fujii Masao2020-03-3013-20/+34
* Expose BufferUsageAccumDiff().Fujii Masao2020-03-303-27/+5
* Introduce vacuum errcontext to display additional information.Amit Kapila2020-03-302-25/+216
* Cosmetic improvements in ltree code.Tom Lane2020-03-292-15/+45
* Doc: correct misstatement about ltree label maximum length.Tom Lane2020-03-291-2/+2
* Document color supportPeter Eisentraut2020-03-293-0/+103
* pg_regress: Observe TMPDIRPeter Eisentraut2020-03-291-1/+2
* Update SQL featuresPeter Eisentraut2020-03-291-1/+1
* Attempt to fix unstable regression testsDavid Rowley2020-03-294-15/+14
* Make deduplication use number of key attributes.Peter Geoghegan2020-03-281-5/+5
* Fix lquery's behavior for consecutive '*' items.Tom Lane2020-03-284-46/+123
* Protect against overflow of ltree.numlevel and lquery.numlevel.Tom Lane2020-03-286-21/+104
* Ensure snapshot is registered within ScanPgRelation().Andres Freund2020-03-281-4/+4
* Fix costing for disk-based hash aggregation.Jeff Davis2020-03-282-16/+16
* Improve the performance and accuracy of numeric sqrt() and ln().Dean Rasheed2020-03-283-49/+600
* Enable Unix-domain sockets support on WindowsPeter Eisentraut2020-03-2811-25/+50
* Prevent functional dependency estimates from exceeding column estimates.Dean Rasheed2020-03-283-109/+266
* Cleanup in SQL features filesPeter Eisentraut2020-03-281-1/+0
* Trigger autovacuum based on number of INSERTsDavid Rowley2020-03-2818-12/+230
* Justify nbtree page split locking in code comment.Peter Geoghegan2020-03-271-2/+11
* Allow walreceiver configuration to change on reloadAlvaro Herrera2020-03-2710-68/+179
* Set wal_receiver_create_temp_slot PGC_POSTMASTERAlvaro Herrera2020-03-278-50/+63
* Rearrange validity checks for plpgsql "simple" expressions.Tom Lane2020-03-273-26/+42
* Update SQL featuresPeter Eisentraut2020-03-271-1/+1
* Improve performance of "simple expressions" in PL/pgSQL.Tom Lane2020-03-2612-74/+627
* Ensure that plpgsql cleans up cleanly during parallel-worker exit.Tom Lane2020-03-262-7/+37
* Document that pg_checksums exists in checksums READMEMagnus Hagander2020-03-261-1/+2
* Drop slot's LWLock before returning from SaveSlotToPath()Peter Eisentraut2020-03-261-0/+10
* Further fixes for ssl_passphrase_callback test module.Tom Lane2020-03-251-7/+3
* Don't listen to localhost in ssl_passphrase_callback testAndrew Dunstan2020-03-251-1/+0
* Fix assorted portability issues in commit 896fcdb23.Tom Lane2020-03-254-4/+8
* Provide a TLS init hookAndrew Dunstan2020-03-2511-31/+292
* pg_dump new test: Change order of argumentsAlvaro Herrera2020-03-251-2/+2
* pg_dump: Allow dumping data of specific foreign serversAlvaro Herrera2020-03-255-6/+185
* Go back to returning int from ereport auxiliary functions.Tom Lane2020-03-2514-74/+108
* Define EXEC_BACKEND in pg_config_manual.hPeter Eisentraut2020-03-254-3/+16
* Update SQL featuresPeter Eisentraut2020-03-251-1/+1
* Add collation versions for Windows.Thomas Munro2020-03-251-0/+27
* Allow NULL version for individual collations.Thomas Munro2020-03-251-4/+17
* Consider disk-based hash aggregation to implement DISTINCT.Jeff Davis2020-03-241-2/+2
* Avoid allocating unnecessary zero-sized array.Jeff Davis2020-03-241-7/+22
* Fix nbtree deduplication README commentary.Peter Geoghegan2020-03-241-21/+24
* logical decoding: Remove TODO about unnecessary optimization.Andres Freund2020-03-241-5/+0
* Fix compiler warning on CygwinPeter Eisentraut2020-03-241-0/+2
* Improve the internal implementation of ereport().Tom Lane2020-03-2414-274/+108
* Re-implement the ereport() macro using __VA_ARGS__.Tom Lane2020-03-244-42/+49
* Fix compiler warningPeter Eisentraut2020-03-241-2/+1
* Doc: fix broken markup.Tom Lane2020-03-241-1/+3
* Some refactoring of logical/worker.cPeter Eisentraut2020-03-241-59/+115
* Add support for other normal forms to Unicode normalization APIPeter Eisentraut2020-03-247-3702/+3727