summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-02-21Fix perlcritic warningsPeter Eisentraut
2020-02-21Allow running src/tools/msvc/mkvcbuild.pl under not WindowsPeter Eisentraut
2020-02-21Assume that we have signed integral types and flexible array members.Tom Lane
2020-02-21Assume that we have <wchar.h>.Tom Lane
2020-02-21Assume that we have utime() and <utime.h>.Tom Lane
2020-02-21Assume that we have rint().Tom Lane
2020-02-21Assume that we have memmove().Tom Lane
2020-02-21Assume that we have cbrt().Tom Lane
2020-02-21Assume that we have isinf().Tom Lane
2020-02-21Assume that we have functional, 64-bit fseeko()/ftello().Tom Lane
2020-02-21Fix compiler warnings on 64-bit WindowsPeter Eisentraut
2020-02-21Fixup for nodeAgg.c refactor.Jeff Davis
2020-02-21Avoid redundant checks in partition_bounds_copy().Etsuro Fujita
2020-02-21Require stdint.hPeter Eisentraut
2020-02-20Simplify FK-to-partitioned regression test queryAlvaro Herrera
2020-02-20Remove extra word from comment.Etsuro Fujita
2020-02-20Cleanup more code related to ws2_32.dll loading in src/port/getaddrinfo.cMichael Paquier
2020-02-19Remove support for upgrading extensions from "unpackaged" state.Tom Lane
2020-02-19Fix typoPeter Eisentraut
2020-02-19Fix confusion about event trigger vs. plain function in plpgsql.Tom Lane
2020-02-19Set gen_random_uuid() to volatilePeter Eisentraut
2020-02-19Minor refactor of nodeAgg.c.Jeff Davis
2020-02-19logtape.c: allocate read buffer even for an empty tape.Jeff Davis
2020-02-19Fix mesurement of elapsed time during truncating heap in VACUUM.Fujii Masao
2020-02-19Clean up some code, comments and docs referring to Windows 2000 and olderMichael Paquier
2020-02-19Stop demanding that top xact must be seen before subxact in decoding.Amit Kapila
2020-02-19Remove obsolete _bt_compare() comment.Peter Geoghegan
2020-02-18Make inherited LOCK TABLE perform access permission checks on parent table only.Fujii Masao
2020-02-18Remove duplicated words in commentsMichael Paquier
2020-02-17Teach pg_dump to dump comments on RLS policy objects.Tom Lane
2020-02-17Optimize update of tables with generated columnsPeter Eisentraut
2020-02-17Fill in extraUpdatedCols in logical replicationPeter Eisentraut
2020-02-17Add description about GSSOpenServer wait event into document.Fujii Masao
2020-02-16Try again to work around Windows' ERROR_SHARING_VIOLATION in pg_ctl.Tom Lane
2020-02-15Update obsolete comment.Tom Lane
2020-02-15Clarify coding in Catalog::AddDefaultValues.Tom Lane
2020-02-15Run "make reformat-dat-files".Tom Lane
2020-02-15Don't require pg_class.dat to contain correct relnatts values.Tom Lane
2020-02-14Remove pg_regress' --load-language option.Tom Lane
2020-02-13Logical Tape Set: lazily allocate read buffer.Jeff Davis
2020-02-13Avoid a performance regression in float overflow/underflow detection.Tom Lane
2020-02-12Remove long-dead comments.Tom Lane
2020-02-12Try to harden insert-conflict-specconflict against autovacuum.Andres Freund
2020-02-12Add %x to default PROMPT1 and PROMPT2 in psqlMichael Paquier
2020-02-12Test additional speculative conflict scenarios.Andres Freund
2020-02-12Fix bug in pg_basebackup -F plain -R.Fujii Masao
2020-02-11Document the pg_upgrade -j/--jobs option as taking an argumentPeter Eisentraut
2020-02-11Use pg_pwrite() in more places.Thomas Munro
2020-02-10Canonicalize some URLsPeter Eisentraut
2020-02-10psql: Remove one use of HAVE_UNIX_SOCKETSPeter Eisentraut