summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-06-13Adjust lo_open() so that specifying INV_READ without INV_WRITE createsTom Lane
2005-06-12This patch removes some old code from libpq that implements a URI-likeNeil Conway
2005-06-12libpq was not consistently checking for memory allocation failures. ThisNeil Conway
2005-06-10Separate predicate-testing code out of indxpath.c, making it a moduleTom Lane
2005-06-10Adjust comment about %t and %s to cover %m as well. Some trivialTom Lane
2005-06-10Fix bug in MIC -> EUC_JP conversion. Per Atsushi Ogawa.Tatsuo Ishii
2005-06-10Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM.Neil Conway
2005-06-10Use saveHistory so we get a nice error message on failure.Bruce Momjian
2005-06-10the following patch makes the filename used to store the readlineBruce Momjian
2005-06-10More Win32 tilde code comments.Bruce Momjian
2005-06-10Add comment on tilde expansion.Bruce Momjian
2005-06-10Remove unneeded variable test, per Tom.Bruce Momjian
2005-06-10Quick hack to allow the outer query's tuple_fraction to be passed downTom Lane
2005-06-10Add the "PGPASSFILE" environment variable to specify to the passwordBruce Momjian
2005-06-10If a LIMIT is applied to a UNION ALL query, plan each UNION arm asTom Lane
2005-06-10Revise searching of subplan target lists to use something more efficientTom Lane
2005-06-09This patch shows the full path name when doing a \s in psql,Bruce Momjian
2005-06-09Free buffer allocated via malloc (process is short-lived, but fix it anyway).Bruce Momjian
2005-06-09Mention prefix %t has no milliseconds.Bruce Momjian
2005-06-09Restructure log_line_prefix options to be clearer:Bruce Momjian
2005-06-09This patch against 8.0.0beta1 source adds log_line_prefix options forBruce Momjian
2005-06-09Fix typo in comment, per Alvaro.Tom Lane
2005-06-09Fix assign_datestyle() so that it doesn't misleadingly complain aboutTom Lane
2005-06-09Make SPI set SPI_processed for CREATE TABLE AS / SELECT INTO commands;Tom Lane
2005-06-09Add missing #include -- mea culpa.Tom Lane
2005-06-09Defend against omitted paramLengths[] array in PQsendQueryParams.Tom Lane
2005-06-09Avoid bare 'struct Node;' declaration --- provokes annoying warningsTom Lane
2005-06-09\(rs should be \\(rs, per Tom.Bruce Momjian
2005-06-09Put a critical section around update of hash index metapage. PerTom Lane
2005-06-09Since I needed this feature badly, I added the -n / --schema switch toBruce Momjian
2005-06-09Please find attached a patch (diff -c against cvs HEAD) to add aBruce Momjian
2005-06-09I've created a patch which adds support for troff "-ms" output toBruce Momjian
2005-06-09Simplify the planner's join clause management by storing join clausesTom Lane
2005-06-08Marginal hack to avoid spending a lot of time in find_join_rel duringTom Lane
2005-06-08Remove grammar productions for prefix and postfix % and ^ operators,Tom Lane
2005-06-08Change WAL-logging scheme for multixacts to be more like regularTom Lane
2005-06-08Correct an omission in the syntax error message emitted by EXECUTE INTONeil Conway
2005-06-07Mention ipcrm and ipcclean in error message.Bruce Momjian
2005-06-07Use just NULL not NULL::TEXT --- the latter coding is unnecessary andTom Lane
2005-06-07Add a function lastval(), which returns the value returned by theNeil Conway
2005-06-07Add support for an optional INTO clause to PL/PgSQL's EXECUTE command.Neil Conway
2005-06-07Ipcrm -> ipcclean in error message:Bruce Momjian
2005-06-06Modify XLogInsert API to make callers specify whether pages to be backedTom Lane
2005-06-06Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane
2005-06-06Nab some low-hanging fruit: replace the planner's base_rel_list andTom Lane
2005-06-05Remove planner's private fields from Query struct, and put them intoTom Lane
2005-06-05Here's a patch to do the following:Bruce Momjian
2005-06-05Code for SET/SHOW TIME ZONE with a fixed-interval timezone was notTom Lane
2005-06-05Replace the parser's namespace tree (which formerly had the sameTom Lane
2005-06-04Back out patch:Bruce Momjian