Commit Graph

20401 Commits (2f1210629cf357fd0b6035e47ef10f240c82f6d5)
 

Author SHA1 Message Date
Tom Lane 2f1210629c Separate predicate-testing code out of indxpath.c, making it a module 20 years ago
Tom Lane 111e29ef5e Adjust comment about %t and %s to cover %m as well. Some trivial 20 years ago
Tatsuo Ishii b4cbd60fcf Fix bug in MIC -> EUC_JP conversion. Per Atsushi Ogawa. 20 years ago
Bruce Momjian e4c76191a9 Add space before :DBNAME for proper \set expansion. 20 years ago
Neil Conway a89c109e30 Minor cleanup of documentation for recently-added HISTFILE psql variable. 20 years ago
Neil Conway d46bc444ac Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM. 20 years ago
Bruce Momjian 1a61896189 Use saveHistory so we get a nice error message on failure. 20 years ago
Bruce Momjian ea88824a3e the following patch makes the filename used to store the readline 20 years ago
Bruce Momjian 92eadf6c4a More Win32 tilde code comments. 20 years ago
Bruce Momjian 3d44763179 Add comment on tilde expansion. 20 years ago
Bruce Momjian c1e4869467 Remove unneeded variable test, per Tom. 20 years ago
Tom Lane a87ee007ed Quick hack to allow the outer query's tuple_fraction to be passed down 20 years ago
Bruce Momjian 453d74b99c Add the "PGPASSFILE" environment variable to specify to the password 20 years ago
Tom Lane 3b167a4099 If a LIMIT is applied to a UNION ALL query, plan each UNION arm as 20 years ago
Tom Lane 39cee73889 Revise searching of subplan target lists to use something more efficient 20 years ago
Bruce Momjian 0725065b37 This patch shows the full path name when doing a \s in psql, 20 years ago
Bruce Momjian 51746c4549 Free buffer allocated via malloc (process is short-lived, but fix it anyway). 20 years ago
Bruce Momjian 3572e531ca Mention prefix %t has no milliseconds. 20 years ago
Bruce Momjian 4778c33106 Restructure log_line_prefix options to be clearer: 20 years ago
Bruce Momjian 6c2ba14d8d This patch against 8.0.0beta1 source adds log_line_prefix options for 20 years ago
Tom Lane 7974c35020 Fix typo in comment, per Alvaro. 20 years ago
Tom Lane 8714d9c56b Fix assign_datestyle() so that it doesn't misleadingly complain about 20 years ago
Tom Lane 56b01dc9ff Make SPI set SPI_processed for CREATE TABLE AS / SELECT INTO commands; 20 years ago
Tom Lane dce83e76e0 Add missing #include -- mea culpa. 20 years ago
Tom Lane 3ace84594e Defend against omitted paramLengths[] array in PQsendQueryParams. 20 years ago
Tom Lane 0b8e46e49b Repair error in description of nonblocking usage of PQgetCopyData(). 20 years ago
Tom Lane 532ca3083d Avoid bare 'struct Node;' declaration --- provokes annoying warnings 20 years ago
Bruce Momjian 5c4955981e \(rs should be \\(rs, per Tom. 20 years ago
Tom Lane 82358ca936 Put a critical section around update of hash index metapage. Per 20 years ago
Peter Eisentraut 65d27324c3 Add example for pg_config --configure. 20 years ago
Bruce Momjian ebc8649892 Since I needed this feature badly, I added the -n / --schema switch to 20 years ago
Bruce Momjian 4d0e7b4aac Please find attached a patch (diff -c against cvs HEAD) to add a 20 years ago
Bruce Momjian 4a5cda7bba I've created a patch which adds support for troff "-ms" output to 20 years ago
Tom Lane a31ad27fc5 Simplify the planner's join clause management by storing join clauses 20 years ago
Bruce Momjian c51815afed Remove idea of schema tablespaces: 20 years ago
Tom Lane e3a33a9a9f Marginal hack to avoid spending a lot of time in find_join_rel during 20 years ago
Tom Lane 77c168a836 Remove grammar productions for prefix and postfix % and ^ operators, 20 years ago
Tom Lane f5b2f60bd1 Change WAL-logging scheme for multixacts to be more like regular 20 years ago
Neil Conway 593badd30b Correct an omission in the syntax error message emitted by EXECUTE INTO 20 years ago
Bruce Momjian fbc4edfba7 Mention ipcrm and ipcclean in error message. 20 years ago
Bruce Momjian b3e798d750 Fix word wrap: 20 years ago
Tom Lane c14f2ba7a4 Use just NULL not NULL::TEXT --- the latter coding is unnecessary and 20 years ago
Neil Conway 657c098e41 Add a function lastval(), which returns the value returned by the 20 years ago
Neil Conway c59887f916 Add support for an optional INTO clause to PL/PgSQL's EXECUTE command. 20 years ago
Bruce Momjian 0f011f6daa Update text for RESET CONNECTION: 20 years ago
Bruce Momjian 1b000116fb Ipcrm -> ipcclean in error message: 20 years ago
Bruce Momjian d714560658 Add rtee box index discussion. 20 years ago
Bruce Momjian 5859215015 Add: 20 years ago
Tom Lane ee7ac7b11e Modify XLogInsert API to make callers specify whether pages to be backed 20 years ago
Tom Lane 4c8495a1f2 Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. 20 years ago