index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Age
Commit message (
Expand
)
Author
2022-03-15
Change HAVE_LIBLZ4 and HAVE_LIBZSTD tests to USE_LZ4 and USE_ZSTD.
Robert Haas
2022-03-15
Fix compiler warning introduced in commit 705e20f855.
Amit Kapila
2022-03-15
Fix collection of typos in the code and the documentation
Michael Paquier
2022-03-15
Fix pg_basebackup with in-place tablespaces.
Thomas Munro
2022-03-14
Support "of", "tzh", and "tzm" format codes.
Robert Haas
2022-03-14
Optionally disable subscriptions on error.
Amit Kapila
2022-03-13
VACUUM VERBOSE: tweak scanned_pages logic.
Peter Geoghegan
2022-03-12
vacuumlazy.c: Standardize rel_pages terminology.
Peter Geoghegan
2022-03-12
vacuumlazy.c: document vistest and OldestXmin.
Peter Geoghegan
2022-03-12
Normalize heap_prepare_freeze_tuple argument name.
Peter Geoghegan
2022-03-11
Add API of sorts for transition table handling in trigger.c
Alvaro Herrera
2022-03-11
Restore the previous semantics of get_constraint_index().
Tom Lane
2022-03-11
DefineCollation() code cleanup
Peter Eisentraut
2022-03-11
Add support for zstd with compression of full-page writes in WAL
Michael Paquier
2022-03-11
Fix header inclusion order in xloginsert.c with lz4.h
Michael Paquier
2022-03-10
dshash: Add sequential scan support.
Andres Freund
2022-03-09
Add parse_analyze_withcb()
Peter Eisentraut
2022-03-08
Fix LZ4 tests for remaining buffer space.
Robert Haas
2022-03-08
Add support for zstd base backup compression.
Robert Haas
2022-03-08
Improve comment in execReplication.c
Michael Paquier
2022-03-08
Add the additional information to the logical replication worker errcontext.
Amit Kapila
2022-03-07
Call ReorderBufferProcessXid from sequence_decode
Tomas Vondra
2022-03-07
Add pg_analyze_and_rewrite_varparams()
Peter Eisentraut
2022-03-07
Make the errcontext message in logical replication worker translation friendly.
Amit Kapila
2022-03-07
Create routine able to set single-call SRFs for Materialize mode
Michael Paquier
2022-03-04
Parse/analyze function renaming
Peter Eisentraut
2022-03-04
Tighten overflow checks in tidin().
Tom Lane
2022-03-03
Clean up assorted failures under clang's -fsanitize=undefined checks.
Tom Lane
2022-03-03
Fix catalog data of pg_stop_backup(), labelled v2
Michael Paquier
2022-03-01
Reconsider pg_stat_subscription_workers view.
Amit Kapila
2022-02-28
Handle integer overflow in interval justification functions.
Tom Lane
2022-02-28
Allow root-owned SSL private keys in libpq, not only the backend.
Tom Lane
2022-02-28
Don't use static storage for SaveTransactionCharacteristics().
Tom Lane
2022-02-28
Fix SPI's handling of errors during transaction commit.
Tom Lane
2022-02-27
Optimise numeric division for one and two base-NBASE digit divisors.
Dean Rasheed
2022-02-27
Simplify the inner loop of numeric division in div_var().
Dean Rasheed
2022-02-27
Apply auto-vectorization to the inner loop of div_var_fast().
Dean Rasheed
2022-02-27
Fix warning on mingw due to pid_t width, introduced in fe0972ee5e6.
Andres Freund
2022-02-26
Fix typo in logicalfuncs.c.
Amit Kapila
2022-02-26
Add further debug info to help debug 019_replslot_limit.pl failures.
Andres Freund
2022-02-25
vacuumlazy.c: Remove obsolete num_tuples field.
Peter Geoghegan
2022-02-25
Remove unnecessary heap_tuple_needs_freeze argument.
Peter Geoghegan
2022-02-24
Fix data loss on crash after sorted GiST index build.
Heikki Linnakangas
2022-02-24
Simplify more checks related to set-returning functions
Michael Paquier
2022-02-24
Clean up and simplify code in a couple of set-returning functions
Michael Paquier
2022-02-23
Re-allow underscore as first character of custom GUC names.
Tom Lane
2022-02-23
Fix statenames in mergejoin comments
Daniel Gustafsson
2022-02-23
Add temporary debug info to help debug 019_replslot_limit.pl failures.
Andres Freund
2022-02-22
Allow specifying row filters for logical replication of tables.
Amit Kapila
2022-02-22
Add compute_query_id = regress
Michael Paquier
[next]