aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Change the planner to allow indexscan qualification clauses to useTom Lane2005-06-13
* Adjust lo_open() so that specifying INV_READ without INV_WRITE createsTom Lane2005-06-13
* Separate predicate-testing code out of indxpath.c, making it a moduleTom Lane2005-06-10
* Adjust comment about %t and %s to cover %m as well. Some trivialTom Lane2005-06-10
* Fix bug in MIC -> EUC_JP conversion. Per Atsushi Ogawa.Tatsuo Ishii2005-06-10
* Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM.Neil Conway2005-06-10
* Quick hack to allow the outer query's tuple_fraction to be passed downTom Lane2005-06-10
* If a LIMIT is applied to a UNION ALL query, plan each UNION arm asTom Lane2005-06-10
* Revise searching of subplan target lists to use something more efficientTom Lane2005-06-10
* Free buffer allocated via malloc (process is short-lived, but fix it anyway).Bruce Momjian2005-06-09
* Mention prefix %t has no milliseconds.Bruce Momjian2005-06-09
* Restructure log_line_prefix options to be clearer:Bruce Momjian2005-06-09
* This patch against 8.0.0beta1 source adds log_line_prefix options forBruce Momjian2005-06-09
* Fix typo in comment, per Alvaro.Tom Lane2005-06-09
* Fix assign_datestyle() so that it doesn't misleadingly complain aboutTom Lane2005-06-09
* Make SPI set SPI_processed for CREATE TABLE AS / SELECT INTO commands;Tom Lane2005-06-09
* Add missing #include -- mea culpa.Tom Lane2005-06-09
* Put a critical section around update of hash index metapage. PerTom Lane2005-06-09
* Simplify the planner's join clause management by storing join clausesTom Lane2005-06-09
* Marginal hack to avoid spending a lot of time in find_join_rel duringTom Lane2005-06-08
* Remove grammar productions for prefix and postfix % and ^ operators,Tom Lane2005-06-08
* Change WAL-logging scheme for multixacts to be more like regularTom Lane2005-06-08
* Mention ipcrm and ipcclean in error message.Bruce Momjian2005-06-07
* Add a function lastval(), which returns the value returned by theNeil Conway2005-06-07
* Ipcrm -> ipcclean in error message:Bruce Momjian2005-06-07
* Modify XLogInsert API to make callers specify whether pages to be backedTom Lane2005-06-06
* Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane2005-06-06
* Nab some low-hanging fruit: replace the planner's base_rel_list andTom Lane2005-06-06
* Remove planner's private fields from Query struct, and put them intoTom Lane2005-06-05
* Code for SET/SHOW TIME ZONE with a fixed-interval timezone was notTom Lane2005-06-05
* Replace the parser's namespace tree (which formerly had the sameTom Lane2005-06-05
* Back out patch:Bruce Momjian2005-06-04
* Add comment for multi-byte computation.Bruce Momjian2005-06-04
* Allow kerberos name and username case sensitivity to be specified fromBruce Momjian2005-06-04
* Tom Lane <tgl@sss.pgh.pa.us> writes:Bruce Momjian2005-06-04
* Change expandRTE() and ResolveNew() back to taking just the singleTom Lane2005-06-04
* Improve readability of config location params by adding newline.Bruce Momjian2005-06-04
* Fix NUMERIC modulus to properly truncate division in computation.Bruce Momjian2005-06-04
* Remove unused 'printCost' field from ExplainState, and simplify the codeNeil Conway2005-06-04
* Revise handling of dropped columns in JOIN alias lists to avoid aTom Lane2005-06-03
* Just noticed that you can't Query-Cancel a long planner run, becauseTom Lane2005-06-03
* Push enable/disable of notify and catchup interrupts all the way downTom Lane2005-06-02
* The no-lexer-backup speedup hadn't been there a week before somebodyTom Lane2005-06-02
* Change CRCs in WAL records from 64bit to 32bit for performance reasons.Tom Lane2005-06-02
* Add support for \x hex escapes in backend strings. Octal was alreadyBruce Momjian2005-06-02
* Add support for \x hex escapes in COPY.Bruce Momjian2005-06-02
* Fix log_statement to properly recognize SELECT INTO and CREATE TABLE ASBruce Momjian2005-06-01
* patternsel() was improperly stripping RelabelType from the derivedTom Lane2005-06-01
* Add test to WAL replay to verify that xl_prev points back to the previousTom Lane2005-05-31
* Fix information_schema for OUT and INOUT parameters.Tom Lane2005-05-31