summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2022-03-24Add decoding of sequences to built-in replicationTomas Vondra
2022-03-24Invent recursive_worktable_factor GUC to replace hard-wired constant.Tom Lane
2022-03-24Refactor code related to pg_hba_file_rules() into new fileMichael Paquier
2022-03-23Don't try to translate NULL in GetConfigOptionByNum().Andres Freund
2022-03-23Don't call fwrite() with len == 0 when writing out relcache init file.Andres Freund
2022-03-22Revert "Common SQL/JSON clauses"Andrew Dunstan
2022-03-22Common SQL/JSON clausesAndrew Dunstan
2022-03-22Add String object access hooksAndrew Dunstan
2022-03-22Add support for security invoker views.Dean Rasheed
2022-03-21Fix assorted missing logic for GroupingFunc nodes.Tom Lane
2022-03-21pgstat: split different types of stats into separate files.Andres Freund
2022-03-21Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings.Tom Lane
2022-03-20Enforce foreign key correctly during cross-partition updatesAlvaro Herrera
2022-03-20Fix global ICU collations for ICU < 54Peter Eisentraut
2022-03-18Fix incorrect xmlschema output for types timetz and timestamptz.Tom Lane
2022-03-17Refactor code for reading and writing relation map files.Robert Haas
2022-03-17Add option to use ICU as global locale providerPeter Eisentraut
2022-03-17Fix pg_tablespace_location() with in-place tablespacesMichael Paquier
2022-03-16Fix waiting in RegisterSyncRequest().Thomas Munro
2022-03-16Wake up for latches in CheckpointWriteDelay().Thomas Munro
2022-03-15Fix collection of typos in the code and the documentationMichael Paquier
2022-03-14Support "of", "tzh", and "tzm" format codes.Robert Haas
2022-03-11Restore the previous semantics of get_constraint_index().Tom Lane
2022-03-11Add support for zstd with compression of full-page writes in WALMichael Paquier
2022-03-07Create routine able to set single-call SRFs for Materialize modeMichael Paquier
2022-03-04Parse/analyze function renamingPeter Eisentraut
2022-03-04Tighten overflow checks in tidin().Tom Lane
2022-03-03Clean up assorted failures under clang's -fsanitize=undefined checks.Tom Lane
2022-03-01Reconsider pg_stat_subscription_workers view.Amit Kapila
2022-02-28Handle integer overflow in interval justification functions.Tom Lane
2022-02-28Fix SPI's handling of errors during transaction commit.Tom Lane
2022-02-27Optimise numeric division for one and two base-NBASE digit divisors.Dean Rasheed
2022-02-27Simplify the inner loop of numeric division in div_var().Dean Rasheed
2022-02-27Apply auto-vectorization to the inner loop of div_var_fast().Dean Rasheed
2022-02-26Add further debug info to help debug 019_replslot_limit.pl failures.Andres Freund
2022-02-24Simplify more checks related to set-returning functionsMichael Paquier
2022-02-24Clean up and simplify code in a couple of set-returning functionsMichael Paquier
2022-02-23Re-allow underscore as first character of custom GUC names.Tom Lane
2022-02-22Allow specifying row filters for logical replication of tables.Amit Kapila
2022-02-22Add compute_query_id = regressMichael Paquier
2022-02-21Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane
2022-02-21Assert in init_toast_snapshot() that some snapshot registered or active.Andres Freund
2022-02-21Fix possible null pointer referencePeter Eisentraut
2022-02-20Fix meaning-changing typo introduced in fa0e03c15a9f.Andres Freund
2022-02-20Use bitwise rotate functions in more placesJohn Naylor
2022-02-19Fix inconsistencies in SRF checks of pg_config() and string_to_table()Michael Paquier
2022-02-18Suppress warning about stack_base_ptr with late-model GCC.Tom Lane
2022-02-17Increase hash_mem_multiplier default to 2.0.Peter Geoghegan
2022-02-17Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier
2022-02-16Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas