Commit Graph

244 Commits (63599896545c7869f7dd28cd593e8b548983d613)

Author SHA1 Message Date
Tom Lane 87a2f050a9 Cause EXPLAIN's VERBOSE option to print the target list (output column list) 18 years ago
Magnus Hagander ad6bf716ba Convert three more guc settings to enum type: 18 years ago
Magnus Hagander a3f66eac01 Some cleanups of enum-guc code, per comments from Tom. 18 years ago
Magnus Hagander 52a8d4f8f7 Implement enum type for guc parameters, and convert a couple of existing 18 years ago
Bruce Momjian 9098ab9e32 Update copyrights in source tree to 2008. 18 years ago
Tom Lane 5233dc15cf Improve consistency of error reporting in GUC assign_hook routines. Some 18 years ago
Bruce Momjian f6e8730d11 Re-run pgindent with updated list of typedefs. (Updated README should 18 years ago
Bruce Momjian fdf5a5efb7 pgindent run for 8.3. 18 years ago
Tom Lane 82a47982f3 Arrange for SET LOCAL's effects to persist until the end of the current top 18 years ago
Tom Lane e7889b83b7 Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE. 18 years ago
Tom Lane 2abae34a2e Implement function-local GUC parameter settings, as per recent discussion. 18 years ago
Magnus Hagander 906b2e1b37 Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with 18 years ago
Tom Lane acfce502ba Create a GUC parameter temp_tablespaces that allows selection of the 19 years ago
Neil Conway d13e903bea RESET SESSION, plus related new DDL commands. Patch from Marko Kreen, 19 years ago
Bruce Momjian a535cdf130 Revert temp_tablespaces because of coding problems, per Tom. 19 years ago
Bruce Momjian 148ea5cbea Add GUC temp_tablespaces to provide a default location for temporary 19 years ago
Bruce Momjian be8a431881 Add GUC log_temp_files to log the use of temporary files. 19 years ago
Bruce Momjian 29dccf5fe0 Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
Tom Lane def651f48f Clean up local redeclarations of variables with DLLIMPORT, per report 19 years ago
Bruce Momjian f058451871 Revert (again) GUC patch to return commented fields to their default 19 years ago
Bruce Momjian e7da38bf31 Re-apply guc cleanup patch, with memory allocation bugs fixed. 19 years ago
Bruce Momjian fb55af227e Back out patch to reorganize guc processing. Was causing regression 19 years ago
Bruce Momjian f91ddb768b Refactor GUC set_config_option function: 19 years ago
Tom Lane 033a477e9e Adjust initialization sequence for timezone_abbreviations so that 19 years ago
Tom Lane d8b5c95ca8 Remove hard-wired lists of timezone abbreviations in favor of providing 19 years ago
Bruce Momjian b43ebe5f83 More include file adjustments. 19 years ago
Tom Lane 637028afe1 Code review for standard_conforming_strings patch. Fix it so it does not 20 years ago
Bruce Momjian 79d25cf775 Back out comment update about sighup, original was accurate. 20 years ago
Bruce Momjian 19c21d115d Enable standard_conforming_strings to be turned on. 20 years ago
Bruce Momjian a9c1047ebd Update comment on how sighup signal affects postgresql.conf reload. 20 years ago
Bruce Momjian f2f5b05655 Update copyright for 2006. Update scripts. 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Bruce Momjian 1f54d43075 Add GUC variables to control keep-alive times for idle, interval, and 20 years ago
Bruce Momjian bb3cce4ec9 Add E'' syntax so eventually normal strings can treat backslashes 21 years ago
Tom Lane 519cef22bf Add missing min/max parameters to DefineCustomIntVariable() and 21 years ago
Tom Lane 91728fa26c Add temp_buffers GUC variable to allow users to determine the size 21 years ago
Bruce Momjian 2daed8c5b3 Update copyrights that were missed. 21 years ago
Tom Lane cf796cc702 A client_encoding specification coming from the connection request has 21 years ago
Tom Lane ea23ec82c2 Remove GUC USERLIMIT variable category, making the affected variables 21 years ago
Tom Lane 98e8b48053 Create 'default_tablespace' GUC variable that supplies a TABLESPACE 21 years ago
Tom Lane 9e83d73b6c Add a GUC_SUPERUSER_ONLY flag to mark GUC variables that should not be 21 years ago
Tom Lane 337ffcddba Adjust configuration-files GUC behavior as per my recent proposal. 21 years ago
Tom Lane 7ca3a0f3e2 Whack some sense into the configuration-file-location patch. 21 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 21 years ago
Bruce Momjian da9a8649d8 Update copyright to 2004. 21 years ago
Bruce Momjian 130f89e93f Allow configuration files to be placed outside the data directory. 21 years ago
Tom Lane 573a71a5da Nested transactions. There is still much left to do, especially on the 22 years ago
Tom Lane 1a321f26d8 Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs by 22 years ago
Bruce Momjian 3dc37cd8d6 The patch adresses the TODO list item "Allow external interfaces to 22 years ago
Bruce Momjian 6a25c6e1d1 > >>1. change the type of "log_statement" option from boolean to string, 22 years ago