summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
9 dayslibpq: Align oauth_json_set_error() with other NLS patternsJacob Champion
9 dayslibpq-oauth: Don't translate internal errorsJacob Champion
9 dayslibpq: Add missing OAuth translationsJacob Champion
9 daysAllow passing a pointer to GetNamedDSMSegment()'s init callback.Nathan Bossart
9 daysRevisit cosmetics of "For inplace update, send nontransactional invalidations."Noah Misch
9 daysCorrect comments of "Fix data loss at inplace update after heap_update()".Noah Misch
9 daysAvoid requiring Spanish locale to test NLS infrastructure.Tom Lane
9 daysRemove incorrect declarations in pg_wchar.h.Jeff Davis
9 daysRemove unused single-byte char_is_cased() API.Jeff Davis
9 daysUse multibyte-aware extraction of pattern prefixes.Jeff Davis
9 daysAdd offnum range checks to suppress compile warnings with UBSAN.Tom Lane
9 daysIncrease timeout in multixid_conversion upgrade testHeikki Linnakangas
9 daysImprove sanity checks on multixid members lengthHeikki Linnakangas
9 daysDisable recently added CIC/RI isolation testsÁlvaro Herrera
9 daysRefactor static_assert() support.Peter Eisentraut
10 daysClarify comment on multixid offset wraparound checkHeikki Linnakangas
10 daysFix typo in tablecmds.cDavid Rowley
10 daysAdd retry logic to pg_sync_replication_slots().Amit Kapila
10 daystest_custom_stats: Fix compilation warningMichael Paquier
10 daystest_custom_stats: Add tests with read/write of auxiliary dataMichael Paquier
10 daysAllow cumulative statistics to read/write auxiliary data from/to diskMichael Paquier
10 daysUpdate typedefs.list to match what the buildfarm currently reports.Tom Lane
10 daysMake "pgoff_t" be a typedef not a #define.Tom Lane
10 daysLooks like we can't test NLS on machines that lack any es_ES locale.Tom Lane
10 daysbufmgr: Add one-entry cache for private refcountAndres Freund
10 daysbufmgr: Separate keys for private refcount infrastructureAndres Freund
10 daysTry a few different locale name spellings in nls.sql.Tom Lane
10 daysFix double assignment.Tom Lane
10 daysAdd a regression test to verify that NLS translation works.Tom Lane
10 daysRefactor WaitLSNType enum to use a macro for type countAlexander Korotkov
10 daysFix usage of palloc() in MERGE/SPLIT PARTITION(s) codeAlexander Korotkov
10 daysImplement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov
10 daysImplement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov
11 daysFix jsonb_object_agg crash after eliminating null-valued pairs.Tom Lane
11 daysUse correct preprocessor conditional in relptr.hPeter Eisentraut
11 daysFix out-of-date comment on makeRangeConstructorsPeter Eisentraut
11 daysClarify comment about temporal foreign keysPeter Eisentraut
12 daysReject opclass options in ON CONFLICT clauseÁlvaro Herrera
13 daysReplace most StaticAssertStmt() with StaticAssertDecl()Peter Eisentraut
13 daysNever store 0 as the nextMXactHeikki Linnakangas
13 daysFix some comments.Nathan Bossart
13 daysFix infer_arbiter_index for partitioned tablesÁlvaro Herrera
13 daysFix comment on how temp files and subtransactions are handledHeikki Linnakangas
14 daysAdd runtime checks for bogus multixact offsetsHeikki Linnakangas
14 daysMake <assert.h> consistently available in frontend and backendPeter Eisentraut
14 daysUse palloc_object() and palloc_array(), the last changeMichael Paquier
14 daysEnhance slot synchronization API to respect promotion signal.Amit Kapila
14 daysClarify why _bt_killitems sorts its items array.Peter Geoghegan
14 daysFix allocation formula in llvmjit_expr.cMichael Paquier
14 daysFix MULTIXACT_DEBUG builds.Peter Geoghegan