2001-05-27 |
D'Arcy J.M... | Add NUMERICOID return type. Treat it as floating point... |
commit | commitdiff | tree | snapshot |
2001-05-25 |
Bruce Momjian | Mention failure of ANT to delete directories on clean. |
commit | commitdiff | tree | snapshot |
2001-05-25 |
Bruce Momjian | See attached for a small patch that enables plpython... |
commit | commitdiff | tree | snapshot |
2001-05-25 |
Bruce Momjian | Oops, only wanted python change in the last commit... |
commit | commitdiff | tree | snapshot |
2001-05-25 |
Bruce Momjian | While changing Cygwin Python to build its core as a... |
commit | commitdiff | tree | snapshot |
2001-05-25 |
Bruce Momjian | Back out, per Peter E. |
commit | commitdiff | tree | snapshot |
2001-05-25 |
Bruce Momjian | The attached patch changes src/interfaces/python/GNUmak... |
commit | commitdiff | tree | snapshot |
2001-05-25 |
Bruce Momjian | The following patch corrects a make install problem... |
commit | commitdiff | tree | snapshot |
2001-05-25 |
Hiroshi Inoue | Get rid of the following size limit. |
commit | commitdiff | tree | snapshot |
2001-05-25 |
Bruce Momjian | Another Makefile fix for qnx patch. |
commit | commitdiff | tree | snapshot |
2001-05-25 |
Bruce Momjian | Fix tabs in Makefile. |
commit | commitdiff | tree | snapshot |
2001-05-24 |
Bruce Momjian | Back out qnx plpgsql/Makefile change and move to src... |
commit | commitdiff | tree | snapshot |
2001-05-24 |
Bruce Momjian | I haven't tried building postgres with the Watcom compi... |
commit | commitdiff | tree | snapshot |
2001-05-24 |
Bruce Momjian | There are a number of changes. The main ones are: |
commit | commitdiff | tree | snapshot |
2001-05-24 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-05-24 |
Peter Eisentraut | SQL function bit_length |
commit | commitdiff | tree | snapshot |
2001-05-24 |
Peter Eisentraut | Unset PGLIB so it doesn't slip in from the environment. |
commit | commitdiff | tree | snapshot |
2001-05-23 |
Peter Eisentraut | Make createlang use dynamic loader enhancements (automa... |
commit | commitdiff | tree | snapshot |
2001-05-23 |
Bruce Momjian | Fix ANT for *.properties files. |
commit | commitdiff | tree | snapshot |
2001-05-23 |
Bruce Momjian | Fix ANT so it only has '*.class' files, not the 'tags... |
commit | commitdiff | tree | snapshot |
2001-05-23 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-05-23 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Bruce Momjian | Back out timezone fix. Not needed in jdbc1. |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Bruce Momjian | Fix for comments at top of functions. |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Bruce Momjian | I found the answer to this: the partition had filled... |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Peter Eisentraut | Make bit and bit varying types reject too long input... |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Peter Eisentraut | more indices -> indexes |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Bruce Momjian | ELSEIF PL/PgSQL doc patch. |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Bruce Momjian | The Watcom preprocessor adds a space at the start of... |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Bruce Momjian | Bump major libpq++ version after API changes, Patrick... |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Bruce Momjian | Pgindent fixes for Tom, mostly indenting problems. |
commit | commitdiff | tree | snapshot |
2001-05-21 |
Bruce Momjian | Print error on SELECT tab FROM tab: |
commit | commitdiff | tree | snapshot |
2001-05-21 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-05-21 |
Peter Eisentraut | Make char(n) and varchar(n) types raise an error if... |
commit | commitdiff | tree | snapshot |
2001-05-21 |
Jan Wieck | Enhancement of SPI to get access to portals |
commit | commitdiff | tree | snapshot |
2001-05-20 |
Tom Lane | Modify optimizer data structures so that IndexOptInfo... |
commit | commitdiff | tree | snapshot |
2001-05-20 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-05-19 |
Peter Eisentraut | Make sure fmgr_info() fills in fn_oid last, so that... |
commit | commitdiff | tree | snapshot |
2001-05-19 |
Peter Eisentraut | Allow special '$libdir' macro to show up in object... |
commit | commitdiff | tree | snapshot |
2001-05-19 |
Bruce Momjian | Prevent ANT from recreating the JAR files just because the |
commit | commitdiff | tree | snapshot |
2001-05-19 |
Bruce Momjian | Comment additions in parser. |
commit | commitdiff | tree | snapshot |
2001-05-19 |
Bruce Momjian | Move ParserFuncOrColumn function higher in the file. |
commit | commitdiff | tree | snapshot |
2001-05-19 |
Bruce Momjian | New comment. This func/column things has always confus... |
commit | commitdiff | tree | snapshot |
2001-05-18 |
Bruce Momjian | Undo \dT change. Not worth it. |
commit | commitdiff | tree | snapshot |
2001-05-18 |
Bruce Momjian | Rename ParseFuncOrColumn() to ParseColumnOrFunc(). |
commit | commitdiff | tree | snapshot |
2001-05-18 |
Bruce Momjian | Small code cleanups,formatting. |
commit | commitdiff | tree | snapshot |
2001-05-18 |
Jan Wieck | Adding ELSIF support contributed by Klaus Reger. |
commit | commitdiff | tree | snapshot |
2001-05-18 |
Tom Lane | Suppress compiler warnings about pid_t vs int. |
commit | commitdiff | tree | snapshot |
2001-05-18 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-05-18 |
Tom Lane | Add regression test to catch future breakage of avg... |
commit | commitdiff | tree | snapshot |
2001-05-18 |
Tom Lane | Correct recently-broken avg(interval) definition. |
commit | commitdiff | tree | snapshot |
2001-05-18 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-05-18 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Peter Eisentraut | Change "indices" to "indexes", per OED. |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Peter Eisentraut | Add -U and -W options to pg_dump and friends to support... |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Peter Eisentraut | Add dynamic_library_path parameter and automatic append... |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Bruce Momjian | OK, now pgindent has blank lines before comment blocks... |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Bruce Momjian | Prevent forced blank line before comment block in pgindent. |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Bruce Momjian | Spacing cleanup. |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Bruce Momjian | Small cleanup of spacing. |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Bruce Momjian | Add HISTORY items for 7.1.2. |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Bruce Momjian | Add missing space to sample cvs call. |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Bruce Momjian | Fix pg_index statistics query to join proper relation. |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Bruce Momjian | Included is a patch that fixes a bug introduced in... |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Bruce Momjian | Cleanup of backpatch of jdbc2 improvements to jdbc1: |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Bruce Momjian | Fix 'make clean' with jdbc and ant by using filesets. |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Hiroshi Inoue | 1) Decrease the size of some buffers. |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Tom Lane | Replace poorly-coded vac_find_eq routine with call... |
commit | commitdiff | tree | snapshot |
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 |
next |