Commit Graph

20388 Commits (3b167a4099c9ea2e86cd536afb75becd1f3f3875)
 

Author SHA1 Message Date
Tom Lane 3b167a4099 If a LIMIT is applied to a UNION ALL query, plan each UNION arm as 21 years ago
Tom Lane 39cee73889 Revise searching of subplan target lists to use something more efficient 21 years ago
Bruce Momjian 0725065b37 This patch shows the full path name when doing a \s in psql, 21 years ago
Bruce Momjian 51746c4549 Free buffer allocated via malloc (process is short-lived, but fix it anyway). 21 years ago
Bruce Momjian 3572e531ca Mention prefix %t has no milliseconds. 21 years ago
Bruce Momjian 4778c33106 Restructure log_line_prefix options to be clearer: 21 years ago
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 0b8e46e49b Repair error in description of nonblocking usage of PQgetCopyData(). 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
Peter Eisentraut 65d27324c3 Add example for pg_config --configure. 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
Bruce Momjian c51815afed Remove idea of schema tablespaces: 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
Bruce Momjian b3e798d750 Fix word wrap: 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 0f011f6daa Update text for RESET CONNECTION: 21 years ago
Bruce Momjian 1b000116fb Ipcrm -> ipcclean in error message: 21 years ago
Bruce Momjian d714560658 Add rtee box index discussion. 21 years ago
Bruce Momjian 5859215015 Add: 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
Bruce Momjian 928b06a6cc Update Hungarian FAQ and add an HTML version. 21 years ago
Tom Lane 128c25b52f Trivial markup improvement. 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 22dbd54047 Add description for backend termination: 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
Bruce Momjian 82468b428b Add 2phase TODO.detail. 21 years ago
Bruce Momjian ec480a5277 Add TODO.detail for 2phase commit: 21 years ago
Tom Lane a4996a8953 Replace the parser's namespace tree (which formerly had the same 21 years ago
Bruce Momjian efe0d0808b Add TODO.detail. 21 years ago
Bruce Momjian 8805c835c8 Remove duplicate emails. 21 years ago
Bruce Momjian 3a272cf032 Add TODO.detail for timezone: 21 years ago