summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-06Allow Unicode escapes in any server encoding, not only UTF-8.Tom Lane
2020-03-06Allow ALTER TYPE to change some properties of a base type.Tom Lane
2020-03-05Fix page-level checksum calculation in checksum_impl.hMichael Paquier
2020-03-05Remove the "opaque" pseudo-type and associated compatibility hacks.Tom Lane
2020-03-05Remove ancient hacks to ignore certain opclass names in CREATE INDEX.Tom Lane
2020-03-05Remove ancient support for upgrading pre-7.3 foreign key constraints.Tom Lane
2020-03-05Remove RangeIOData->typiofuncAlvaro Herrera
2020-03-05Avoid -Wconversion warnings when using checksum_impl.hMichael Paquier
2020-03-05Fix issues around .pgpass file.Fujii Masao
2020-03-05Fix more issues with dependency handling at swap phase of REINDEX CONCURRENTLYMichael Paquier
2020-03-05Extend ExecBuildAggTrans() to support a NULL pointer check.Jeff Davis
2020-03-04Introduce macros for typalign and typstorage constants.Tom Lane
2020-03-04Move pg_upgrade's Windows link() implementation to AC_REPLACE_FUNCSPeter Eisentraut
2020-03-03Allow to_date/to_timestamp to recognize non-English month/day names.Tom Lane
2020-03-03pg_standby: Don't use HAVE_WORKING_LINKPeter Eisentraut
2020-03-03Fix typo in monitoring.sgml.Fujii Masao
2020-03-03Remove overzealous _bt_split() assertions.Peter Geoghegan
2020-03-03Fix assertion failure with ALTER TABLE ATTACH PARTITION and indexesMichael Paquier
2020-03-03Fix the name of the first WAL segment file, in docs.Fujii Masao
2020-03-03Report progress of streaming base backup.Fujii Masao
2020-03-03Preserve pg_index.indisclustered across REINDEX CONCURRENTLYMichael Paquier
2020-03-02Fix possibly-uninitialized variable.Tom Lane
2020-03-02Represent command completion tags as structsAlvaro Herrera
2020-03-02Blacklist port/win32_msvc/utime.h in cpluspluscheck and headerscheck.Tom Lane
2020-03-02Silence nbtree.h cpluspluscheck warning.Peter Geoghegan
2020-03-02Add assertions to _bt_update_posting().Peter Geoghegan
2020-03-02Update Microsoft documentation linkPeter Eisentraut
2020-03-02Remove long unused code behind a #if 0Peter Eisentraut
2020-03-02Fix command-line colorization on Windows with VT100-compatible environmentsMichael Paquier
2020-03-02Handle logical decoding in multi-insert for catalog tuplesMichael Paquier
2020-03-01Remove dead code from _bt_update_posting().Peter Geoghegan
2020-03-01Fix corner-case loss of precision in numeric ln().Dean Rasheed
2020-02-29Doc: Fix pageinspect bt_page_items() example.Peter Geoghegan
2020-02-29Teach pageinspect about nbtree deduplication.Peter Geoghegan
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-28Doc: correct thinko in pg_buffercache documentation.Tom Lane
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-27Doc: Fix deduplicate_items index term.Peter Geoghegan
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