index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
tcop
/
postgres.c
Commit message (
Expand
)
Author
Age
*
Be more predictable about reporting "lock timeout" vs "statement timeout".
Tom Lane
2016-05-27
*
Add idle_in_transaction_session_timeout.
Robert Haas
2016-03-16
*
Enable parallelism for prepared statements and extended query protocol.
Robert Haas
2016-02-25
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Adjust behavior of single-user -j mode for better initdb error reporting.
Tom Lane
2015-12-17
*
Fix problems with ParamListInfo serialization mechanism.
Robert Haas
2015-11-02
*
Message style improvements
Peter Eisentraut
2015-10-28
*
Remove set_latch_on_sigusr1 flag.
Robert Haas
2015-10-09
*
Add recursion depth protections to regular expression matching.
Tom Lane
2015-10-02
*
Determine whether it's safe to attempt a parallel plan for a query.
Robert Haas
2015-09-16
*
Clean up icc + ia64 situation.
Tom Lane
2015-08-31
*
Remove theoretically-unnecessary special case for icc.
Tom Lane
2015-08-31
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-30
*
Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.
Tom Lane
2015-02-20
*
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-03
*
Add new function BackgroundWorkerInitializeConnectionByOid.
Robert Haas
2015-02-02
*
Be more careful to not lose sync in the FE/BE protocol.
Heikki Linnakangas
2015-02-02
*
Add a default local latch for use in signal handlers.
Andres Freund
2015-01-14
*
Commonalize process startup code.
Andres Freund
2015-01-14
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Explicitly support the case that a plancache's raw_parse_tree is NULL.
Tom Lane
2014-11-12
*
Invent PGC_SU_BACKEND and mark log_connections/log_disconnections that way.
Tom Lane
2014-09-13
*
Fix typos in comments.
Fujii Masao
2014-07-07
*
Don't allow to disable backend assertions via the debug_assertions GUC.
Andres Freund
2014-06-20
*
Set the process latch when processing recovery conflict interrupts.
Andres Freund
2014-06-03
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Introduce logical decoding.
Robert Haas
2014-03-03
*
Centralize getopt-related declarations in a new header file pg_getopt.h.
Tom Lane
2014-02-15
*
Fix possible crashes due to using elog/ereport too early in startup.
Tom Lane
2014-01-11
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Fix assorted race conditions in the new timeout infrastructure.
Tom Lane
2013-11-29
*
Fix new and latent bugs with errno handling in secure_read/secure_write.
Tom Lane
2013-11-24
*
Use appendStringInfoString instead of appendStringInfo where possible.
Robert Haas
2013-10-31
*
Centralize effective_cache_size default setting
Bruce Momjian
2013-10-09
*
Adjust the effective_cache_size default for standalone backends
Bruce Momjian
2013-10-08
*
Ignore interrupts during quickdie().
Noah Misch
2013-09-11
*
Don't VALGRIND_PRINTF() each query string.
Noah Misch
2013-09-06
*
Add session_preload_libraries configuration parameter
Peter Eisentraut
2013-07-12
*
Change errcode for lock_timeout to match NOWAIT
Simon Riggs
2013-06-29
*
Cooperate with the Valgrind instrumentation framework.
Noah Misch
2013-06-26
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Fix insecure parsing of server command-line switches.
Tom Lane
2013-04-01
*
Add lock_timeout configuration parameter.
Tom Lane
2013-03-16
*
Fix IsUnderPostmaster/EXEC_BACKEND confusion
Alvaro Herrera
2013-01-02
*
Set MaxBackends only on bootstrap and standalone modes
Alvaro Herrera
2013-01-02
[next]