2005-06-13 |
Neil Conway | Per discussion on -hackers, this patch changes psql... |
commit | commitdiff | tree | snapshot |
2005-06-13 |
Neil Conway | SGML cleanup: consistently use "endterm" in <xref>s... |
commit | commitdiff | tree | snapshot |
2005-06-13 |
Tom Lane | Adjust lo_open() so that specifying INV_READ without... |
commit | commitdiff | tree | snapshot |
2005-06-12 |
Tom Lane | Document the --enable-integer-datetimes configure optio... |
commit | commitdiff | tree | snapshot |
2005-06-12 |
Neil Conway | This patch removes some old code from libpq that implem... |
commit | commitdiff | tree | snapshot |
2005-06-12 |
Neil Conway | libpq was not consistently checking for memory allocati... |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Tom Lane | Separate predicate-testing code out of indxpath.c,... |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Tom Lane | Adjust comment about %t and %s to cover %m as well... |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Tatsuo Ishii | Fix bug in MIC -> EUC_JP conversion. Per Atsushi Ogawa. |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Bruce Momjian | Add space before :DBNAME for proper \set expansion. |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Neil Conway | Minor cleanup of documentation for recently-added HISTF... |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Neil Conway | Implement two new special variables in PL/PgSQL: SQLSTA... |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Bruce Momjian | Use saveHistory so we get a nice error message on failure. |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Bruce Momjian | the following patch makes the filename used to store... |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Bruce Momjian | More Win32 tilde code comments. |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Bruce Momjian | Add comment on tilde expansion. |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Bruce Momjian | Remove unneeded variable test, per Tom. |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Tom Lane | Quick hack to allow the outer query's tuple_fraction... |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Bruce Momjian | Add the "PGPASSFILE" environment variable to specify... |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Tom Lane | If a LIMIT is applied to a UNION ALL query, plan each... |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Tom Lane | Revise searching of subplan target lists to use somethi... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Bruce Momjian | This patch shows the full path name when doing a \s... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Bruce Momjian | Free buffer allocated via malloc (process is short... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Bruce Momjian | Mention prefix %t has no milliseconds. |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Bruce Momjian | Restructure log_line_prefix options to be clearer: |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Bruce Momjian | This patch against 8.0.0beta1 source adds log_line_pref... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Tom Lane | Fix typo in comment, per Alvaro. |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Tom Lane | Fix assign_datestyle() so that it doesn't misleadingly... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Tom Lane | Make SPI set SPI_processed for CREATE TABLE AS / SELECT... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Tom Lane | Add missing #include -- mea culpa. |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Tom Lane | Defend against omitted paramLengths[] array in PQsendQu... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Tom Lane | Repair error in description of nonblocking usage of... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Tom Lane | Avoid bare 'struct Node;' declaration --- provokes... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Bruce Momjian | \(rs should be \\(rs, per Tom. |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Tom Lane | Put a critical section around update of hash index... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Peter Eisentraut | Add example for pg_config --configure. |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Bruce Momjian | Since I needed this feature badly, I added the -n ... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Bruce Momjian | Please find attached a patch (diff -c against cvs HEAD... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Bruce Momjian | I've created a patch which adds support for troff ... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Tom Lane | Simplify the planner's join clause management by storin... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Bruce Momjian | Remove idea of schema tablespaces: |
commit | commitdiff | tree | snapshot |
2005-06-08 |
Tom Lane | Marginal hack to avoid spending a lot of time in find_j... |
commit | commitdiff | tree | snapshot |
2005-06-08 |
Tom Lane | Remove grammar productions for prefix and postfix ... |
commit | commitdiff | tree | snapshot |
2005-06-08 |
Tom Lane | Change WAL-logging scheme for multixacts to be more... |
commit | commitdiff | tree | snapshot |
2005-06-08 |
Neil Conway | Correct an omission in the syntax error message emitted... |
commit | commitdiff | tree | snapshot |
2005-06-07 |
Bruce Momjian | Mention ipcrm and ipcclean in error message. |
commit | commitdiff | tree | snapshot |
2005-06-07 |
Bruce Momjian | Fix word wrap: |
commit | commitdiff | tree | snapshot |
2005-06-07 |
Tom Lane | Use just NULL not NULL::TEXT --- the latter coding... |
commit | commitdiff | tree | snapshot |
2005-06-07 |
Neil Conway | Add a function lastval(), which returns the value retur... |
commit | commitdiff | tree | snapshot |
2005-06-07 |
Neil Conway | Add support for an optional INTO clause to PL/PgSQL... |
commit | commitdiff | tree | snapshot |
2005-06-07 |
Bruce Momjian | Update text for RESET CONNECTION: |
commit | commitdiff | tree | snapshot |
2005-06-07 |
Bruce Momjian | Ipcrm -> ipcclean in error message: |
commit | commitdiff | tree | snapshot |
2005-06-06 |
Bruce Momjian | Add rtee box index discussion. |
commit | commitdiff | tree | snapshot |
2005-06-06 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-06-06 |
Tom Lane | Modify XLogInsert API to make callers specify whether... |
commit | commitdiff | tree | snapshot |
2005-06-06 |
Tom Lane | Remove the mostly-stubbed-out-anyway support routines... |
commit | commitdiff | tree | snapshot |
2005-06-06 |
Bruce Momjian | Update Hungarian FAQ and add an HTML version. |
commit | commitdiff | tree | snapshot |
2005-06-06 |
Tom Lane | Trivial markup improvement. |
commit | commitdiff | tree | snapshot |
2005-06-06 |
Tom Lane | Nab some low-hanging fruit: replace the planner's base_... |
commit | commitdiff | tree | snapshot |
2005-06-05 |
Tom Lane | Remove planner's private fields from Query struct,... |
commit | commitdiff | tree | snapshot |
2005-06-05 |
Bruce Momjian | Add description for backend termination: |
commit | commitdiff | tree | snapshot |
2005-06-05 |
Bruce Momjian | Here's a patch to do the following: |
commit | commitdiff | tree | snapshot |
2005-06-05 |
Tom Lane | Code for SET/SHOW TIME ZONE with a fixed-interval timez... |
commit | commitdiff | tree | snapshot |
2005-06-05 |
Bruce Momjian | Add 2phase TODO.detail. |
commit | commitdiff | tree | snapshot |
2005-06-05 |
Bruce Momjian | Add TODO.detail for 2phase commit: |
commit | commitdiff | tree | snapshot |
2005-06-05 |
Tom Lane | Replace the parser's namespace tree (which formerly... |
commit | commitdiff | tree | snapshot |
2005-06-05 |
Bruce Momjian | Add TODO.detail. |
commit | commitdiff | tree | snapshot |
2005-06-05 |
Bruce Momjian | Remove duplicate emails. |
commit | commitdiff | tree | snapshot |
2005-06-05 |
Bruce Momjian | Add TODO.detail for timezone: |
commit | commitdiff | tree | snapshot |
2005-06-05 |
Bruce Momjian | Add TODO.detail of standard timezone data type. |
commit | commitdiff | tree | snapshot |
2005-06-04 |
Bruce Momjian | Add pg_upgrade TODO.detail. |
commit | commitdiff | tree | snapshot |
2005-06-04 |
Bruce Momjian | Add TODO.detail: |
commit | commitdiff | tree | snapshot |
2005-06-04 |
Bruce Momjian | Add pg_dump TODO.detail for multiple -t / -n flags. |
commit | commitdiff | tree | snapshot |
2005-06-04 |
Bruce Momjian | Add pg_dump to TODO.detail. |
commit | commitdiff | tree | snapshot |
2005-06-04 |
Bruce Momjian | Back out patch: |
commit | commitdiff | tree | snapshot |
2005-06-04 |
Bruce Momjian | Add comment for multi-byte computation. |
commit | commitdiff | tree | snapshot |
2005-06-04 |
Bruce Momjian | Allow kerberos name and username case sensitivity to... |
commit | commitdiff | tree | snapshot |
2005-06-04 |
Bruce Momjian | At 2005-05-21 20:18:50 +0530, ams@oryx.com wrote: |
commit | commitdiff | tree | snapshot |
2005-06-04 |
Bruce Momjian | Tom Lane <tgl@sss.pgh.pa.us> writes: |
commit | commitdiff | tree | snapshot |
2005-06-04 |
Tom Lane | Change expandRTE() and ResolveNew() back to taking... |
commit | commitdiff | tree | snapshot |
2005-06-04 |
Bruce Momjian | Back out make_mkid change. |
commit | commitdiff | tree | snapshot |
2005-06-04 |
Bruce Momjian | Improve readability of config location params by adding... |
commit | commitdiff | tree | snapshot |
2005-06-04 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-06-04 |
Bruce Momjian | Add description: |
commit | commitdiff | tree | snapshot |
2005-06-04 |
Bruce Momjian | Fix NUMERIC modulus to properly truncate division in... |
commit | commitdiff | tree | snapshot |
2005-06-04 |
Bruce Momjian | Update Chinese FAQ to fix XHTML format. |
commit | commitdiff | tree | snapshot |
2005-06-04 |
Neil Conway | Remove unused 'printCost' field from ExplainState,... |
commit | commitdiff | tree | snapshot |
2005-06-03 |
Tom Lane | Revise handling of dropped columns in JOIN alias lists... |
commit | commitdiff | tree | snapshot |
2005-06-03 |
Bruce Momjian | Put back WAL TODO.detail entries. |
commit | commitdiff | tree | snapshot |
2005-06-03 |
Bruce Momjian | Remove because it is partly done and we might not want... |
commit | commitdiff | tree | snapshot |
2005-06-03 |
Tom Lane | Just noticed that you can't Query-Cancel a long planner... |
commit | commitdiff | tree | snapshot |
2005-06-03 |
Bruce Momjian | Update Russian FAQ. |
commit | commitdiff | tree | snapshot |
2005-06-03 |
Bruce Momjian | Trim TODO.detail for wal completed items. |
commit | commitdiff | tree | snapshot |
2005-06-03 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2005-06-03 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2005-06-02 |
Tom Lane | Push enable/disable of notify and catchup interrupts... |
commit | commitdiff | tree | snapshot |
2005-06-02 |
Tom Lane | The no-lexer-backup speedup hadn't been there a week... |
commit | commitdiff | tree | snapshot |
2005-06-02 |
Michael Meskes | - Fixed memory leak in ecpglib by adding some missing... |
commit | commitdiff | tree | snapshot |
2005-06-02 |
Tom Lane | Change CRCs in WAL records from 64bit to 32bit for... |
commit | commitdiff | tree | snapshot |
2005-06-02 |
Bruce Momjian | Completed: |
commit | commitdiff | tree | snapshot |
next |