summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
53 min.Refactor some repetitive SLRU codeHEADmasterÁlvaro Herrera
4 hoursStandardize LSN formatting by zero paddingÁlvaro Herrera
12 hoursIntegrate FullTransactionIds deeper into two-phase codeMichael Paquier
3 daysDisable commit timestamps during bootstrapMichael Paquier
4 daysSpeed up truncation of temporary relations.Fujii Masao
4 daysSimplify COALESCE() with one surviving argument.Tom Lane
4 daysBreak out xxx2yyy_opt_overflow APIs for more datetime conversions.Tom Lane
4 daysObtain required table lock during cross-table updates, redux.Tom Lane
4 daysPrevent creation of duplicate not-null constraints for domainsÁlvaro Herrera
4 daysFix bogus grammar for a CREATE CONSTRAINT TRIGGER errorÁlvaro Herrera
4 daysRefactor subtype field of AlterDomainStmtMichael Paquier
4 daysSupport multi-line headers in COPY FROM command.Fujii Masao
5 daysImprove checks for GUC recovery_target_timelineMichael Paquier
5 daysEnable use of Memoize for ANTI joinsRichard Guo
5 daysAdd InjectionPointList() to retrieve list of injection pointsMichael Paquier
5 daysMake more use of RELATION_IS_OTHER_TEMP().Nathan Bossart
5 daysAdd GetNamedDSA() and GetNamedDSHash().Nathan Bossart
5 daysUpdate obsolete row compare preprocessing comments.Peter Geoghegan
5 daysAllow width_bucket()'s "operand" input to be NaN.Tom Lane
5 daysFix error message for ALTER CONSTRAINT ... NOT VALIDÁlvaro Herrera
5 daysMake row compares robust during nbtree array scans.Peter Geoghegan
5 daysMake handling of redundant nbtree keys more robust.Peter Geoghegan
5 daysmeson: Increase minimum version to 0.57.2Peter Eisentraut
5 daysFix missing FSM vacuum opportunities on tables without indexes.Masahiko Sawada
6 daysMove code for the bytea data type from varlena.c to new bytea.cMichael Paquier
6 daysShow sizes of FETCH queries as constants in pg_stat_statementsMichael Paquier
6 daysMake more use of binaryheap_empty() and binaryheap_size().Nathan Bossart
6 daysImprove code commentPeter Eisentraut
6 daysMake safeguard against incorrect flags for fsync more portable.Tom Lane
6 daysRemove provider field from pg_locale_t.Jeff Davis
6 daysControl ctype behavior internally with a method table.Jeff Davis
6 daysUse pg_ascii_tolower()/pg_ascii_toupper() where appropriate.Jeff Davis
6 daysSilence valgrind about pg_numa_touch_mem_if_requiredTomas Vondra
6 daysFix typos in commentsAmit Langote
7 daysFix typo in system_views.sql's definition of pg_stat_activityMichael Paquier
7 daysImprove error handling of libxml2 calls in xml.cMichael Paquier
7 daysAdd new OID alias type regdatabase.Nathan Bossart
7 daysRemove unused #include's in src/backend/utils/adt/*Peter Eisentraut
7 daysRationalize handling of VacuumParamsMichael Paquier
8 daysFix some new issues with planning of PlaceHolderVars.Tom Lane
8 daysObtain required table lock during cross-table constraint updates.Tom Lane
9 daysMessage style improvementsPeter Eisentraut
10 daysFix CheckPointReplicationSlots() with max_replication_slots == 0Alexander Korotkov
11 daysCorrect list of files in src/backend/lib/READMEMichael Paquier
11 daysCorrect misleading error messagesPeter Eisentraut
11 daysRemove unused check in heap_xlog_insert()Melanie Plageman
11 daysSimplify vacuum VM update logging countersMelanie Plageman
11 daysMake CREATE TABLE LIKE copy comments on NOT NULL constraints when requested.Fujii Masao
12 daysExpand virtual generated columns for ALTER COLUMN TYPERichard Guo
12 daysRestrict virtual columns to use built-in functions and typesPeter Eisentraut