| 1999-05-10 |
Bruce Momjian | Update to PyGreSQL 2.3. |
commit | commitdiff | tree |
| 1999-05-10 |
Bruce Momjian | libpq++ uses fe_setauthsvc which is deprecated and... |
commit | commitdiff | tree |
| 1999-05-10 |
Bruce Momjian | Rename MAP_FILE to USERMAP_FILE for Digital Unix. |
commit | commitdiff | tree |
| 1999-05-10 |
Bruce Momjian | I send you a attach of my modified refint.c that |
commit | commitdiff | tree |
| 1999-05-10 |
Bruce Momjian | This patch is to add more comments |
commit | commitdiff | tree |
| 1999-05-10 |
Bruce Momjian | add mention of large object orphaning |
commit | commitdiff | tree |
| 1999-05-10 |
Bruce Momjian | Fix initdb problem introduced by recent patch. |
commit | commitdiff | tree |
| 1999-05-10 |
Bruce Momjian | Change error messages to oids come out as %u and not... |
commit | commitdiff | tree |
| 1999-05-09 |
Tom Lane | Correct type_sanity test so it doesn't spit up on new |
commit | commitdiff | tree |
| 1999-05-09 |
Tom Lane | Rearrange top-level rewrite operations so that EXPLAIN... |
commit | commitdiff | tree |
| 1999-05-09 |
Tatsuo Ishii | Running lo_read/lo_write under different memory context |
commit | commitdiff | tree |
| 1999-05-09 |
Vadim B. Mikheev | Mistyping by me. |
commit | commitdiff | tree |
| 1999-05-09 |
Tom Lane | Repair incorrect pg_proc entry for numeric_in. |
commit | commitdiff | tree |
| 1999-05-09 |
Tom Lane | Fix some miscellaneous places that were using raw open... |
commit | commitdiff | tree |
| 1999-05-09 |
Tom Lane | Update hash and join routines to use fd.c's new temp... |
commit | commitdiff | tree |
| 1999-05-09 |
Tom Lane | Add 'temporary file' facility to fd.c, and arrange... |
commit | commitdiff | tree |
| 1999-05-08 |
Bruce Momjian | Add new netbsd file. |
commit | commitdiff | tree |
| 1999-05-07 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree |
| 1999-05-07 |
Bruce Momjian | Remove unused Netbsd files. |
commit | commitdiff | tree |
| 1999-05-07 |
Bruce Momjian | Please apply the following patch for regress.sh to... |
commit | commitdiff | tree |
| 1999-05-07 |
Bruce Momjian | Please apply the following patch for regress.sh to... |
commit | commitdiff | tree |
| 1999-05-07 |
Vadim B. Mikheev | Fix LMGR for MVCC. |
commit | commitdiff | tree |
| 1999-05-06 |
Tom Lane | Update regress test for CASE to enable tests involving... |
commit | commitdiff | tree |
| 1999-05-06 |
Tom Lane | Fix oversights in flatten_tlistentry and replace_clause... |
commit | commitdiff | tree |
| 1999-05-06 |
Tom Lane | fix_indxqual_references didn't cope with ArrayRef nodes, |
commit | commitdiff | tree |
| 1999-05-06 |
Tom Lane | Fix some nasty coredump bugs in hashjoin. This code... |
commit | commitdiff | tree |
| 1999-05-05 |
Bruce Momjian | I have two patches for 6.5.0: |
commit | commitdiff | tree |
| 1999-05-05 |
Bruce Momjian | small error message improvement from Dmitry Samersoff |
commit | commitdiff | tree |
| 1999-05-04 |
Tom Lane | Repair incorrectly-figured snprintf length restriction. |
commit | commitdiff | tree |
| 1999-05-04 |
Thomas G. Lockhart | Use sprintf() to convert float8 to a string during... |
commit | commitdiff | tree |
| 1999-05-04 |
Thomas G. Lockhart | Allow -t tablename to preserve case if specified as... |
commit | commitdiff | tree |
| 1999-05-04 |
Thomas G. Lockhart | Fix up examples of sh/ksh PATH environment variable... |
commit | commitdiff | tree |
| 1999-05-04 |
Thomas G. Lockhart | Clean up markup for first useful version. |
commit | commitdiff | tree |
| 1999-05-04 |
Thomas G. Lockhart | Include new introductory chapter on SQL from Stefan S. |
commit | commitdiff | tree |
| 1999-05-04 |
Thomas G. Lockhart | Indent markup using emacs. |
commit | commitdiff | tree |
| 1999-05-04 |
Thomas G. Lockhart | Include specific info on available timezones. |
commit | commitdiff | tree |
| 1999-05-04 |
Thomas G. Lockhart | Include chapters on security and an intro to SQL. |
commit | commitdiff | tree |
| 1999-05-04 |
Thomas G. Lockhart | First version of markup which can run through jade... |
commit | commitdiff | tree |
| 1999-05-04 |
Thomas G. Lockhart | Include chapter on security. |
commit | commitdiff | tree |
| 1999-05-04 |
Tom Lane | Make sure targetlist generated for subplan does not... |
commit | commitdiff | tree |
| 1999-05-03 |
Tom Lane | Correct declaration of array_map() so that it doesn... |
commit | commitdiff | tree |
| 1999-05-03 |
Bruce Momjian | here are some patches for 6.5.0 which I already submitt... |
commit | commitdiff | tree |
| 1999-05-03 |
Tom Lane | Revise union_planner and associated routines to clean... |
commit | commitdiff | tree |
| 1999-05-01 |
Tom Lane | Clean up cost_sort some more: most callers were double... |
commit | commitdiff | tree |
| 1999-05-01 |
Tom Lane | Arrange for VACUUM to delete the init file that relcach... |
commit | commitdiff | tree |
| 1999-05-01 |
Tom Lane | -T was omitted from getopt() call. |
commit | commitdiff | tree |
| 1999-05-01 |
Tom Lane | Fix compile failures in dt.c --- line broken in middle of |
commit | commitdiff | tree |
| 1999-05-01 |
Vadim B. Mikheev | Patch from "Hiroshi Inoue" <Inoue@tpf.co.jp> for |
commit | commitdiff | tree |
| 1999-05-01 |
Vadim B. Mikheev | Use page-level ExtendLock lock instead of table-level - |
commit | commitdiff | tree |
| 1999-04-30 |
Bruce Momjian | cleanup |
commit | commitdiff | tree |
| 1999-04-30 |
Bruce Momjian | Clean up typo causing compile failure. |
commit | commitdiff | tree |
| 1999-04-30 |
Tom Lane | Fill in reasonable-looking cost estimates in inserted... |
commit | commitdiff | tree |
| 1999-04-30 |
Tom Lane | Clean up some bogosities in path cost estimation, like |
commit | commitdiff | tree |
| 1999-04-30 |
Tom Lane | Fix nasty little typo that prevented get_cheapest_path_... |
commit | commitdiff | tree |
| 1999-04-30 |
Bruce Momjian | Prevent priority inversion in locking by checking for... |
commit | commitdiff | tree |
| 1999-04-29 |
Jan Wieck | Bugfix (bug by me in 1.4) in backparsing INSERT ..... |
commit | commitdiff | tree |
| 1999-04-29 |
Tom Lane | Defend against 'update oid'. Someday we might want... |
commit | commitdiff | tree |
| 1999-04-29 |
Tom Lane | Aggregate functions didn't work on subscripted array... |
commit | commitdiff | tree |
| 1999-04-29 |
Tom Lane | Several routines in setrefs.c would crash on array... |
commit | commitdiff | tree |
| 1999-04-28 |
Tom Lane | Fix stupid typo that broke empty-query response...... |
commit | commitdiff | tree |
| 1999-04-27 |
Jan Wieck | Fixed DECIMAL data type to handle specified precision... |
commit | commitdiff | tree |
| 1999-04-27 |
Tatsuo Ishii | Fix for _copyUnique() suggested by Hiroshi Inoue |
commit | commitdiff | tree |
| 1999-04-26 |
Marc G. Fournier | These are no longer used ... |
commit | commitdiff | tree |
| 1999-04-26 |
Marc G. Fournier | provides string to be used for expected/* files for... |
commit | commitdiff | tree |
| 1999-04-26 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree |
| 1999-04-26 |
Tatsuo Ishii | Fix from Yutaka Tanida <yutaka@marin.or.jp> for Cygwin3... |
commit | commitdiff | tree |
| 1999-04-26 |
Tatsuo Ishii | Fix from Yutaka Tanida <yutaka@marin.or.jp> |
commit | commitdiff | tree |
| 1999-04-26 |
Tom Lane | Insert a test for missing targetlist entry in replace_a... |
commit | commitdiff | tree |
| 1999-04-25 |
Tom Lane | It looks like the multibyte regress tests only work... |
commit | commitdiff | tree |
| 1999-04-25 |
Tom Lane | More multibyte tests with obsolete spelling of error... |
commit | commitdiff | tree |
| 1999-04-25 |
Tom Lane | psql's recognition of comments didn't work right in... |
commit | commitdiff | tree |
| 1999-04-25 |
Tom Lane | Explicitly set PGCLIENTENCODING during regression tests, |
commit | commitdiff | tree |
| 1999-04-25 |
Tom Lane | Still had a few MULTIBYTE problems when client encoding was |
commit | commitdiff | tree |
| 1999-04-25 |
Tom Lane | Correct potential infinite loop in pg_utf2wchar_with_len; |
commit | commitdiff | tree |
| 1999-04-25 |
Tom Lane | Multibyte tests were all 'failing' because of change of |
commit | commitdiff | tree |
| 1999-04-25 |
Tom Lane | My first cut at libpq revision didn't handle MULTIBYTE... |
commit | commitdiff | tree |
| 1999-04-25 |
Tom Lane | Clean up gcc warning in MULTIBYTE code. |
commit | commitdiff | tree |
| 1999-04-25 |
Tom Lane | ifdef out some unused routines to suppress gcc warnings. |
commit | commitdiff | tree |
| 1999-04-25 |
Tom Lane | Ooops, missed committing this one... |
commit | commitdiff | tree |
| 1999-04-25 |
Tom Lane | Revise backend libpq interfaces so that messages to... |
commit | commitdiff | tree |
| 1999-04-23 |
Bruce Momjian | Rename explain's "size" to "rows". |
commit | commitdiff | tree |
| 1999-04-23 |
Bruce Momjian | Add disk space message to "can not extend" message. |
commit | commitdiff | tree |
| 1999-04-23 |
Thomas G. Lockhart | Remove "Non-functional update" notices since that messa... |
commit | commitdiff | tree |
| 1999-04-23 |
Tom Lane | Repair missing heap_endscan() in OperatorUpd(). |
commit | commitdiff | tree |
| 1999-04-22 |
Vadim B. Mikheev | Fix duplicating ROOT page in concurrent updates. |
commit | commitdiff | tree |
| 1999-04-20 |
Tom Lane | Un-break CREATE TYPE. Fix some other inconsistencies... |
commit | commitdiff | tree |
| 1999-04-20 |
Tom Lane | Change elog(ERROR) to get back to main loop via a plain... |
commit | commitdiff | tree |
| 1999-04-20 |
Tom Lane | Portability patches for HPUX 11 and Unixware in configure |
commit | commitdiff | tree |
| 1999-04-19 |
Bruce Momjian | Add temporary for temp. |
commit | commitdiff | tree |
| 1999-04-19 |
Tatsuo Ishii | Fix typo in multi-byte encodings (EHC_CN --> EUC_CN) |
commit | commitdiff | tree |
| 1999-04-19 |
Tom Lane | Fix problems seen when result of a subselect was used... |
commit | commitdiff | tree |
| 1999-04-19 |
Tom Lane | Repair some problems in planner's handling of HAVING... |
commit | commitdiff | tree |
| 1999-04-18 |
Tom Lane | After transforming a CASE expr with a default argument, |
commit | commitdiff | tree |
| 1999-04-18 |
Tom Lane | Update CREATE FUNCTION's on-line help in psql. |
commit | commitdiff | tree |
| 1999-04-18 |
Tom Lane | Allow CREATE FUNCTION xyz AS '' LANGUAGE 'internal' to |
commit | commitdiff | tree |
| 1999-04-17 |
Bruce Momjian | Add res checking to libpq examples, from Dan Merillat. |
commit | commitdiff | tree |
| 1999-04-16 |
Tom Lane | Add missing function prototypes to stifle gcc warnings. |
commit | commitdiff | tree |
| 1999-04-16 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree |
| 1999-04-16 |
Tatsuo Ishii | Fix kill() call in elog() so that it gets its own pid... |
commit | commitdiff | tree |
| 1999-04-16 |
Tatsuo Ishii | Overhaul Wisconsin Benchmark test suit |
commit | commitdiff | tree |
| next |