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
/
libpq
/
pqmq.c
Age
Commit message (
Expand
)
Author
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-10-14
shm_mq: Update mq_bytes_written less often.
Robert Haas
2021-03-04
Remove server and libpq support for old FE/BE protocol version 2.
Heikki Linnakangas
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-07-08
code: replace 'master' with 'leader' where appropriate.
Andres Freund
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-23
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-10-16
Correct constness of a few variables.
Andres Freund
2018-07-22
Hand code string to integer conversion for performance.
Andres Freund
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-08-31
Clean up shm_mq cleanup.
Tom Lane
2017-06-06
Clean up latch related code.
Andres Freund
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-10-04
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-08-26
Add a nonlocalized version of the severity field to client error messages.
Tom Lane
2016-08-01
Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.
Tom Lane
2016-06-30
Fix several mistakes around parallel workers and client_encoding.
Robert Haas
2016-06-09
pgindent run for 9.6
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-10-16
Don't send protocol messages to a shm_mq that no longer exists.
Robert Haas
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-04-30
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-10-31
Support frontend-backend protocol communication using a shm_mq.
Robert Haas