aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
Commit message (Expand)AuthorAge
...
* Cast result of copyObject() to correct typePeter Eisentraut2017-03-28
* Allow for parallel execution whenever ExecutorRun() is done only once.Robert Haas2017-03-23
* Logical replication support for initial data copyPeter Eisentraut2017-03-23
* Use castNode() in a bunch of statement-list-related code.Tom Lane2017-01-26
* Add castNode(type, ptr) for safe casting between NodeTag based types.Andres Freund2017-01-26
* Avoid core dump for empty prepared statement in an aborted transaction.Tom Lane2017-01-19
* Change representation of statement lists, and add statement location info.Tom Lane2017-01-14
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Add support for temporary replication slotsPeter Eisentraut2016-12-12
* Remove or reduce verbosity of some debug messages.Robert Haas2016-11-17
* Account for catalog snapshot in PGXACT->xmin updates.Tom Lane2016-11-15
* Make getrusage() output a little more readablePeter Eisentraut2016-10-19
* Drop server support for FE/BE protocol version 1.0.Tom Lane2016-10-11
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Revert "Add some temporary code to record stack usage at server process exit."Tom Lane2016-07-10
* Add more temporary code to record stack usage at server process exit.Tom Lane2016-07-08
* Be more predictable about reporting "lock timeout" vs "statement timeout".Tom Lane2016-05-27
* Add idle_in_transaction_session_timeout.Robert Haas2016-03-16
* Enable parallelism for prepared statements and extended query protocol.Robert Haas2016-02-25
* Update copyright for 2016Bruce Momjian2016-01-02
* Adjust behavior of single-user -j mode for better initdb error reporting.Tom Lane2015-12-17
* Fix problems with ParamListInfo serialization mechanism.Robert Haas2015-11-02
* Message style improvementsPeter Eisentraut2015-10-28
* Remove set_latch_on_sigusr1 flag.Robert Haas2015-10-09
* Add recursion depth protections to regular expression matching.Tom Lane2015-10-02
* Determine whether it's safe to attempt a parallel plan for a query.Robert Haas2015-09-16
* Clean up icc + ia64 situation.Tom Lane2015-08-31
* Remove theoretically-unnecessary special case for icc.Tom Lane2015-08-31
* pgindent run for 9.5Bruce Momjian2015-05-23
* Create an infrastructure for parallel computation in PostgreSQL.Robert Haas2015-04-30
* Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane2015-02-20
* Remove ill-conceived Assertion in ProcessClientWriteInterrupt().Andres Freund2015-02-03
* Remove remnants of ImmediateInterruptOK handling.Andres Freund2015-02-03
* Don't allow immediate interrupts during authentication anymore.Andres Freund2015-02-03
* Process 'die' interrupts while reading/writing from the client socket.Andres Freund2015-02-03
* Introduce and use infrastructure for interrupt processing during client reads.Andres Freund2015-02-03
* Add new function BackgroundWorkerInitializeConnectionByOid.Robert Haas2015-02-02
* Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas2015-02-02
* Add a default local latch for use in signal handlers.Andres Freund2015-01-14
* Commonalize process startup code.Andres Freund2015-01-14
* Update copyright for 2015Bruce Momjian2015-01-06
* Explicitly support the case that a plancache's raw_parse_tree is NULL.Tom Lane2014-11-12
* Invent PGC_SU_BACKEND and mark log_connections/log_disconnections that way.Tom Lane2014-09-13
* Fix typos in comments.Fujii Masao2014-07-07
* Don't allow to disable backend assertions via the debug_assertions GUC.Andres Freund2014-06-20
* Set the process latch when processing recovery conflict interrupts.Andres Freund2014-06-03
* pgindent run for 9.4Bruce Momjian2014-05-06
* Introduce logical decoding.Robert Haas2014-03-03
* Centralize getopt-related declarations in a new header file pg_getopt.h.Tom Lane2014-02-15
* Fix possible crashes due to using elog/ereport too early in startup.Tom Lane2014-01-11