Commit Graph

917 Commits (1fd981f05369340a8afa4d013a350b0b2ac6e33e)

Author SHA1 Message Date
Tom Lane aa83bc04e0 Restructure parsetree representation of DECLARE CURSOR: now it's a 23 years ago
Tom Lane 4b6c198a6a Add code to dump contents of free space map into $PGDATA/global/pg_fsm.cache 23 years ago
Tom Lane c5ba16a83c Get rid of last few vestiges of parsetree dependency on grammar token 23 years ago
Tom Lane d6dbb6b283 fastpath code neglected to check whether user has privileges to call the 23 years ago
Bruce Momjian 05a6b37912 Re-addd Rod's ALTER DOMAIN patch. 23 years ago
Bruce Momjian 5b4c16e099 Back out ALTER DOMAIN patch until missing file appears. 23 years ago
Bruce Momjian 853153ca6d ALTER DOMAIN .. SET / DROP NOT NULL 23 years ago
Bruce Momjian af26857a27 Most of the code follows the American spelling of the word, which is 23 years ago
Bruce Momjian d36aa2e885 Rename: 23 years ago
Bruce Momjian 001d5a7aa5 Rename server_min_messages to log_min_messages. Part of consolidation 23 years ago
Tom Lane 55e4ef138c Code review for statement_timeout patch. Fix some race conditions 23 years ago
Tom Lane bd19e8f604 Fix some places that were unportably assuming struct timeval's tv_sec 23 years ago
Tom Lane 60992456ed Invert logic in pg_exec_query_string() so that we set a snapshot for 24 years ago
Peter Eisentraut 4cff161703 Improve formatting of --help output. 24 years ago
Tom Lane 9ff695c944 Make SPI's execution of querystrings follow the rules agreed to for 24 years ago
Tom Lane d508b057ac Adjust handling of command status strings in the presence of rules, 24 years ago
Tom Lane ad4ce7aa5b Make SET really not start a transaction. 24 years ago
Bruce Momjian d015dcbe4e Have SET not start transaction when autocommit off, with doc updates. 24 years ago
Tom Lane 56ece37384 Move responsibility for setting QuerySnapshot for utility statements 24 years ago
Bruce Momjian e4c2967edb Clarify comment. 24 years ago
Bruce Momjian 0b1b377569 Have -d5 -d0 not affect the extra variables set with -d5. 24 years ago
Bruce Momjian 1fe4cbb9db Make postgres -d0 set server_min_messages to notice. Reset doesn't work 24 years ago
Bruce Momjian 3c104bc4ed Pass postmaster -d down to the postgres backend to trigger special -d 24 years ago
Tom Lane 8a6fab412e Remove ShutdownBufferPoolAccess exit callback, and do the work in 24 years ago
Bruce Momjian a834cbe1e9 > I'm not sure why NDirectFileRead/NDirectFileWrite are unused at the 24 years ago
Tom Lane 53e95eee84 Fix for rare race-condition-like failure: if a backend receives SIGUSR2 24 years ago
Bruce Momjian e50f52a074 pgindent run. 24 years ago
Bruce Momjian 6a8babc206 Remove documentation that says debug_query_string is only used by 24 years ago
Bruce Momjian 97ac103289 Remove sys/types.h in files that include postgres.h, and hence c.h, 24 years ago
Bruce Momjian 548d646e65 Add log_duration to GUC/postgresql.conf. 24 years ago
Tom Lane 26993b2918 AUTOCOMMIT mode is now an available backend GUC variable; setting it 24 years ago
Hiroshi Inoue 82ccb420d5 Fix a bug introduced in 7.2. 24 years ago
Tatsuo Ishii ed7baeaf4d Remove #ifdef MULTIBYTE per hackers list discussion. 24 years ago
Tom Lane 28e82066a1 PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing 24 years ago
Bruce Momjian d04e9137c9 Reverse out XLogDir/-X write-ahead log handling, per discussion. 24 years ago
Bruce Momjian b1a5f87209 Tom Lane wrote: 24 years ago
Bruce Momjian c5354dff20 This patch removes a lot of unused code related to assertions and 24 years ago
Bruce Momjian a6c7681997 This patch changes the behavior of PostgreSQL so that if any queries are 24 years ago
Tom Lane 44582cd879 Temporary solution for XLogDir breakage. 24 years ago
Thomas G. Lockhart af704cdfb4 Implement WAL log location control using "-X" or PGXLOG. 24 years ago
Bruce Momjian 19e0e35bcd The attached patch implements START TRANSACTION, per SQL99. The 24 years ago
Bruce Momjian 6e9893047e The attached patch removes the last remnants of support for 24 years ago
Bruce Momjian 6bdbe4ca2c Move alarm timers to proper location. 24 years ago
Bruce Momjian b6440a7ece Make statement_timeout apply to entire query string, not per statement. 24 years ago
Tom Lane ea4686e3e1 Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more 24 years ago
Peter Eisentraut 97377048b4 pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus 24 years ago
Tom Lane 11333426f1 Implement DROP SCHEMA. It lacks support for dropping conversions and 24 years ago
Bruce Momjian 4db8718e84 Add SET statement_timeout capability. Timeout is in ms. A value of 24 years ago
Tatsuo Ishii fcc962566a Add new CREATE CONVERSION/DROP CONVERSION command. 24 years ago
Bruce Momjian d84fe82230 Update copyright to 2002. 24 years ago