summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
7 hourspostgres_fdw: Add Assert to estimate_path_cost_size().HEADmasterEtsuro Fujita
44 hoursFix new pg_upgrade query not to rely on regnamespaceÁlvaro Herrera
47 hourspg_upgrade: Add missing newline in error messageÁlvaro Herrera
47 hourspg_upgrade: check for inconsistencies in not-null constraints w/inheritanceÁlvaro Herrera
2 daysamcheck: Remove unused IndexCheckableCallback typedef.Fujii Masao
2 daysDisable commit timestamps during bootstrapMichael Paquier
3 daysSpeed up truncation of temporary relations.Fujii Masao
3 daysSimplify COALESCE() with one surviving argument.Tom Lane
3 daysAdd more cross-type comparisons to contrib/btree_gin.Tom Lane
3 daysAdd cross-type comparisons to contrib/btree_gin.Tom Lane
3 daysBreak out xxx2yyy_opt_overflow APIs for more datetime conversions.Tom Lane
3 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
4 daysImprove checks for GUC recovery_target_timelineMichael Paquier
4 daysEnable use of Memoize for ANTI joinsRichard Guo
4 daysAdd InjectionPointList() to retrieve list of injection pointsMichael Paquier
4 daysCorrectly copy the target host identification in PQcancelCreate.Tom Lane
4 daysFix cross-version upgrade test breakage from commit fe07100e82.Nathan Bossart
4 daysMake more use of RELATION_IS_OTHER_TEMP().Nathan Bossart
4 daysAdd GetNamedDSA() and GetNamedDSHash().Nathan Bossart
4 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
5 daysMove code for the bytea data type from varlena.c to new bytea.cMichael Paquier
5 daysShow sizes of FETCH queries as constants in pg_stat_statementsMichael Paquier
5 daysUpdate comment for IndexInfo.ii_NullsNotDistinctPeter Eisentraut
5 daysAdd commit 9e345415bc to .git-blame-ignore-revs.Nathan Bossart
5 daysMake more use of binaryheap_empty() and binaryheap_size().Nathan Bossart
5 daysDocument pg_get_multixact_members().Nathan Bossart
5 daysUpdate comment for IndexInfo.ii_WithoutOverlapsPeter Eisentraut
5 daysFix outdated comment for IndexInfoPeter Eisentraut
5 daysImprove code commentPeter Eisentraut
5 daysMake sure IOV_MAX is defined.Tom Lane
5 daysMake safeguard against incorrect flags for fsync more portable.Tom Lane