summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
33 hoursFix new pg_upgrade query not to rely on regnamespaceHEADmasterÁlvaro Herrera
36 hourspg_upgrade: Add missing newline in error messageÁlvaro Herrera
36 hourspg_upgrade: check for inconsistencies in not-null constraints w/inheritanceÁlvaro Herrera
38 hoursamcheck: Remove unused IndexCheckableCallback typedef.Fujii Masao
46 hoursDisable commit timestamps during bootstrapMichael Paquier
2 daysSpeed up truncation of temporary relations.Fujii Masao
2 daysSimplify COALESCE() with one surviving argument.Tom Lane
2 daysAdd more cross-type comparisons to contrib/btree_gin.Tom Lane
2 daysAdd cross-type comparisons to contrib/btree_gin.Tom Lane
2 daysBreak out xxx2yyy_opt_overflow APIs for more datetime conversions.Tom Lane
2 daysObtain required table lock during cross-table updates, redux.Tom Lane
3 daysAdd tab-completion for ALTER TABLE not-nullsÁlvaro Herrera
3 daysRemove leftover dead code from commit_ts.h.Fujii Masao
3 daysFix broken XMLÁlvaro Herrera
3 daysdoc: Update outdated descriptions of wal_status in pg_replication_slots.Fujii Masao
3 daysPrevent creation of duplicate not-null constraints for domainsÁlvaro Herrera
3 daysFix bogus grammar for a CREATE CONSTRAINT TRIGGER errorÁlvaro Herrera
3 daysRefactor subtype field of AlterDomainStmtMichael Paquier
3 daysdoc: Remove incorrect note about wal_status in pg_replication_slots.Fujii Masao
3 daysSupport multi-line headers in COPY FROM command.Fujii Masao
3 daysImprove checks for GUC recovery_target_timelineMichael Paquier
3 daysEnable use of Memoize for ANTI joinsRichard Guo
3 daysAdd InjectionPointList() to retrieve list of injection pointsMichael Paquier
3 daysCorrectly copy the target host identification in PQcancelCreate.Tom Lane
3 daysFix cross-version upgrade test breakage from commit fe07100e82.Nathan Bossart
3 daysMake more use of RELATION_IS_OTHER_TEMP().Nathan Bossart
3 daysAdd GetNamedDSA() and GetNamedDSHash().Nathan Bossart
3 daysUpdate obsolete row compare preprocessing comments.Peter Geoghegan
4 daysAllow width_bucket()'s "operand" input to be NaN.Tom Lane
4 daysFix error message for ALTER CONSTRAINT ... NOT VALIDÁlvaro Herrera
4 daysMake row compares robust during nbtree array scans.Peter Geoghegan
4 daysMake handling of redundant nbtree keys more robust.Peter Geoghegan
4 daysdoc: pg_buffercache documentation wordsmithingDaniel Gustafsson
4 daysmeson: Increase minimum version to 0.57.2Peter Eisentraut
4 daysReformat some node commentsPeter Eisentraut
4 daysFix missing FSM vacuum opportunities on tables without indexes.Masahiko Sawada
4 daysRemove implicit cast from 'void *'John Naylor
4 daysFix bug in archive streamer with LZ4 decompressionMichael Paquier
4 daysMove code for the bytea data type from varlena.c to new bytea.cMichael Paquier
4 daysShow sizes of FETCH queries as constants in pg_stat_statementsMichael Paquier
4 daysUpdate comment for IndexInfo.ii_NullsNotDistinctPeter Eisentraut
4 daysAdd commit 9e345415bc to .git-blame-ignore-revs.Nathan Bossart
4 daysMake more use of binaryheap_empty() and binaryheap_size().Nathan Bossart
4 daysDocument pg_get_multixact_members().Nathan Bossart
4 daysUpdate comment for IndexInfo.ii_WithoutOverlapsPeter Eisentraut
4 daysFix outdated comment for IndexInfoPeter Eisentraut
4 daysImprove code commentPeter Eisentraut
4 daysMake sure IOV_MAX is defined.Tom Lane
5 daysMake safeguard against incorrect flags for fsync more portable.Tom Lane
5 daysRemove provider field from pg_locale_t.Jeff Davis