summaryrefslogtreecommitdiff
path: root/src/backend/tcop
AgeCommit message (Expand)Author
2018-10-15Check for stack overrun in standard_ProcessUtility().Tom Lane
2018-09-24Initialize random() in bootstrap/stand-alone postgres and in initdb.Noah Misch
2018-08-08Don't run atexit callbacks in quickdie signal handlers.Heikki Linnakangas
2017-06-06Unify SIGHUP handling between normal and walsender backends.Andres Freund
2017-04-06Remove dead code and fix comments in fast-path function handling.Heikki Linnakangas
2017-01-27Add castNode(type, ptr) for safe casting between NodeTag based types.Andres Freund
2016-11-15Account for catalog snapshot in PGXACT->xmin updates.Tom Lane
2016-05-27Be more predictable about reporting "lock timeout" vs "statement timeout".Tom Lane
2015-10-02Add recursion depth protections to regular expression matching.Tom Lane
2015-09-04Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane
2015-02-02Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas
2014-11-12Explicitly support the case that a plancache's raw_parse_tree is NULL.Tom Lane
2014-09-23Log ALTER SYSTEM statements as DDLStephen Frost
2014-09-09Move ALTER ... ALL IN to ProcessUtilitySlowStephen Frost
2014-09-04Fix segmentation fault that an empty prepared statement could cause.Fujii Masao
2014-08-21Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'Stephen Frost
2014-06-03Set the process latch when processing recovery conflict interrupts.Andres Freund
2014-05-07Fix failure to set ActiveSnapshot while rewinding a cursor.Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-06Reduce lock levels of some ALTER TABLE cmdsSimon Riggs
2014-03-03Introduce logical decoding.Robert Haas
2014-02-17Avoid repeated name lookups during table and index DDL.Robert Haas
2014-02-15Centralize getopt-related declarations in a new header file pg_getopt.h.Tom Lane
2014-01-18Add ALTER TABLESPACE ... MOVE commandStephen Frost
2014-01-11Fix possible crashes due to using elog/ereport too early in startup.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-18Add ALTER SYSTEM command to edit the server configuration file.Tatsuo Ishii
2013-11-29Fix assorted race conditions in the new timeout infrastructure.Tom Lane
2013-11-29Refine our definition of what constitutes a system relation.Robert Haas
2013-11-26Change SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT behaviorBruce Momjian
2013-11-24Fix new and latent bugs with errno handling in secure_read/secure_write.Tom Lane
2013-10-31Use appendStringInfoString instead of appendStringInfo where possible.Robert Haas
2013-10-09Centralize effective_cache_size default settingBruce Momjian
2013-10-09Adjust the effective_cache_size default for standalone backendsBruce Momjian
2013-10-04Issue error on SET outside transaction block in some casesBruce Momjian
2013-10-03Add DISCARD SEQUENCES command.Robert Haas
2013-09-12Ignore interrupts during quickdie().Noah Misch
2013-09-06Don't VALGRIND_PRINTF() each query string.Noah Misch
2013-09-03Allow aggregate functions to be VARIADIC.Tom Lane
2013-07-13Add session_preload_libraries configuration parameterPeter Eisentraut
2013-06-28Change errcode for lock_timeout to match NOWAITSimon Riggs
2013-06-27Cooperate with the Valgrind instrumentation framework.Noah Misch
2013-06-13Only install a portal's ResourceOwner if it actually has one.Tom Lane
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-04-28Editorialize a bit on new ProcessUtility() API.Tom Lane
2013-04-28Fix unsafe event-trigger coding in ProcessUtility().Tom Lane
2013-04-20Clean up references to SQL92Peter Eisentraut
2013-04-12sepgsql: Enforce db_procedure:{execute} permission.Robert Haas
2013-04-05sepgsql: Enforce db_schema:search permission.Robert Haas
2013-04-01Fix insecure parsing of server command-line switches.Tom Lane