summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-03-13Unify several ways to tracking backend typePeter Eisentraut
2020-03-13Preserve replica identity index across ALTER TABLE rewritePeter Eisentraut
2020-03-13Refactor compile-time assertion checks in c.hMichael Paquier
2020-03-11Fix test case instability introduced in 085b6b667.Tom Lane
2020-03-11Add pg_dump support for ALTER obj DEPENDS ON EXTENSIONAlvaro Herrera
2020-03-11Avoid holding a directory FD open across pg_ls_dir_files() calls.Tom Lane
2020-03-11Refactor ps_status.c APIPeter Eisentraut
2020-03-11Avoid duplicates in ALTER ... DEPENDS ON EXTENSIONAlvaro Herrera
2020-03-11Clean up order in miscinit.c a bitPeter Eisentraut
2020-03-11Remove HAVE_WORKING_LINKPeter Eisentraut
2020-03-11Remove stray parenthesis in nbtree.h.Peter Geoghegan
2020-03-11nbtree: Move fastpath NULL descent stack assertion.Peter Geoghegan
2020-03-10Marginal comments and docs cleanup.Tom Lane
2020-03-10nbtree: Demote minus infinity "can't happen" error.Peter Geoghegan
2020-03-10Ensure that CREATE TABLE LIKE copies any NO INHERIT constraint property.Tom Lane
2020-03-10Preserve integer and float values accurately in (de)serialize_deflist.Tom Lane
2020-03-10Split out CreateCast into src/backend/catalog/pg_cast.cAlvaro Herrera
2020-03-10Remove win32ver.rc from version_stamp.plPeter Eisentraut
2020-03-10Remove utils/acl.h from catalog/objectaddress.hPeter Eisentraut
2020-03-10Support adding partitioned tables to publicationPeter Eisentraut
2020-03-10Prevent reindex of invalid indexes on TOAST tablesMichael Paquier
2020-03-10Tidy up XLogSource code in xlog.c.Fujii Masao
2020-03-09Fix pg_dump/pg_restore to restore event triggers later.Tom Lane
2020-03-09Introduce LogicalTapeSetExtend().Jeff Davis
2020-03-09Fix bug that causes to report waiting in PS display twice, in hot standby.Fujii Masao
2020-03-09Add tg_updatedcols to TriggerDataPeter Eisentraut
2020-03-09Code simplificationPeter Eisentraut
2020-03-09Avoid assertion failure with targeted recovery in standby mode.Fujii Masao
2020-03-09Mark ssl_passphrase_command as GUC_SUPERUSER_ONLY.Fujii Masao
2020-03-08Show opclass and opfamily related information in psqlAlexander Korotkov
2020-03-07Tab completion: offer parens as appropriate in CREATE/ALTER TEXT SEARCH.Tom Lane
2020-03-07Simplify/speed up assertion cross-check in ginCompressPostingList().Tom Lane
2020-03-07Fix typoPeter Eisentraut
2020-03-06Create contrib/bool_plperl to provide a bool transform for PL/Perl[U].Tom Lane
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-03Remove overzealous _bt_split() assertions.Peter Geoghegan
2020-03-03Fix assertion failure with ALTER TABLE ATTACH PARTITION and indexesMichael Paquier