index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
tcop
/
postgres.c
Age
Commit message (
Expand
)
Author
2021-05-15
Allow compute_query_id to be set to 'auto' and make it default
Alvaro Herrera
2021-05-14
Refactor CHECK_FOR_INTERRUPTS() to add flexibility.
Tom Lane
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-04-28
Add heuristic incoming-message-size limits in the server.
Tom Lane
2021-04-20
adjust query id feature to use pg_stat_activity.query_id
Bruce Momjian
2021-04-07
SQL-standard function body
Peter Eisentraut
2021-04-07
Make use of in-core query id added by commit 5fd9dfa5f5
Bruce Momjian
2021-04-07
Move pg_stat_statements query jumbling to core.
Bruce Momjian
2021-04-06
Add function to log the memory contexts of specified backend process.
Fujii Masao
2021-04-03
Detect POLLHUP/POLLRDHUP while running queries.
Thomas Munro
2021-03-16
Improve logging of bad parameter values in BIND messages.
Tom Lane
2021-03-04
Remove server and libpq support for old FE/BE protocol version 2.
Heikki Linnakangas
2021-02-17
Use errmsg_internal for debug messages
Peter Eisentraut
2021-01-25
Improve performance of repeated CALLs within plpgsql procedures.
Tom Lane
2021-01-17
Add pg_stat_database counters for sessions and session time
Magnus Hagander
2021-01-07
Further second thoughts about idle_session_timeout patch.
Tom Lane
2021-01-06
Add idle_session_timeout.
Tom Lane
2021-01-06
Detect the deadlocks between backends and the startup process.
Fujii Masao
2021-01-04
Add the ability for the core grammar to have more than one parse target.
Tom Lane
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-29
Suppress log spam from multiple reports of SIGQUIT shutdown.
Tom Lane
2020-12-27
Revert "Add key management system" (978f869b99) & later commits
Bruce Momjian
2020-12-25
Add key management system
Bruce Momjian
2020-12-24
Improve client error messages for immediate-stop situations.
Tom Lane
2020-11-30
Improve log message about termination of background workers.
Fujii Masao
2020-11-25
Avoid spamming the client with multiple ParameterStatus messages.
Tom Lane
2020-11-10
Remove -o option to postmaster
Magnus Hagander
2020-09-16
Centralize setup of SIGQUIT handling for postmaster child processes.
Tom Lane
2020-06-07
Spelling adjustments
Peter Eisentraut
2020-04-02
Improve user control over truncation of logged bind-parameter values.
Tom Lane
2020-03-31
Fix assorted typos
Magnus Hagander
2020-03-30
Allow the planner-related functions and hook to accept the query string.
Fujii Masao
2020-03-24
Re-implement the ereport() macro using __VA_ARGS__.
Tom Lane
2020-03-11
Refactor ps_status.c API
Peter Eisentraut
2020-03-02
Represent command completion tags as structs
Alvaro Herrera
2020-02-28
Add comments on avoid reuse of parse-time snapshot
Alvaro Herrera
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-19
Extend the ProcSignal mechanism to support barriers.
Robert Haas
2019-12-17
Partially deduplicate interrupt handling for background processes.
Robert Haas
2019-12-11
Emit parameter values during query bind/execute errors
Alvaro Herrera
2019-12-10
Add backend-only appendStringInfoStringQuoted
Alvaro Herrera
2019-11-24
Stabilize NOTIFY behavior by transmitting notifies before ReadyForQuery.
Tom Lane
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-06
Allow sampling of statements depending on duration
Tomas Vondra
2019-10-25
Improve management of statement timeouts.
Tom Lane
2019-10-25
Reset statement_timeout between queries of a multi-query string.
Tom Lane
2019-10-02
Revert hooks for session start and end, take two
Michael Paquier
2019-10-01
Add hooks for session start and session end, take two
Michael Paquier
2019-08-04
Revert "Add log_statement_sample_rate parameter"
Tomas Vondra
2019-08-04
Revert "Silence compiler warning"
Tomas Vondra
[next]