aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Call ReorderBufferProcessXid from sequence_decodeTomas Vondra2022-03-07
* Add pg_analyze_and_rewrite_varparams()Peter Eisentraut2022-03-07
* Make the errcontext message in logical replication worker translation friendly.Amit Kapila2022-03-07
* Create routine able to set single-call SRFs for Materialize modeMichael Paquier2022-03-07
* Parse/analyze function renamingPeter Eisentraut2022-03-04
* Tighten overflow checks in tidin().Tom Lane2022-03-03
* Clean up assorted failures under clang's -fsanitize=undefined checks.Tom Lane2022-03-03
* Fix catalog data of pg_stop_backup(), labelled v2Michael Paquier2022-03-03
* Reconsider pg_stat_subscription_workers view.Amit Kapila2022-03-01
* Handle integer overflow in interval justification functions.Tom Lane2022-02-28
* Allow root-owned SSL private keys in libpq, not only the backend.Tom Lane2022-02-28
* Don't use static storage for SaveTransactionCharacteristics().Tom Lane2022-02-28
* Fix SPI's handling of errors during transaction commit.Tom Lane2022-02-28
* Optimise numeric division for one and two base-NBASE digit divisors.Dean Rasheed2022-02-27
* Simplify the inner loop of numeric division in div_var().Dean Rasheed2022-02-27
* Apply auto-vectorization to the inner loop of div_var_fast().Dean Rasheed2022-02-27
* Fix warning on mingw due to pid_t width, introduced in fe0972ee5e6.Andres Freund2022-02-26
* Fix typo in logicalfuncs.c.Amit Kapila2022-02-26
* Add further debug info to help debug 019_replslot_limit.pl failures.Andres Freund2022-02-25
* vacuumlazy.c: Remove obsolete num_tuples field.Peter Geoghegan2022-02-24
* Remove unnecessary heap_tuple_needs_freeze argument.Peter Geoghegan2022-02-24
* Fix data loss on crash after sorted GiST index build.Heikki Linnakangas2022-02-24
* Simplify more checks related to set-returning functionsMichael Paquier2022-02-24
* Clean up and simplify code in a couple of set-returning functionsMichael Paquier2022-02-24
* Re-allow underscore as first character of custom GUC names.Tom Lane2022-02-23
* Fix statenames in mergejoin commentsDaniel Gustafsson2022-02-23
* Add temporary debug info to help debug 019_replslot_limit.pl failures.Andres Freund2022-02-22
* Allow specifying row filters for logical replication of tables.Amit Kapila2022-02-22
* Add compute_query_id = regressMichael Paquier2022-02-22
* Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane2022-02-21
* Assert in init_toast_snapshot() that some snapshot registered or active.Andres Freund2022-02-21
* Fix temporary object cleanup failing due to toast access without snapshot.Andres Freund2022-02-21
* Fix possible null pointer referencePeter Eisentraut2022-02-21
* Fix meaning-changing typo introduced in fa0e03c15a9f.Andres Freund2022-02-20
* Fix uninitialized variable.Heikki Linnakangas2022-02-20
* Use bitwise rotate functions in more placesJohn Naylor2022-02-20
* Fix inconsistencies in SRF checks of pg_config() and string_to_table()Michael Paquier2022-02-19
* Suppress warning about stack_base_ptr with late-model GCC.Tom Lane2022-02-17
* Fix comment in CheckIndexCompatible().Fujii Masao2022-02-18
* Fix a comment in worker.c.Amit Kapila2022-02-18
* Increase hash_mem_multiplier default to 2.0.Peter Geoghegan2022-02-16
* Avoid VACUUM reltuples distortion.Peter Geoghegan2022-02-16
* Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier2022-02-17
* Fix bogus log message when starting from a cleanly shut down state.Heikki Linnakangas2022-02-16
* Add missing TYPEALIGN macrosJohn Naylor2022-02-16
* Fix read beyond buffer bug introduced by the split xlog.c patch.Heikki Linnakangas2022-02-16
* Reject trailing junk after numeric literalsPeter Eisentraut2022-02-16
* Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas2022-02-16
* Move code around in StartupXLOG().Heikki Linnakangas2022-02-16
* Refactor setting XLP_FIRST_IS_OVERWRITE_CONTRECORD.Heikki Linnakangas2022-02-16