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
Age
Commit message (
Expand
)
Author
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-28
Adjust interaction of libpq pipeline mode with errorMessage resets.
Tom Lane
2022-02-28
Improve some psql test code
Peter Eisentraut
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
Run tap tests in src/interfaces/libpq.
Andres Freund
2022-02-27
Convert src/interfaces/libpq/test to a tap test.
Andres Freund
2022-02-27
Fix use of wrong variable in pg_receivewal's get_destination_dir().
Andres Freund
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
Disallow execution of SPI functions during plperl function compilation.
Tom Lane
2022-02-25
pg_waldump: Fix error message for WAL files smaller than XLOG_BLCKSZ.
Andres Freund
2022-02-25
vacuumlazy.c: Remove obsolete num_tuples field.
Peter Geoghegan
2022-02-25
Fix few values in pg_proc for pg_stat_get_replication_slot.
Amit Kapila
2022-02-25
Remove unnecessary heap_tuple_needs_freeze argument.
Peter Geoghegan
2022-02-24
Guard against reallocation failure in pg_regress
Daniel Gustafsson
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-24
Fix one of the tests introduced in commit 52e4f0cd47.
Amit Kapila
2022-02-23
Re-allow underscore as first character of custom GUC names.
Tom Lane
2022-02-23
Quick exit on log stream child exit in pg_basebackup
Daniel Gustafsson
2022-02-23
Remove duplicated word in comment
Daniel Gustafsson
2022-02-23
Add function to pump IPC process until string match
Daniel Gustafsson
2022-02-23
Use test functions in pg_rewind test module
Daniel Gustafsson
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
Put typtype letters back into consistent order
Peter Eisentraut
2022-02-22
Allow specifying row filters for logical replication of tables.
Amit Kapila
2022-02-22
Add compute_query_id = regress
Michael Paquier
2022-02-21
Disallow setting bogus GUCs within an extension's reserved namespace.
Tom Lane
2022-02-21
Assert in init_toast_snapshot() that some snapshot registered or active.
Andres Freund
2022-02-21
Fix temporary object cleanup failing due to toast access without snapshot.
Andres Freund
2022-02-21
pg_upgrade: Don't print progress status when output is not a tty.
Andres Freund
2022-02-21
Fix possible null pointer reference
Peter Eisentraut
2022-02-20
Fix meaning-changing typo introduced in fa0e03c15a9f.
Andres Freund
2022-02-20
Reset conn->errorReported when PQrequestCancel sets errorMessage.
Tom Lane
2022-02-20
Remove most msys special processing in TAP tests
Andrew Dunstan
2022-02-20
Remove PostgreSQL::Test::Utils::perl2host completely
Andrew Dunstan
2022-02-20
Fix uninitialized variable.
Heikki Linnakangas
2022-02-20
Use bitwise rotate functions in more places
John Naylor
2022-02-19
Fix inconsistencies in SRF checks of pg_config() and string_to_table()
Michael Paquier
2022-02-18
Rearrange libpq's error reporting to avoid duplicated error text.
Tom Lane
2022-02-18
Add support for building with ZSTD.
Robert Haas
[next]