summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-02-29Correctly re-use hash tables in buildSubPlanHash().Tom Lane
2020-02-29Remove obsolete comment.Tom Lane
2020-02-29Avoid failure if autovacuum tries to access a just-dropped temp namespace.Tom Lane
2020-02-28Fix commit c11cb17d.Jeff Davis
2020-02-28Add comments on avoid reuse of parse-time snapshotAlvaro Herrera
2020-02-28Add PostgreSQL home page to --help outputPeter Eisentraut
2020-02-28Refer to bug report address by symbol rather than hardcodingPeter Eisentraut
2020-02-27Catversion bump for b9b408c48724Alvaro Herrera
2020-02-27Save calculated transitionSpace in Agg node.Jeff Davis
2020-02-27Record parents of triggersAlvaro Herrera
2020-02-27Remove TAP test for createdb --lc-ctypeMichael Paquier
2020-02-27Skip foreign tablespaces when running pg_checksums/pg_verify_checksumsMichael Paquier
2020-02-27Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas
2020-02-27createdb: Fix quoting of --encoding, --lc-ctype and --lc-collateMichael Paquier
2020-02-26Silence another compiler warning in nbtinsert.c.Peter Geoghegan
2020-02-26Suppress unnecessary RelabelType nodes in more cases.Tom Lane
2020-02-26Silence compiler warning in nbtinsert.c.Peter Geoghegan
2020-02-26Add deduplication to nbtree.Peter Geoghegan
2020-02-26Add equalimage B-Tree support functions.Peter Geoghegan
2020-02-26Include error code in message from pg_upgradeMagnus Hagander
2020-02-25Fix build failure on header generation with repetitive builds of MSVCMichael Paquier
2020-02-24expression eval: Reduce number of steps for agg transition invocations.Andres Freund
2020-02-24Issue properly WAL record for CID of first catalog tuple in multi-insertMichael Paquier
2020-02-24Account explicitly for long-lived FDs that are allocated outside fd.c.Tom Lane
2020-02-24Change client-side fsync_fname() to report errors fatallyPeter Eisentraut
2020-02-24Adapt hashfn.c and hashutils.h for frontend use.Robert Haas
2020-02-24Put all the prototypes for hashfn.c into the same header file.Robert Haas
2020-02-24Move bitmap_hash and bitmap_match to bitmapset.c.Robert Haas
2020-02-24Add prefix checks in exclude lists for pg_rewind, pg_checksums and base backupsMichael Paquier
2020-02-22Factor out InitControlFile() from BootStrapXLOG()Peter Eisentraut
2020-02-22Reformat code commentPeter Eisentraut
2020-02-22pg_resetwal: Rename function to avoid potential conflictPeter Eisentraut
2020-02-21Adjust Solution.pm to set HAVE_STDINT_H.Tom Lane
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