summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cleanup for "#option dump" in PL/PgSQL: don't print empty ELSE blocks,Neil Conway2005-06-141-7/+21
* Change the planner to allow indexscan qualification clauses to useTom Lane2005-06-1312-114/+208
* Per discussion on -hackers, this patch changes psql's "expanded" outputNeil Conway2005-06-137-44/+77
* SGML cleanup: consistently use "endterm" in <xref>s that link to theNeil Conway2005-06-138-50/+59
* Adjust lo_open() so that specifying INV_READ without INV_WRITE createsTom Lane2005-06-1311-96/+265
* Document the --enable-integer-datetimes configure option where the otherTom Lane2005-06-121-1/+16
* This patch removes some old code from libpq that implements a URI-likeNeil Conway2005-06-121-170/+1
* libpq was not consistently checking for memory allocation failures. ThisNeil Conway2005-06-128-117/+206
* Separate predicate-testing code out of indxpath.c, making it a moduleTom Lane2005-06-107-685/+728
* Adjust comment about %t and %s to cover %m as well. Some trivialTom Lane2005-06-101-21/+17
* Fix bug in MIC -> EUC_JP conversion. Per Atsushi Ogawa.Tatsuo Ishii2005-06-101-2/+2
* Add space before :DBNAME for proper \set expansion.Bruce Momjian2005-06-101-2/+2
* Minor cleanup of documentation for recently-added HISTFILE psql variable.Neil Conway2005-06-101-5/+4
* Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM.Neil Conway2005-06-1010-51/+226
* Use saveHistory so we get a nice error message on failure.Bruce Momjian2005-06-101-2/+2
* the following patch makes the filename used to store the readlineBruce Momjian2005-06-102-26/+50
* More Win32 tilde code comments.Bruce Momjian2005-06-101-2/+6
* Add comment on tilde expansion.Bruce Momjian2005-06-101-3/+3
* Remove unneeded variable test, per Tom.Bruce Momjian2005-06-101-9/+2
* Quick hack to allow the outer query's tuple_fraction to be passed downTom Lane2005-06-103-4/+49
* Add the "PGPASSFILE" environment variable to specify to the passwordBruce Momjian2005-06-102-12/+47
* If a LIMIT is applied to a UNION ALL query, plan each UNION arm asTom Lane2005-06-103-118/+178
* Revise searching of subplan target lists to use something more efficientTom Lane2005-06-101-194/+248
* This patch shows the full path name when doing a \s in psql,Bruce Momjian2005-06-092-3/+11
* Free buffer allocated via malloc (process is short-lived, but fix it anyway).Bruce Momjian2005-06-091-1/+2
* Mention prefix %t has no milliseconds.Bruce Momjian2005-06-092-4/+4
* Restructure log_line_prefix options to be clearer:Bruce Momjian2005-06-091-9/+15
* This patch against 8.0.0beta1 source adds log_line_prefix options forBruce Momjian2005-06-093-3/+45
* Fix typo in comment, per Alvaro.Tom Lane2005-06-091-2/+2
* Fix assign_datestyle() so that it doesn't misleadingly complain aboutTom Lane2005-06-091-16/+27
* Make SPI set SPI_processed for CREATE TABLE AS / SELECT INTO commands;Tom Lane2005-06-091-4/+6
* Add missing #include -- mea culpa.Tom Lane2005-06-091-1/+2
* Defend against omitted paramLengths[] array in PQsendQueryParams.Tom Lane2005-06-092-5/+12
* Repair error in description of nonblocking usage of PQgetCopyData().Tom Lane2005-06-091-3/+3
* Avoid bare 'struct Node;' declaration --- provokes annoying warningsTom Lane2005-06-091-6/+6
* \(rs should be \\(rs, per Tom.Bruce Momjian2005-06-091-2/+2
* Put a critical section around update of hash index metapage. PerTom Lane2005-06-091-1/+12
* Add example for pg_config --configure.Peter Eisentraut2005-06-091-2/+18
* Since I needed this feature badly, I added the -n / --schema switch toBruce Momjian2005-06-094-5/+33
* Please find attached a patch (diff -c against cvs HEAD) to add aBruce Momjian2005-06-092-2/+17
* I've created a patch which adds support for troff "-ms" output toBruce Momjian2005-06-094-9/+229
* Simplify the planner's join clause management by storing join clausesTom Lane2005-06-0919-450/+270
* Remove idea of schema tablespaces:Bruce Momjian2005-06-092-13/+6
* Marginal hack to avoid spending a lot of time in find_join_rel duringTom Lane2005-06-089-25/+194
* Remove grammar productions for prefix and postfix % and ^ operators,Tom Lane2005-06-089-34/+16
* Change WAL-logging scheme for multixacts to be more like regularTom Lane2005-06-0812-269/+555
* Correct an omission in the syntax error message emitted by EXECUTE INTONeil Conway2005-06-081-7/+6
* Mention ipcrm and ipcclean in error message.Bruce Momjian2005-06-071-2/+3
* Fix word wrap:Bruce Momjian2005-06-072-8/+8
* Use just NULL not NULL::TEXT --- the latter coding is unnecessary andTom Lane2005-06-071-12/+12