Commit Graph

625 Commits (05d22d06ae0ffa63e4e4885ae8db23ca827c1825)

Author SHA1 Message Date
Tom Lane 982430f846 Put back encoding-conversion step in processing of incoming queries; 23 years ago
Tom Lane f690920a75 Infrastructure for upgraded error reporting mechanism. elog.c is 23 years ago
Tom Lane 5ed27e35f3 Another round of protocol changes. Backend-to-frontend messages now all 23 years ago
Tom Lane bd8d441775 Second round of FE/BE protocol changes. Frontend->backend messages now 23 years ago
Tom Lane cb7fb3ca95 First phase of FE/BE protocol modifications: new StartupPacket layout 23 years ago
Bruce Momjian 8670e3588f Prevent multiple queries in a single string into a single transaction 23 years ago
Bruce Momjian ed11ccf4d4 Fix comment-only query to return Null result set, rather than nothing. 23 years ago
Bruce Momjian 5f65225fa3 Todo items: 23 years ago
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