summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2020-03-01Fix corner-case loss of precision in numeric ln().Dean Rasheed
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-27Save calculated transitionSpace in Agg node.Jeff Davis
2020-02-27Record parents of triggersAlvaro Herrera
2020-02-27Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas
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-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-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-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 cbrt().Tom Lane
2020-02-21Fixup for nodeAgg.c refactor.Jeff Davis
2020-02-21Avoid redundant checks in partition_bounds_copy().Etsuro Fujita
2020-02-20Remove extra word from comment.Etsuro Fujita
2020-02-19Remove support for upgrading extensions from "unpackaged" state.Tom Lane
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-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-15Update obsolete comment.Tom Lane
2020-02-15Clarify coding in Catalog::AddDefaultValues.Tom Lane
2020-02-15Don't require pg_class.dat to contain correct relnatts values.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-11Use pg_pwrite() in more places.Thomas Munro