summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-03-31Fix race condition in statext_store().Tom Lane
2020-03-31Still another try at stabilizing stats_ext test results.Tom Lane
2020-03-31Improve the message logged when recovery is paused.Fujii Masao
2020-03-31Allow ecpg to be built stand-alone, allow parallel libpq makeBruce Momjian
2020-03-31Teach pg_ls_dir_files() to ignore ENOENT failures from stat().Tom Lane
2020-03-31Improve error reporting in opclasscmds.cAlexander Korotkov
2020-03-31Fix assorted typosMagnus Hagander
2020-03-31Fix INSERT OVERRIDING USER VALUE behaviorPeter Eisentraut
2020-03-31Move routine definitions of xlogarchive.c to a new header fileMichael Paquier
2020-03-31Update SQL featuresPeter Eisentraut
2020-03-31Avoid calls to RelationGetRelationName() and RelationGetNamespace() inAmit Kapila
2020-03-31Further simplify nbtree high key truncation.Peter Geoghegan
2020-03-30Revert "Skip redundant anti-wraparound vacuums"Michael Paquier
2020-03-30Refactor nbtree high key truncation.Peter Geoghegan
2020-03-30Deduplicate PageIsNew() check in lazy_scan_heap().Andres Freund
2020-03-30Fix missing SP-GiST support in 911e702077Alexander Korotkov
2020-03-30Remove rudiments of supporting procnum == 0 from 911e702077Alexander Korotkov
2020-03-30Consistently truncate non-key suffix columns.Peter Geoghegan
2020-03-30Implement operator class parametersAlexander Korotkov
2020-03-30Allow using Unix-domain sockets on Windows in testsPeter Eisentraut
2020-03-30Be more careful about extracting encoding from locale strings on Windows.Tom Lane
2020-03-30Attempt to fix unstable regression tests, take 2David Rowley
2020-03-30Report waiting via PS while recovery is waiting for buffer pin in hot standby.Fujii Masao
2020-03-30Improve handling of parameter differences in physical replicationPeter Eisentraut
2020-03-30Add new part SQL/MDA to information_schema.sql_partsPeter Eisentraut
2020-03-30Allow the planner-related functions and hook to accept the query string.Fujii Masao
2020-03-30Expose BufferUsageAccumDiff().Fujii Masao
2020-03-30Introduce vacuum errcontext to display additional information.Amit Kapila
2020-03-29pg_regress: Observe TMPDIRPeter Eisentraut
2020-03-29Update SQL featuresPeter Eisentraut
2020-03-29Attempt to fix unstable regression testsDavid Rowley
2020-03-29Make deduplication use number of key attributes.Peter Geoghegan
2020-03-28Ensure snapshot is registered within ScanPgRelation().Andres Freund
2020-03-28Fix costing for disk-based hash aggregation.Jeff Davis
2020-03-28Improve the performance and accuracy of numeric sqrt() and ln().Dean Rasheed
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