2001-10-22 |
Bruce Momjian | Add ecpg items to HISTORY file. |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Peter Eisentraut | Make the CREATE TABLE ref page more readable and update... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Michael Meskes | synced preproc.y with gram.y |
commit | commitdiff | tree | snapshot |
2001-10-21 |
Tom Lane | Fix FindExec() for case where executable is found via... |
commit | commitdiff | tree | snapshot |
2001-10-21 |
Tom Lane | Fix getopt-vs-init_ps_display problem by copying origin... |
commit | commitdiff | tree | snapshot |
2001-10-20 |
Tom Lane | Revert change to autodetect '__getopt_initialized'... |
commit | commitdiff | tree | snapshot |
2001-10-20 |
Bruce Momjian | Change LIMIT #,# error message to be more generic. |
commit | commitdiff | tree | snapshot |
2001-10-20 |
Bruce Momjian | Remove LIMIT #,# and suggest LIMIT # OFFSET #, per... |
commit | commitdiff | tree | snapshot |
2001-10-20 |
Thomas G. Lockhart | Fix transposed arguments for typmod for one INTERVAL... |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Tom Lane | Fix plperl to discard cached function definition after... |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Tom Lane | Proper fix for glibc getopt() botch. Surprising we... |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Tom Lane | Fix a lot of confusion between typlen and typmod. ... |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Tom Lane | Set optreset on platforms that have it before launching... |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Tom Lane | Ensure that all startup paths (postmaster, standalone... |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Tom Lane | Rename macro arg to avoid useless compiler warning... |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Bruce Momjian | Without this patch I couldn't compile PostgreSQL on... |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Bruce Momjian | > This stops the interface from leaking the row tuples... |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Michael Meskes | removed "not fully implemented" warning for nullif |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Hiroshi Inoue | Change SC_fetch() to not retrieve data in case the |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Tom Lane | Fix pltcl to update cached function def after |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
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 |
next |