summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-07-20Fix minor typo in nodeIncrementalSort.c.Amit Kapila
2020-07-19Avoid harmless Valgrind no-buffer-pin errors.Peter Geoghegan
2020-07-19Mark buffers as defined to Valgrind consistently.Peter Geoghegan
2020-07-19Correctly mark pg_subscription.subslotname as nullable.Tom Lane
2020-07-19Define OPENSSL_API_COMPATPeter Eisentraut
2020-07-18Fix replication/worker_internal.h to compile without other headers.Tom Lane
2020-07-18Allow logical replication to transfer data in binary format.Tom Lane
2020-07-18Adjust minor comment in reorderbuffer.c.Amit Kapila
2020-07-18Fix comments in reorderbuffer.c.Amit Kapila
2020-07-18Rename "hash_mem" local variable.Peter Geoghegan
2020-07-18Add Valgrind buffer access instrumentation.Peter Geoghegan
2020-07-17Cope with data-offset-less archive files during out-of-order restores.Tom Lane
2020-07-17Remove manual tracking of file position in pg_dump/pg_backup_custom.c.Tom Lane
2020-07-17Avoid CREATE INDEX unique index deduplication.Peter Geoghegan
2020-07-17Ensure that distributed timezone abbreviation files are plain ASCII.Tom Lane
2020-07-17Fix whitespacePeter Eisentraut
2020-07-17Resolve gratuitous tabs in SQL filePeter Eisentraut
2020-07-17Fix signal handler setup for SIGHUP in the apply launcher process.Amit Kapila
2020-07-17Use MinimalTuple for tuple queues.Thomas Munro
2020-07-17Add huge_page_size setting for use on Linux.Thomas Munro
2020-07-16Enable almost all TAP tests involving symlinks on WindowsAndrew Dunstan
2020-07-16Switch pg_test_fsync to use binary mode on WindowsMichael Paquier
2020-07-15pg_dump: Reorganize dumpFunc() and dumpAgg()Peter Eisentraut
2020-07-15Fix handling of missing files when using pg_rewind with online sourceMichael Paquier
2020-07-15Eliminate cache lookup errors in SQL functions for object addressesMichael Paquier
2020-07-14Fix bitmap AND/OR scans on the inside of a nestloop partition-wise join.Tom Lane
2020-07-14Fix -Wcast-function-type warningsPeter Eisentraut
2020-07-14Add comment to explain an unused function parameterDavid Rowley
2020-07-14Fix timing issue with ALTER TABLE's validate constraintDavid Rowley
2020-07-14Fix some header identificationsMichael Paquier
2020-07-14Fix comments related to table AMsMichael Paquier
2020-07-14Cope with lateral references in the quals of a subquery RTE.Tom Lane
2020-07-13Fix uninitialized value in segno calculationAlvaro Herrera
2020-07-13Fix bugs in libpq's management of GSS encryption state.Tom Lane
2020-07-13Improvements to psql \dAo and \dAp commandsAlexander Korotkov
2020-07-13HashAgg: before spilling tuples, set unneeded columns to NULL.Jeff Davis
2020-07-13Revert "Use CP_SMALL_TLIST for hash aggregate"Jeff Davis
2020-07-13Revert "Track statistics for spilling of changes from ReorderBuffer".Amit Kapila
2020-07-13Fix timestamp range handling in regression tests of modules/commit_ts/Michael Paquier
2020-07-12Fix test failure with -DENFORCE_REGRESSION_TEST_NAME_RESTRICTIONSMichael Paquier
2020-07-12Include replication origins in SQL functions for commit timestampMichael Paquier
2020-07-11Avoid useless buffer allocations during binary COPY FROM.Tom Lane
2020-07-11Avoid trying to restore table ACLs and per-column ACLs in parallel.Tom Lane
2020-07-11Rename field "relkind" to "objtype" for CTAS and ALTER TABLE nodesMichael Paquier
2020-07-11Forbid numeric NaN in jsonpathAlexander Korotkov
2020-07-11Improve error reporting for jsonpath .double() methodAlexander Korotkov
2020-07-10Revert "Remove reset of testtablespace from pg_regress on Windows"Michael Paquier
2020-07-10Log the location field before any backtracePeter Eisentraut
2020-07-10Remove WARNING message from brin_desummarize_rangeAlvaro Herrera
2020-07-09Fix pg_current_logfile() to not emit a carriage return on Windows.Tom Lane