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-14
Refactor CHECK_FOR_INTERRUPTS() to add flexibility.
Tom Lane
2021-01-07
Further second thoughts about idle_session_timeout patch.
Tom Lane
2021-01-06
Detect the deadlocks between backends and the startup process.
Fujii Masao
2019-11-24
Stabilize NOTIFY behavior by transmitting notifies before ReadyForQuery.
Tom Lane
2018-10-19
Server-side fix for delayed NOTIFY and SIGTERM processing.
Tom Lane
2018-08-08
Don't run atexit callbacks in quickdie signal handlers.
Heikki Linnakangas
2017-10-11
Prevent idle in transaction session timeout from sometimes being ignored.
Andres Freund
2017-06-05
Unify SIGHUP handling between normal and walsender backends.
Andres Freund
2017-04-06
Remove dead code and fix comments in fast-path function handling.
Heikki Linnakangas
2017-01-26
Add castNode(type, ptr) for safe casting between NodeTag based types.
Andres Freund
2016-11-15
Account for catalog snapshot in PGXACT->xmin updates.
Tom Lane
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-07-10
Revert "Add some temporary code to record stack usage at server process exit."
Tom Lane
2016-07-08
Add more temporary code to record stack usage at server process exit.
Tom Lane
2016-05-27
Be more predictable about reporting "lock timeout" vs "statement timeout".
Tom Lane
2016-03-16
Add idle_in_transaction_session_timeout.
Robert Haas
2016-02-25
Enable parallelism for prepared statements and extended query protocol.
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-17
Adjust behavior of single-user -j mode for better initdb error reporting.
Tom Lane
2015-11-02
Fix problems with ParamListInfo serialization mechanism.
Robert Haas
2015-10-28
Message style improvements
Peter Eisentraut
2015-10-09
Remove set_latch_on_sigusr1 flag.
Robert Haas
2015-10-02
Add recursion depth protections to regular expression matching.
Tom Lane
2015-09-16
Determine whether it's safe to attempt a parallel plan for a query.
Robert Haas
2015-08-31
Clean up icc + ia64 situation.
Tom Lane
2015-08-31
Remove theoretically-unnecessary special case for icc.
Tom Lane
2015-05-23
pgindent run for 9.5
Bruce Momjian
2015-04-30
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-02-20
Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.
Tom Lane
2015-02-03
Remove ill-conceived Assertion in ProcessClientWriteInterrupt().
Andres Freund
2015-02-03
Remove remnants of ImmediateInterruptOK handling.
Andres Freund
2015-02-03
Don't allow immediate interrupts during authentication anymore.
Andres Freund
2015-02-03
Process 'die' interrupts while reading/writing from the client socket.
Andres Freund
2015-02-03
Introduce and use infrastructure for interrupt processing during client reads.
Andres Freund
2015-02-02
Add new function BackgroundWorkerInitializeConnectionByOid.
Robert Haas
2015-02-02
Be more careful to not lose sync in the FE/BE protocol.
Heikki Linnakangas
2015-01-14
Add a default local latch for use in signal handlers.
Andres Freund
2015-01-14
Commonalize process startup code.
Andres Freund
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-11-12
Explicitly support the case that a plancache's raw_parse_tree is NULL.
Tom Lane
2014-09-13
Invent PGC_SU_BACKEND and mark log_connections/log_disconnections that way.
Tom Lane
2014-07-07
Fix typos in comments.
Fujii Masao
2014-06-20
Don't allow to disable backend assertions via the debug_assertions GUC.
Andres Freund
2014-06-03
Set the process latch when processing recovery conflict interrupts.
Andres Freund
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-03-03
Introduce logical decoding.
Robert Haas
2014-02-15
Centralize getopt-related declarations in a new header file pg_getopt.h.
Tom Lane
2014-01-11
Fix possible crashes due to using elog/ereport too early in startup.
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-11-29
Fix assorted race conditions in the new timeout infrastructure.
Tom Lane
[next]