summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-03-28Enable Unix-domain sockets support on WindowsPeter Eisentraut
2020-03-28Prevent functional dependency estimates from exceeding column estimates.Dean Rasheed
2020-03-28Cleanup in SQL features filesPeter Eisentraut
2020-03-28Trigger autovacuum based on number of INSERTsDavid Rowley
2020-03-27Justify nbtree page split locking in code comment.Peter Geoghegan
2020-03-27Allow walreceiver configuration to change on reloadAlvaro Herrera
2020-03-27Set wal_receiver_create_temp_slot PGC_POSTMASTERAlvaro Herrera
2020-03-27Rearrange validity checks for plpgsql "simple" expressions.Tom Lane
2020-03-27Update SQL featuresPeter Eisentraut
2020-03-26Improve performance of "simple expressions" in PL/pgSQL.Tom Lane
2020-03-26Ensure that plpgsql cleans up cleanly during parallel-worker exit.Tom Lane
2020-03-26Document that pg_checksums exists in checksums READMEMagnus Hagander
2020-03-26Drop slot's LWLock before returning from SaveSlotToPath()Peter Eisentraut
2020-03-26Further fixes for ssl_passphrase_callback test module.Tom Lane
2020-03-26Don't listen to localhost in ssl_passphrase_callback testAndrew Dunstan
2020-03-25Fix assorted portability issues in commit 896fcdb23.Tom Lane
2020-03-25Provide a TLS init hookAndrew Dunstan
2020-03-25pg_dump new test: Change order of argumentsAlvaro Herrera
2020-03-25pg_dump: Allow dumping data of specific foreign serversAlvaro Herrera
2020-03-25Go back to returning int from ereport auxiliary functions.Tom Lane
2020-03-25Define EXEC_BACKEND in pg_config_manual.hPeter Eisentraut
2020-03-25Update SQL featuresPeter Eisentraut
2020-03-25Add collation versions for Windows.Thomas Munro
2020-03-25Allow NULL version for individual collations.Thomas Munro
2020-03-25Consider disk-based hash aggregation to implement DISTINCT.Jeff Davis
2020-03-25Avoid allocating unnecessary zero-sized array.Jeff Davis
2020-03-24Fix nbtree deduplication README commentary.Peter Geoghegan
2020-03-24logical decoding: Remove TODO about unnecessary optimization.Andres Freund
2020-03-24Fix compiler warning on CygwinPeter Eisentraut
2020-03-24Improve the internal implementation of ereport().Tom Lane
2020-03-24Re-implement the ereport() macro using __VA_ARGS__.Tom Lane
2020-03-24Fix compiler warningPeter Eisentraut
2020-03-24Some refactoring of logical/worker.cPeter Eisentraut
2020-03-24Add support for other normal forms to Unicode normalization APIPeter Eisentraut
2020-03-24Report wait event for cost-based vacuum delay.Andres Freund
2020-03-24Prefer standby promotion over recovery pause.Fujii Masao
2020-03-24Move routine building restore_command to src/common/Michael Paquier
2020-03-24Add wait events for WAL archive and recovery pause.Fujii Masao
2020-03-24Reduce test time for disk-based Hash Aggregation.Jeff Davis
2020-03-24Report NULL as total backup size if it's not estimated.Fujii Masao
2020-03-23Fixes for Disk-based Hash Aggregation.Jeff Davis
2020-03-23Add regression tests for constraint errors in partitioned tables.Andres Freund
2020-03-23Fix ordering in typedefs.listAlexander Korotkov
2020-03-23Fix our getopt_long's behavior for a command line argument of just "-".Tom Lane
2020-03-23Revert "Refactor compile-time assertion checks in c.h"Michael Paquier
2020-03-23Add object names to partition integrity violations.Amit Kapila
2020-03-23Add bound checks for ssl_min_protocol_version and ssl_max_protocol_versionMichael Paquier
2020-03-22Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch
2020-03-21Fix up recent breakage of headerscheck and cpluspluscheck.Tom Lane
2020-03-21Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch