summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2022-03-15Change HAVE_LIBLZ4 and HAVE_LIBZSTD tests to USE_LZ4 and USE_ZSTD.Robert Haas
2022-03-15Fix compiler warning introduced in commit 705e20f855.Amit Kapila
2022-03-15Fix collection of typos in the code and the documentationMichael Paquier
2022-03-15Fix pg_basebackup with in-place tablespaces.Thomas Munro
2022-03-14Support "of", "tzh", and "tzm" format codes.Robert Haas
2022-03-14Optionally disable subscriptions on error.Amit Kapila
2022-03-13VACUUM VERBOSE: tweak scanned_pages logic.Peter Geoghegan
2022-03-12vacuumlazy.c: Standardize rel_pages terminology.Peter Geoghegan
2022-03-12vacuumlazy.c: document vistest and OldestXmin.Peter Geoghegan
2022-03-12Normalize heap_prepare_freeze_tuple argument name.Peter Geoghegan
2022-03-11Add API of sorts for transition table handling in trigger.cAlvaro Herrera
2022-03-11Restore the previous semantics of get_constraint_index().Tom Lane
2022-03-11DefineCollation() code cleanupPeter Eisentraut
2022-03-11Add support for zstd with compression of full-page writes in WALMichael Paquier
2022-03-11Fix header inclusion order in xloginsert.c with lz4.hMichael Paquier
2022-03-10dshash: Add sequential scan support.Andres Freund
2022-03-09Add parse_analyze_withcb()Peter Eisentraut
2022-03-08Fix LZ4 tests for remaining buffer space.Robert Haas
2022-03-08Add support for zstd base backup compression.Robert Haas
2022-03-08Improve comment in execReplication.cMichael Paquier
2022-03-08Add the additional information to the logical replication worker errcontext.Amit Kapila
2022-03-07Call ReorderBufferProcessXid from sequence_decodeTomas Vondra
2022-03-07Add pg_analyze_and_rewrite_varparams()Peter Eisentraut
2022-03-07Make the errcontext message in logical replication worker translation friendly.Amit Kapila
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-03Fix catalog data of pg_stop_backup(), labelled v2Michael Paquier
2022-03-01Reconsider pg_stat_subscription_workers view.Amit Kapila
2022-02-28Handle integer overflow in interval justification functions.Tom Lane
2022-02-28Allow root-owned SSL private keys in libpq, not only the backend.Tom Lane
2022-02-28Don't use static storage for SaveTransactionCharacteristics().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-27Fix warning on mingw due to pid_t width, introduced in fe0972ee5e6.Andres Freund
2022-02-26Fix typo in logicalfuncs.c.Amit Kapila
2022-02-26Add further debug info to help debug 019_replslot_limit.pl failures.Andres Freund
2022-02-25vacuumlazy.c: Remove obsolete num_tuples field.Peter Geoghegan
2022-02-25Remove unnecessary heap_tuple_needs_freeze argument.Peter Geoghegan
2022-02-24Fix data loss on crash after sorted GiST index build.Heikki Linnakangas
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-23Fix statenames in mergejoin commentsDaniel Gustafsson
2022-02-23Add temporary debug info to help debug 019_replslot_limit.pl failures.Andres Freund
2022-02-22Allow specifying row filters for logical replication of tables.Amit Kapila
2022-02-22Add compute_query_id = regressMichael Paquier