summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-14Convert misleading while loop into an if conditionDavid Rowley
2021-05-13Fix autovacuum log output heap truncation issue.Peter Geoghegan
2021-05-13doc: PG 14 release notes, adjust updates/deletes on partitionsBruce Momjian
2021-05-13Improve documentation example for jsonpath like_regex operatorAlexander Korotkov
2021-05-13Prevent asynchronous execution of direct foreign-table modifications.Etsuro Fujita
2021-05-13pg_amcheck: Message style and formatting improvementsPeter Eisentraut
2021-05-13Fix tests for replication slots stats.Amit Kapila
2021-05-13doc: update PG 14 release notes based on current feedbackBruce Momjian
2021-05-13Make saner the tab completion of INSERT and DELETE in psqlMichael Paquier
2021-05-12Rename the logical replication global "wrconn"Alvaro Herrera
2021-05-12Double-space commands in system_constraints.sql/system_functions.sql.Tom Lane
2021-05-12Doc: update bki.sgml's statements about OID ranges.Tom Lane
2021-05-12Do pre-release housekeeping on catalog data.Tom Lane
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-12Simplify one use of ScanKey in pg_subscription.cMichael Paquier
2021-05-12Refactor some error messages for easier translationPeter Eisentraut
2021-05-12Fix EXPLAIN ANALYZE for async-capable nodes.Etsuro Fujita
2021-05-12Reduce runtime of privileges.sql test under CLOBBER_CACHE_ALWAYS.Tom Lane
2021-05-12Change data type of counters in BufferUsage and WalUsage from long to int64.Fujii Masao
2021-05-12Tweak generation of Gen_dummy_probes.plAndrew Dunstan
2021-05-11Fix vcregress.pl's ancient misspelling of --max-connections.Tom Lane
2021-05-11Get rid of the separate serial_schedule list of tests.Tom Lane
2021-05-11doc: update PG 14 release notes based on feedbackBruce Momjian
2021-05-11Replace opr_sanity test's binary_coercible() function with C code.Tom Lane
2021-05-11Fix typoPeter Eisentraut
2021-05-11doc: update PG 14 release notes based on feedback so farBruce Momjian
2021-05-11Doc: Remove outdated note about run-time partition pruningDavid Rowley
2021-05-11Add support for LZ4 build in MSVC scriptsMichael Paquier
2021-05-10Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.Tom Lane
2021-05-10Prevent integer overflows in array subscripting calculations.Tom Lane
2021-05-10Translation updatesPeter Eisentraut
2021-05-10Emit dummy statements for probes.d probes when disabledPeter Eisentraut
2021-05-10Remove unused function argumentsPeter Eisentraut
2021-05-10Fix typos in operatorcmds.cMichael Paquier
2021-05-10doc: first draft of the PG 14 release notesBruce Momjian
2021-05-10Fix generation of ./INSTALL for the distribution tarballMichael Paquier
2021-05-10Revert recovery prefetching feature.Thomas Munro
2021-05-10Add more TAP tests for pg_dump with attribute compressionMichael Paquier
2021-05-10doc: Fix some gaps with the documentation related to LZ4Michael Paquier
2021-05-09Improve comments about USE_VALGRIND in pg_config_manual.h.Tom Lane
2021-05-08Move memory accounting Asserts for Result Cache codeDavid Rowley
2021-05-08Sync guc.c and postgresql.conf.sample with the SGML docs.Tom Lane
2021-05-08Doc: copy-editing for debug_invalidate_system_caches_always description.Tom Lane
2021-05-08Fix incorrect error code for CREATE/ALTER TABLE COMPRESSIONMichael Paquier
2021-05-07Copy the INSERT query in postgres_fdwTomas Vondra
2021-05-07Add a README and Makefile recipe for Gen_dummy_probes.plAndrew Dunstan
2021-05-07Fix typoPeter Eisentraut
2021-05-07AlterSubscription_refresh: avoid stomping on global variableAlvaro Herrera
2021-05-07Remove extraneous newlines added by perl copyright patchAndrew Dunstan
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan