1999-05-18 |
Tom Lane | Add Aggref and ArrayRef to the set of node types that... |
commit | commitdiff | tree | snapshot |
1999-05-18 |
Peter Mount | Forgot the CHANGELOG |
commit | commitdiff | tree | snapshot |
1999-05-18 |
Peter Mount | Internationalisation of error messages |
commit | commitdiff | tree | snapshot |
1999-05-18 |
Tom Lane | Now that hashjoin is reliable for large joins (knock... |
commit | commitdiff | tree | snapshot |
1999-05-18 |
Tom Lane | Remove no-longer-used fields in Hash and HashJoin nodes. |
commit | commitdiff | tree | snapshot |
1999-05-18 |
Tom Lane | Rewrite hash join to use simple linked lists instead... |
commit | commitdiff | tree | snapshot |
1999-05-18 |
Peter Mount | Transactions in ImageViewer |
commit | commitdiff | tree | snapshot |
1999-05-18 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1999-05-17 |
Peter Mount | Fixed Internationalization of error messages. |
commit | commitdiff | tree | snapshot |
1999-05-17 |
Peter Mount | Minor bug fixes. Replaced DateStyle support with ISO. |
commit | commitdiff | tree | snapshot |
1999-05-17 |
Bruce Momjian | All works on linux now by my tests and regression(with... |
commit | commitdiff | tree | snapshot |
1999-05-17 |
Bruce Momjian | Skip junk nodes when comparing UNION target list lengths. |
commit | commitdiff | tree | snapshot |
1999-05-17 |
Bruce Momjian | Change resjunk to a boolean. |
commit | commitdiff | tree | snapshot |
1999-05-17 |
Jan Wieck | Fixed latest regression diff's by omitting viewowner... |
commit | commitdiff | tree | snapshot |
1999-05-17 |
Bruce Momjian | This is actually more of a fundamental problem with... |
commit | commitdiff | tree | snapshot |
1999-05-17 |
Bruce Momjian | Add python |
commit | commitdiff | tree | snapshot |
1999-05-17 |
Bruce Momjian | Re-add python. |
commit | commitdiff | tree | snapshot |
1999-05-17 |
Bruce Momjian | Updates for 6.5. |
commit | commitdiff | tree | snapshot |
1999-05-17 |
Marc G. Fournier | Update pointers to where the register/mailing list... |
commit | commitdiff | tree | snapshot |
1999-05-17 |
Tom Lane | Prior patch added 2 more characters to string allocated |
commit | commitdiff | tree | snapshot |
1999-05-17 |
Bruce Momjian | SELECT * error message fix. |
commit | commitdiff | tree | snapshot |
1999-05-17 |
Marc G. Fournier | Apply freebsd specific patches dealign with ELF system... |
commit | commitdiff | tree | snapshot |
1999-05-17 |
Bruce Momjian | Move IN to proper place. |
commit | commitdiff | tree | snapshot |
1999-05-17 |
Bruce Momjian | Cleanup |
commit | commitdiff | tree | snapshot |
1999-05-17 |
Bruce Momjian | Fix typo in change. |
commit | commitdiff | tree | snapshot |
1999-05-17 |
Tom Lane | Tighten coding in new_join_pathkey, which seems to... |
commit | commitdiff | tree | snapshot |
1999-05-17 |
Tom Lane | Change GEQO optimizer to release memory after each... |
commit | commitdiff | tree | snapshot |
1999-05-17 |
Bruce Momjian | Require IN in LOCK syntax. |
commit | commitdiff | tree | snapshot |
1999-05-17 |
Bruce Momjian | Change md* call to smgr*. |
commit | commitdiff | tree | snapshot |
1999-05-16 |
Tom Lane | Minor code cleanup in optimizer. |
commit | commitdiff | tree | snapshot |
1999-05-16 |
Tom Lane | Fix some typos in geqo optimizer --- it now generates |
commit | commitdiff | tree | snapshot |
1999-05-16 |
Tom Lane | Undo collateral damage from recent patch: Makefile had |
commit | commitdiff | tree | snapshot |
1999-05-16 |
Tom Lane | Change iostream to iostream.h, strstream to strstream.h |
commit | commitdiff | tree | snapshot |
1999-05-15 |
Bruce Momjian | I made it so it rolled over files at 1MB. My table... |
commit | commitdiff | tree | snapshot |
1999-05-15 |
Bruce Momjian | I've got 2 pretty small patches. |
commit | commitdiff | tree | snapshot |
1999-05-14 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1999-05-13 |
Bruce Momjian | Hi, Bruce! |
commit | commitdiff | tree | snapshot |
1999-05-13 |
Thomas G. Lockhart | Add double quotes around the sequence name generated... |
commit | commitdiff | tree | snapshot |
1999-05-13 |
Thomas G. Lockhart | Surround a variable declaration with ENABLE_OUTER_JOINS... |
commit | commitdiff | tree | snapshot |
1999-05-13 |
Tatsuo Ishii | set client_encoding to <nothing> crashes backend. |
commit | commitdiff | tree | snapshot |
1999-05-13 |
Tom Lane | Rip out QueryTreeList structure, root and branch. ... |
commit | commitdiff | tree | snapshot |
1999-05-13 |
Byron Nikolaidis | Update driver to 6-40-0006 |
commit | commitdiff | tree | snapshot |
1999-05-13 |
Bruce Momjian | Here's a small patch to cause pg_dump to emit the |
commit | commitdiff | tree | snapshot |
1999-05-13 |
Tom Lane | Release allocated memory during AtAbort_Memory. |
commit | commitdiff | tree | snapshot |
1999-05-12 |
Tom Lane | Do not refer to stdin in static variable initializer ... |
commit | commitdiff | tree | snapshot |
1999-05-12 |
Jan Wieck | Fixed small bug in ruleutils and added output of pg_vie... |
commit | commitdiff | tree | snapshot |
1999-05-12 |
Jan Wieck | Fixed wrong hasAggs when aggregate columns of view... |
commit | commitdiff | tree | snapshot |
1999-05-12 |
Jan Wieck | Replaced targetlist entry in GroupClause by reference... |
commit | commitdiff | tree | snapshot |
1999-05-12 |
Bruce Momjian | I am sorry, I misinterpreted the still failing trigger... |
commit | commitdiff | tree | snapshot |
1999-05-12 |
Jan Wieck | Added installation of created procedural languages... |
commit | commitdiff | tree | snapshot |
1999-05-12 |
Thomas G. Lockhart | Minor wording change. |
commit | commitdiff | tree | snapshot |
1999-05-12 |
Thomas G. Lockhart | Include mention of CASE, COALESCE, and IFNULL. |
commit | commitdiff | tree | snapshot |
1999-05-12 |
Thomas G. Lockhart | Adjust elog NOTICE messages to surround table and colum... |
commit | commitdiff | tree | snapshot |
1999-05-12 |
Thomas G. Lockhart | Add keywords to implement Vadim's transaction isolation |
commit | commitdiff | tree | snapshot |
1999-05-12 |
Thomas G. Lockhart | Fix problem with multiple indices defined if using... |
commit | commitdiff | tree | snapshot |
1999-05-12 |
Thomas G. Lockhart | Handle conversion of floating point constants to intern... |
commit | commitdiff | tree | snapshot |
1999-05-12 |
Thomas G. Lockhart | Keep long non-quoted numeric strings *as* untyped strin... |
commit | commitdiff | tree | snapshot |
1999-05-12 |
Tom Lane | Fix bogus assumption that MAXALIGN is at least sizeof... |
commit | commitdiff | tree | snapshot |
1999-05-11 |
Tom Lane | Fix configure to generate correct expansion of library... |
commit | commitdiff | tree | snapshot |
1999-05-11 |
Bruce Momjian | Just a couple more files to untar in src/test/regress |
commit | commitdiff | tree | snapshot |
1999-05-11 |
Jan Wieck | Changed debug options: |
commit | commitdiff | tree | snapshot |
1999-05-11 |
Bruce Momjian | put back mklang.sql.in file. |
commit | commitdiff | tree | snapshot |
1999-05-11 |
Bruce Momjian | clean up comments |
commit | commitdiff | tree | snapshot |
1999-05-10 |
Bruce Momjian | Update man page for select |
commit | commitdiff | tree | snapshot |
1999-05-10 |
Jan Wieck | Check for NUMERIC overflow a second time after rounding |
commit | commitdiff | tree | snapshot |
1999-05-10 |
Bruce Momjian | Allow perl install as non-root, from Geoff Keating |
commit | commitdiff | tree | snapshot |
1999-05-10 |
Bruce Momjian | Update to PyGreSQL 2.3. |
commit | commitdiff | tree | snapshot |
1999-05-10 |
Bruce Momjian | libpq++ uses fe_setauthsvc which is deprecated and... |
commit | commitdiff | tree | snapshot |
1999-05-10 |
Bruce Momjian | Rename MAP_FILE to USERMAP_FILE for Digital Unix. |
commit | commitdiff | tree | snapshot |
1999-05-10 |
Bruce Momjian | I send you a attach of my modified refint.c that |
commit | commitdiff | tree | snapshot |
1999-05-10 |
Bruce Momjian | This patch is to add more comments |
commit | commitdiff | tree | snapshot |
1999-05-10 |
Bruce Momjian | add mention of large object orphaning |
commit | commitdiff | tree | snapshot |
1999-05-10 |
Bruce Momjian | Fix initdb problem introduced by recent patch. |
commit | commitdiff | tree | snapshot |
1999-05-10 |
Bruce Momjian | Change error messages to oids come out as %u and not... |
commit | commitdiff | tree | snapshot |
1999-05-09 |
Tom Lane | Correct type_sanity test so it doesn't spit up on new |
commit | commitdiff | tree | snapshot |
1999-05-09 |
Tom Lane | Rearrange top-level rewrite operations so that EXPLAIN... |
commit | commitdiff | tree | snapshot |
1999-05-09 |
Tatsuo Ishii | Running lo_read/lo_write under different memory context |
commit | commitdiff | tree | snapshot |
1999-05-09 |
Vadim B. Mikheev | Mistyping by me. |
commit | commitdiff | tree | snapshot |
1999-05-09 |
Tom Lane | Repair incorrect pg_proc entry for numeric_in. |
commit | commitdiff | tree | snapshot |
1999-05-09 |
Tom Lane | Fix some miscellaneous places that were using raw open... |
commit | commitdiff | tree | snapshot |
1999-05-09 |
Tom Lane | Update hash and join routines to use fd.c's new temp... |
commit | commitdiff | tree | snapshot |
1999-05-09 |
Tom Lane | Add 'temporary file' facility to fd.c, and arrange... |
commit | commitdiff | tree | snapshot |
1999-05-08 |
Bruce Momjian | Add new netbsd file. |
commit | commitdiff | tree | snapshot |
1999-05-07 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1999-05-07 |
Bruce Momjian | Remove unused Netbsd files. |
commit | commitdiff | tree | snapshot |
1999-05-07 |
Bruce Momjian | Please apply the following patch for regress.sh to... |
commit | commitdiff | tree | snapshot |
1999-05-07 |
Bruce Momjian | Please apply the following patch for regress.sh to... |
commit | commitdiff | tree | snapshot |
1999-05-07 |
Vadim B. Mikheev | Fix LMGR for MVCC. |
commit | commitdiff | tree | snapshot |
1999-05-06 |
Tom Lane | Update regress test for CASE to enable tests involving... |
commit | commitdiff | tree | snapshot |
1999-05-06 |
Tom Lane | Fix oversights in flatten_tlistentry and replace_clause... |
commit | commitdiff | tree | snapshot |
1999-05-06 |
Tom Lane | fix_indxqual_references didn't cope with ArrayRef nodes, |
commit | commitdiff | tree | snapshot |
1999-05-06 |
Tom Lane | Fix some nasty coredump bugs in hashjoin. This code... |
commit | commitdiff | tree | snapshot |
1999-05-05 |
Bruce Momjian | I have two patches for 6.5.0: |
commit | commitdiff | tree | snapshot |
1999-05-05 |
Bruce Momjian | small error message improvement from Dmitry Samersoff |
commit | commitdiff | tree | snapshot |
1999-05-04 |
Tom Lane | Repair incorrectly-figured snprintf length restriction. |
commit | commitdiff | tree | snapshot |
1999-05-04 |
Thomas G. Lockhart | Use sprintf() to convert float8 to a string during... |
commit | commitdiff | tree | snapshot |
1999-05-04 |
Thomas G. Lockhart | Allow -t tablename to preserve case if specified as... |
commit | commitdiff | tree | snapshot |
1999-05-04 |
Thomas G. Lockhart | Fix up examples of sh/ksh PATH environment variable... |
commit | commitdiff | tree | snapshot |
1999-05-04 |
Thomas G. Lockhart | Clean up markup for first useful version. |
commit | commitdiff | tree | snapshot |
1999-05-04 |
Thomas G. Lockhart | Include new introductory chapter on SQL from Stefan S. |
commit | commitdiff | tree | snapshot |
next |