2001-10-19 |
Tom Lane | Typo. |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Tom Lane | Move init_ps_display from postgres.c to postmaster... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Tom Lane | Spell 'between' correctly, clean up spacing in error... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Tom Lane | Fix memory leakage when sending notice messages to... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Tom Lane | Fix authentication so that it doesn't record an extra... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Tom Lane | Add STATUS_EOF value needed for auth.c. Remove a bunch... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Tom Lane | Fix several problems with simple_prompt() --- the nasti... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Bruce Momjian | Change error code docs to use colons. |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Bruce Momjian | Document all the ecpg error codes. |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Tom Lane | Update for new expected results. |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Tom Lane | Didn't compile on non-HAVE_TM_ZONE machines. |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Tom Lane | Repair missing brace in HAVE_INT_TIMEZONE case. |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Thomas G. Lockhart | Accept an INTERVAL argument for SET TIME ZONE per SQL99. |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Tom Lane | Extend code that deduces implied equality clauses to... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Michael Meskes | Added Lee Kindness' patches. |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Bruce Momjian | Update file for pgcrypto. |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Tom Lane | Add documentation about statistics collector and stats... |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Tom Lane | Make sure to clean out old activity string when recycli... |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Tom Lane | Use LEFT JOIN, not FULL JOIN, in statistical views. |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Barry Lind | Updated the list of encodings supported to match what... |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Barry Lind | Added some additional comments in the code |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Bruce Momjian | Python handle as string all int8 values from postgresql... |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Tatsuo Ishii | Ok, here is the modified encoding table (column1 is... |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Tom Lane | Add a section about the planner's statistics, including... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Tom Lane | Add note about pg_stats to pg_statistic entry; add... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Tom Lane | Doesn't anyone test stuff before they commit it? |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Tom Lane | Fix some portability problems (get it to compile, at... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Tom Lane | Fix some portability problems (get it to compile, at... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Tom Lane | Fix some portability problems (get it to compile, at... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Bruce Momjian | > Uh, isn't the correct fix |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Tom Lane | Updated regression test for tsearch, from Teodor Sigaev. |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Bruce Momjian | Prompt for password from /dev/tty and fall back to... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Tatsuo Ishii | Forgot to add this file... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Bruce Momjian | PG_DUMP NLS (Russian) |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Tom Lane | Suggest placing audit trail on pg_shadow, not its view... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Tatsuo Ishii | Commit Patrice's patches except: |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Tatsuo Ishii | Add UTF-8 char >= 0x10000 check |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Tom Lane | Update examples of type coercion rules --- some of... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Tom Lane | Synchronize with main parser's keyword list (someone... |
commit | commitdiff | tree | snapshot |
2001-10-14 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2001-10-14 |
Michael Meskes | - Fixed GRANT statement. |
commit | commitdiff | tree | snapshot |
2001-10-13 |
Tom Lane | Make selectivity routines cope gracefully with NaNs... |
commit | commitdiff | tree | snapshot |
2001-10-13 |
Peter Eisentraut | Fix logic in insert() function. |
commit | commitdiff | tree | snapshot |
2001-10-13 |
Tom Lane | Fixing closed-path intersection logic causes this test... |
commit | commitdiff | tree | snapshot |
2001-10-13 |
Tom Lane | path_inter, path_distance, path_length, dist_ppath... |
commit | commitdiff | tree | snapshot |
2001-10-13 |
Tom Lane | Add missing prototype to suppress gcc warning. |
commit | commitdiff | tree | snapshot |
2001-10-13 |
Tom Lane | Residual cleanup from making pltcl unknown support... |
commit | commitdiff | tree | snapshot |
2001-10-13 |
Tom Lane | Autoconf. |
commit | commitdiff | tree | snapshot |
2001-10-13 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2001-10-13 |
Bruce Momjian | More keyword uppercasing. |
commit | commitdiff | tree | snapshot |
2001-10-13 |
Bruce Momjian | Here are few more translated messages into Russian |
commit | commitdiff | tree | snapshot |
2001-10-13 |
Bruce Momjian | Attached patch for unconditional enabling of pltcl... |
commit | commitdiff | tree | snapshot |
2001-10-13 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2001-10-13 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2001-10-13 |
Bruce Momjian | Mention createlang when language not installed, per... |
commit | commitdiff | tree | snapshot |
2001-10-13 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Bruce Momjian | More uppercasing. |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Bruce Momjian | Uppercase keywords where appropriate. |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Tom Lane | txtidx datatype for full text indexing with GiST. |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Bruce Momjian | Fix reverse FOR loop to work properly, uppercase cleanu... |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Bruce Momjian | Remove locale/multibyte in HISTORY file, for Tatsuo. |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Bruce Momjian | Add WAL mmap() mention. |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Bruce Momjian | Remove mutex mention. Fixed now. |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Hiroshi Inoue | Update the version of psqlodbc driver. |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Tatsuo Ishii | Add a new function "pg_client_encoding" which returns... |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Hiroshi Inoue | Fix the bug reported by Chris Lee. |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Tom Lane | Break transformCreateStmt() into multiple routines... |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Bruce Momjian | Document use of GEQO param in subquery pullups. |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Bruce Momjian | Add documention for ecpg -209 error. |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Tom Lane | Suppress gcc warnings. |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Bruce Momjian | Tatsuo Ishii <t-ishii@sra.co.jp> writes: |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Bruce Momjian | Remove mention of "pg_result -list" becuase it is not... |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Tatsuo Ishii | Add support for ISO-8859-6 to 16 |
commit | commitdiff | tree | snapshot |
2001-10-10 |
Peter Eisentraut | Remove gratuitous discrepancy between extract() and... |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Peter Eisentraut | Allow optional () after current_user, session_user... |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Barry Lind | This patch fixes a bug introduced in the jdbc bytea... |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Peter Eisentraut | Bunch of copy fitting and style sheet tweakage to get... |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Tom Lane | Change plpgsql compiler so that all elogs are trapped... |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Tom Lane | Fix typo in error message. Noted by laser@zhengmai... |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Tom Lane | Correct some errors in plpgsql examples, as reported... |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Tom Lane | Change plpgsql to depend on main parser's type-declarat... |
commit | commitdiff | tree | snapshot |
2001-10-08 |
Tom Lane | Another go-round with FigureColname, to produce less... |
commit | commitdiff | tree | snapshot |
2001-10-08 |
Tom Lane | Fix transformExpr() to not scribble on its input datast... |
commit | commitdiff | tree | snapshot |
2001-10-08 |
Tom Lane | Fix ruleutils to depend on format_type, rather than... |
commit | commitdiff | tree | snapshot |
2001-10-08 |
Tom Lane | Make ALTER TABLE RENAME COLUMN update column names... |
commit | commitdiff | tree | snapshot |
2001-10-08 |
Tom Lane | Remove redundant code, update comments, cause CURRENT_T... |
commit | commitdiff | tree | snapshot |
2001-10-08 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-10-08 |
Michael Meskes | Fix include file so library is binary compatible again. |
commit | commitdiff | tree | snapshot |
2001-10-08 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
next |