2001-05-17 |
Bruce Momjian | Mark column as not used. |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-05-16 |
Bruce Momjian | Add missing paren. |
commit | commitdiff | tree | snapshot |
2001-05-16 |
Tom Lane | Repair race condition introduced into heap_update(... |
commit | commitdiff | tree | snapshot |
2001-05-16 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-05-16 |
Bruce Momjian | Fix for HASH for index lookups in ODBC. |
commit | commitdiff | tree | snapshot |
2001-05-16 |
Bruce Momjian | autoconf |
commit | commitdiff | tree | snapshot |
2001-05-16 |
Bruce Momjian | The configure.in file erraneous assumes that FreeBSD... |
commit | commitdiff | tree | snapshot |
2001-05-16 |
Bruce Momjian | This patch fixes a bug which occurs when setObject... |
commit | commitdiff | tree | snapshot |
2001-05-16 |
Bruce Momjian | Add NUMERIC tests to jdbc code. |
commit | commitdiff | tree | snapshot |
2001-05-16 |
Bruce Momjian | I was trying to get a very nice FREE graphical db tool... |
commit | commitdiff | tree | snapshot |
2001-05-16 |
Bruce Momjian | Change the line: |
commit | commitdiff | tree | snapshot |
2001-05-16 |
Bruce Momjian | Backpatch jdbc2 fixes to jdbc1, ANT fixes, from Peter... |
commit | commitdiff | tree | snapshot |
2001-05-16 |
Bruce Momjian | Backpatch getImportedKeys to jdbc1. |
commit | commitdiff | tree | snapshot |
2001-05-16 |
Bruce Momjian | Backpatch ORDER BY fix to jdbc1. |
commit | commitdiff | tree | snapshot |
2001-05-16 |
Bruce Momjian | Here's an easy patch for todays snapshot to sort the... |
commit | commitdiff | tree | snapshot |
2001-05-16 |
Bruce Momjian | jdbc2 implementation of getImportedKeys. |
commit | commitdiff | tree | snapshot |
2001-05-16 |
Bruce Momjian | The current implementation of BlobInputStream does |
commit | commitdiff | tree | snapshot |
2001-05-15 |
Peter Eisentraut | Add missing dlfcn.h includes. Fix "" vs <>. |
commit | commitdiff | tree | snapshot |
2001-05-15 |
Tom Lane | Remove unnecessary EvalPlanQual support code --- since... |
commit | commitdiff | tree | snapshot |
2001-05-15 |
Bruce Momjian | we found a problem in GiST with massive insert/update... |
commit | commitdiff | tree | snapshot |
2001-05-15 |
Bruce Momjian | redo record -> undo record, Tom Lane. |
commit | commitdiff | tree | snapshot |
2001-05-15 |
D'Arcy J.M... | Fix small thinko. |
commit | commitdiff | tree | snapshot |
2001-05-15 |
Bruce Momjian | Well, the correct code - that corresponds to current |
commit | commitdiff | tree | snapshot |
2001-05-15 |
Bruce Momjian | Fix regression for new oids. |
commit | commitdiff | tree | snapshot |
2001-05-15 |
Bruce Momjian | Re-add pg_index.indhaskeytype. |
commit | commitdiff | tree | snapshot |
2001-05-15 |
Bruce Momjian | Re-add pg_index.indisclustered in a minimalist way... |
commit | commitdiff | tree | snapshot |
2001-05-15 |
Tom Lane | Some badly needed documentation about EvalPlanQual. |
commit | commitdiff | tree | snapshot |
2001-05-15 |
Tom Lane | EvalPlanQual was thoroughly broken for concurrent updat... |
commit | commitdiff | tree | snapshot |
2001-05-15 |
Tom Lane | Let's stick to the documented number of digits in CATVE... |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Bruce Momjian | Update regression for new oids, some now two smaller. |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Peter Eisentraut | Remove linking hacks now that dynloader is fixed. |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Bruce Momjian | Small include file fix for pg_variabie.h |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Bruce Momjian | Update catalog version for fix. |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Bruce Momjian | Pg_varaiable removal cleanup found from regression. |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Bruce Momjian | Remove columns pg_index.haskeytype and pg_index.indiscl... |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Peter Eisentraut | Use RTLD_GLOBAL flag for dlopen-style dynamic loaders. |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Bruce Momjian | Remove unused tables pg_variable, pg_inheritproc, pg_ip... |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Tom Lane | Current implementation of FOR UPDATE has no hope of... |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Bruce Momjian | Fix 'set path' for csh. |
commit | commitdiff | tree | snapshot |
2001-05-13 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-05-13 |
Bruce Momjian | > I've been experimenting with pgcrypto 0.3 (distribute... |
commit | commitdiff | tree | snapshot |
2001-05-13 |
Bruce Momjian | Update to ora2pg 1.2. |
commit | commitdiff | tree | snapshot |
2001-05-13 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-05-13 |
Peter Eisentraut | Cope with configure arguments that contain spaces. |
commit | commitdiff | tree | snapshot |
2001-05-12 |
Tom Lane | proisstrict must be assumed FALSE when dumping from... |
commit | commitdiff | tree | snapshot |
2001-05-12 |
Peter Eisentraut | Add index. Only some parts of the manual set have... |
commit | commitdiff | tree | snapshot |
2001-05-12 |
Tom Lane | Modify RelationGetBufferForTuple() so that we only... |
commit | commitdiff | tree | snapshot |
2001-05-12 |
Peter Eisentraut | Add provisions for using strdup replacement in the... |
commit | commitdiff | tree | snapshot |
2001-05-12 |
Peter Eisentraut | Add command '\pset footer' to psql to turn off default... |
commit | commitdiff | tree | snapshot |
2001-05-12 |
Peter Eisentraut | PL/Python should build portably now, if you can get... |
commit | commitdiff | tree | snapshot |
2001-05-12 |
Tom Lane | Add comment to explain need for bizarre-looking coding... |
commit | commitdiff | tree | snapshot |
2001-05-12 |
Peter Eisentraut | Make bootstrap debug messages more readable. Clean... |
commit | commitdiff | tree | snapshot |
2001-05-12 |
Peter Eisentraut | PL/Python integration: support in create/droplang... |
commit | commitdiff | tree | snapshot |
2001-05-12 |
Philip Warner | - Don't dump COMMENTs in data-only dumps |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Peter Eisentraut | Cleanups of pltcl unknown thingy. |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Peter Eisentraut | no more Andy Piper tools |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Tom Lane | Improve discussion of %TYPE and %ROWTYPE. |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Tom Lane | Suppress failures in parallel regress tests due to... |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Bruce Momjian | Stamp CVS as 7.2. Update all interface version numbers... |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Bruce Momjian | Stamp for 7.1.2. Ready when you are... |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Bruce Momjian | BSD/OS has new precision, and negative zeros now. |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Bruce Momjian | Up version to force initdb to fix regression problems. |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Tom Lane | Avoid unnecessary lseek() calls by cleanups in md.c... |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Bruce Momjian | Add mention in README of Oracle. |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Bruce Momjian | Add oracle conversion utility ora2pg in /contrib/oracle. |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Bruce Momjian | Add dbase conversion utility to /contrib. |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Bruce Momjian | Move disabled message up to a higher makefile. |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Bruce Momjian | Another add. |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Bruce Momjian | Add new emails. |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Tom Lane | First cut at making indexscan cost estimates depend... |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Bruce Momjian | This directory contains a module that implements the... |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Peter Eisentraut | Add --echo option to createlang and droplang. |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Bruce Momjian | Wow, I am getting good at this Makefile stuff. Peter... |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Bruce Momjian | I think I got the pltcl Makefile unknown rules working... |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Bruce Momjian | I have modifed heap.c so that it won't automatically... |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Bruce Momjian | that's just me again, here's normal patch for KOI8_U to |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Bruce Momjian | This patch should catch cases where the types |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Bruce Momjian | More cleanups to generate tcl unknown from Makefile. |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Bruce Momjian | autoconf |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Bruce Momjian | Make tcl unknown configure from Makefile, not configure. |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Bruce Momjian | More --enable-pltcl-unknown renames. |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Bruce Momjian | Change to enable_pltcl_unknown mention. |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Bruce Momjian | Add TODO file. |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Bruce Momjian | Add plpython code. |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Bruce Momjian | autoconf |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Bruce Momjian | Change --with-pltcl-unknown to --enable-pltcl-unknown |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Bruce Momjian | Noticed a small bug in the code. Probably been there... |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Bruce Momjian | autoconf |
commit | commitdiff | tree | snapshot |
next |