summaryrefslogtreecommitdiff
path: root/src/backend/tcop
AgeCommit message (Expand)Author
2014-07-10Implement IMPORT FOREIGN SCHEMA.Tom Lane
2014-07-07Fix typos in comments.Fujii Masao
2014-06-20Don't allow to disable backend assertions via the debug_assertions GUC.Andres Freund
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
2013-03-28Avoid "variable might be clobbered by longjmp" warning.Tom Lane
2013-03-28Add sql_drop event for event triggersAlvaro Herrera
2013-03-17Add lock_timeout configuration parameter.Tom Lane
2013-03-04Add a materialized view relations.Kevin Grittner
2013-01-23Improve concurrency of foreign key lockingAlvaro Herrera
2013-01-21Add ddl_command_end support for event triggers.Robert Haas
2013-01-02Fix IsUnderPostmaster/EXEC_BACKEND confusionAlvaro Herrera
2013-01-02Set MaxBackends only on bootstrap and standalone modesAlvaro Herrera
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-29Adjust more backend functions to return OID rather than void.Robert Haas
2012-12-01Allow adding values to an enum type created in the current transaction.Tom Lane
2012-11-26Revert patch for taking fewer snapshots.Tom Lane
2012-10-19Fix UtilityContainsQuery() to handle CREATE TABLE AS EXECUTE correctly.Tom Lane