Commit Graph

14553 Commits (524ec00d3e3f7cff97e30e7b67c597f2e8ddbcf0)

Author SHA1 Message Date
Bruce Momjian 6c2ba14d8d This patch against 8.0.0beta1 source adds log_line_prefix options for 21 years ago
Tom Lane 7974c35020 Fix typo in comment, per Alvaro. 21 years ago
Tom Lane 8714d9c56b Fix assign_datestyle() so that it doesn't misleadingly complain about 21 years ago
Tom Lane 56b01dc9ff Make SPI set SPI_processed for CREATE TABLE AS / SELECT INTO commands; 21 years ago
Tom Lane dce83e76e0 Add missing #include -- mea culpa. 21 years ago
Tom Lane 3ace84594e Defend against omitted paramLengths[] array in PQsendQueryParams. 21 years ago
Tom Lane 532ca3083d Avoid bare 'struct Node;' declaration --- provokes annoying warnings 21 years ago
Bruce Momjian 5c4955981e \(rs should be \\(rs, per Tom. 21 years ago
Tom Lane 82358ca936 Put a critical section around update of hash index metapage. Per 21 years ago
Bruce Momjian ebc8649892 Since I needed this feature badly, I added the -n / --schema switch to 21 years ago
Bruce Momjian 4d0e7b4aac Please find attached a patch (diff -c against cvs HEAD) to add a 21 years ago
Bruce Momjian 4a5cda7bba I've created a patch which adds support for troff "-ms" output to 21 years ago
Tom Lane a31ad27fc5 Simplify the planner's join clause management by storing join clauses 21 years ago
Tom Lane e3a33a9a9f Marginal hack to avoid spending a lot of time in find_join_rel during 21 years ago
Tom Lane 77c168a836 Remove grammar productions for prefix and postfix % and ^ operators, 21 years ago
Tom Lane f5b2f60bd1 Change WAL-logging scheme for multixacts to be more like regular 21 years ago
Neil Conway 593badd30b Correct an omission in the syntax error message emitted by EXECUTE INTO 21 years ago
Bruce Momjian fbc4edfba7 Mention ipcrm and ipcclean in error message. 21 years ago
Tom Lane c14f2ba7a4 Use just NULL not NULL::TEXT --- the latter coding is unnecessary and 21 years ago
Neil Conway 657c098e41 Add a function lastval(), which returns the value returned by the 21 years ago
Neil Conway c59887f916 Add support for an optional INTO clause to PL/PgSQL's EXECUTE command. 21 years ago
Bruce Momjian 1b000116fb Ipcrm -> ipcclean in error message: 21 years ago
Tom Lane ee7ac7b11e Modify XLogInsert API to make callers specify whether pages to be backed 21 years ago
Tom Lane 4c8495a1f2 Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. 21 years ago
Tom Lane 9a586fe0c5 Nab some low-hanging fruit: replace the planner's base_rel_list and 21 years ago
Tom Lane 9ab4d98168 Remove planner's private fields from Query struct, and put them into 21 years ago
Bruce Momjian bebe7c5600 Here's a patch to do the following: 21 years ago
Tom Lane 27bdb0c40d Code for SET/SHOW TIME ZONE with a fixed-interval timezone was not 21 years ago
Tom Lane a4996a8953 Replace the parser's namespace tree (which formerly had the same 21 years ago
Bruce Momjian 24af7d4b68 Back out patch: 21 years ago
Bruce Momjian 954108f92d Add comment for multi-byte computation. 21 years ago
Bruce Momjian 72c53ac3a7 Allow kerberos name and username case sensitivity to be specified from 21 years ago
Bruce Momjian d995014fac At 2005-05-21 20:18:50 +0530, ams@oryx.com wrote: 21 years ago
Bruce Momjian 3cf1fd3263 Tom Lane <tgl@sss.pgh.pa.us> writes: 21 years ago
Tom Lane e18e8f8735 Change expandRTE() and ResolveNew() back to taking just the single 21 years ago
Bruce Momjian fb91a83e0e Back out make_mkid change. 21 years ago
Bruce Momjian 00750f3f30 Improve readability of config location params by adding newline. 21 years ago
Bruce Momjian 1bc9235224 Fix NUMERIC modulus to properly truncate division in computation. 21 years ago
Neil Conway 5788cca558 Remove unused 'printCost' field from ExplainState, and simplify the code 21 years ago
Tom Lane ba42002461 Revise handling of dropped columns in JOIN alias lists to avoid a 21 years ago
Tom Lane 3531383224 Just noticed that you can't Query-Cancel a long planner run, because 21 years ago
Tom Lane b5ebef7c41 Push enable/disable of notify and catchup interrupts all the way down 21 years ago
Tom Lane 8dfb616606 The no-lexer-backup speedup hadn't been there a week before somebody 21 years ago
Michael Meskes 2d5d691d15 - Fixed memory leak in ecpglib by adding some missing free() commands. 21 years ago
Tom Lane 21fda22ec4 Change CRCs in WAL records from 64bit to 32bit for performance reasons. 21 years ago
Bruce Momjian b51366396b Add support for \x hex strings in psql variables. 21 years ago
Bruce Momjian 65537ac1b4 Add support for \x hex escapes in backend strings. Octal was already 21 years ago
Bruce Momjian 202e6e73e6 Add support for \x hex escapes in COPY. 21 years ago
Bruce Momjian b6e5c4ad0a Fix log_statement to properly recognize SELECT INTO and CREATE TABLE AS 21 years ago
Tom Lane 1e85fa2008 patternsel() was improperly stripping RelabelType from the derived 21 years ago