2000-07-20 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2000-07-20 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2000-07-20 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2000-07-20 |
Peter Mount | Fixed DatabaseMetaData.getTableTypes() |
commit | commitdiff | tree | snapshot |
2000-07-20 |
Jan Wieck | Fixed memory allocation problems when compressing multi-MB |
commit | commitdiff | tree | snapshot |
2000-07-19 |
Peter Eisentraut | Don't need this anymore. It's now handled in the Makefile. |
commit | commitdiff | tree | snapshot |
2000-07-19 |
Peter Eisentraut | Add distprep target to take some of the job of the... |
commit | commitdiff | tree | snapshot |
2000-07-19 |
Jan Wieck | Added untrusted PL/TclU (pltclu) language. Executes... |
commit | commitdiff | tree | snapshot |
2000-07-18 |
Jan Wieck | Fixed an ordering problem in test queries and |
commit | commitdiff | tree | snapshot |
2000-07-18 |
Tom Lane | Add an opr_sanity check for misdefined aggregates that... |
commit | commitdiff | tree | snapshot |
2000-07-18 |
Tom Lane | Update pltcl regress test's expected output for 7.0... |
commit | commitdiff | tree | snapshot |
2000-07-18 |
Tom Lane | 'const' decorations are fine, but not when they're... |
commit | commitdiff | tree | snapshot |
2000-07-17 |
Peter Eisentraut | forgot autoconf run... |
commit | commitdiff | tree | snapshot |
2000-07-17 |
Tom Lane | Correct erroneous explanation of DEADLOCK_TIMEOUT confi... |
commit | commitdiff | tree | snapshot |
2000-07-17 |
Peter Eisentraut | End users shouldn't have to invoke a separate command... |
commit | commitdiff | tree | snapshot |
2000-07-17 |
Peter Eisentraut | Don't strip trailing backslashes from a line. Treat... |
commit | commitdiff | tree | snapshot |
2000-07-17 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-07-17 |
Tom Lane | I concur with Andreas: unconditionally including ... |
commit | commitdiff | tree | snapshot |
2000-07-17 |
Tom Lane | Stat functions now in main system, contrib code no... |
commit | commitdiff | tree | snapshot |
2000-07-17 |
Tom Lane | Update aggregate-function docs for STDDEV, VARIANCE. |
commit | commitdiff | tree | snapshot |
2000-07-17 |
Tom Lane | Revise aggregate functions per earlier discussions... |
commit | commitdiff | tree | snapshot |
2000-07-17 |
Tom Lane | update pltcl test to have at least some chance of runni... |
commit | commitdiff | tree | snapshot |
2000-07-17 |
Tom Lane | pltcl seems to be broken on HPUX with recent Tcl versio... |
commit | commitdiff | tree | snapshot |
2000-07-16 |
Bruce Momjian | Hmm. I didn't expect a change since I hadn't added... |
commit | commitdiff | tree | snapshot |
2000-07-16 |
Peter Eisentraut | Automatic dependency tracking |
commit | commitdiff | tree | snapshot |
2000-07-16 |
Peter Eisentraut | Incorporate README.fsync into main documentation body |
commit | commitdiff | tree | snapshot |
2000-07-15 |
Peter Eisentraut | Revise locale and Kerberos documentation |
commit | commitdiff | tree | snapshot |
2000-07-15 |
Peter Eisentraut | Rename templates to match names in makefiles/Makefile... |
commit | commitdiff | tree | snapshot |
2000-07-15 |
Bruce Momjian | This should be a slighly more complete patch for comman... |
commit | commitdiff | tree | snapshot |
2000-07-15 |
Tom Lane | Update implementation notes for new memory management... |
commit | commitdiff | tree | snapshot |
2000-07-15 |
Tom Lane | Remove useless and dangerous 'opt_type' option from... |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Tom Lane | Cleanup of code for creating index entries. Functional... |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Peter Eisentraut | Remove dangling else warning (Cyrillic recode stuff) |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Peter Eisentraut | didn't compile |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Peter Eisentraut | Remove references to symbols that no longer get defined |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Thomas G. Lockhart | Fix munged markup from previous commit. |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Thomas G. Lockhart | Implement nested block comments in the backend and... |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Thomas G. Lockhart | Implement SET SESSION CHARACTERISTICS and SET DefaultXa... |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Thomas G. Lockhart | Fix indenting in prototype declarations. No functional... |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Thomas G. Lockhart | Include rule to build include/parser/parse.h since... |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Thomas G. Lockhart | Change order of builds to get parser before commands. |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Thomas G. Lockhart | Save changes from last docs release. |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Thomas G. Lockhart | Add information on SET SESSION CHARACTERISTICS. |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Thomas G. Lockhart | Update docs for TIME WITHOUT TIME ZONE. |
commit | commitdiff | tree | snapshot |
2000-07-13 |
Peter Eisentraut | Fix typo, from Keith Parks |
commit | commitdiff | tree | snapshot |
2000-07-13 |
Peter Eisentraut | Repair parallel make in backend tree (and make it reall... |
commit | commitdiff | tree | snapshot |
2000-07-13 |
Tom Lane | Planner did the wrong thing with index-scan-backward... |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Peter Eisentraut | Remove a bunch of unused configure tests, in particular... |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Bruce Momjian | Can you please apply the following patch to current CVS |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Peter Eisentraut | Add assert checking to GUC ("debug_assertions") |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Tom Lane | Repair missing MEMORY_CONTEXT_CHECKING logic for realloc(). |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Tom Lane | First stage of reclaiming memory in executor by resetti... |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Bruce Momjian | Here is the patch with memory leak checker. This check... |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Bruce Momjian | Done. In backend/commands/define.c unused field is... |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Jan Wieck | Some security checks that we've found an external value... |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Tom Lane | Prevent creating a boatload of empty segments when... |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Peter Eisentraut | oidvectortypes: use SQL type names and separate by... |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Peter Eisentraut | typo |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Peter Eisentraut | Fix handling of pre-existing LD_LIBRARY_PATH, from... |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Peter Eisentraut | Fix sed invocation, from Keith Parks |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Peter Eisentraut | Another round of those unportable config/build changes :-/ |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Tom Lane | Make view/rule permission checking behave properly... |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Tom Lane | Fix bogus DatumGetInt32 coercion. |
commit | commitdiff | tree | snapshot |
2000-07-08 |
Thomas G. Lockhart | Remove reference to tag which is not available to the... |
commit | commitdiff | tree | snapshot |
2000-07-08 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-07-08 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-07-08 |
Tom Lane | Seems we need <errno.h> to be included explicitly now... |
commit | commitdiff | tree | snapshot |
2000-07-08 |
Tom Lane | Remove long-dead support for invoking queries from... |
commit | commitdiff | tree | snapshot |
2000-07-08 |
Tom Lane | Put back separate install-bin target ... I was using... |
commit | commitdiff | tree | snapshot |
2000-07-07 |
Tom Lane | Fix misuse of StrNCpy to copy and add null to non-null... |
commit | commitdiff | tree | snapshot |
2000-07-07 |
Peter Eisentraut | - format_type function, in use by psql |
commit | commitdiff | tree | snapshot |
2000-07-07 |
Bruce Momjian | Rename cash_words_out to cash_words. |
commit | commitdiff | tree | snapshot |
2000-07-07 |
Bruce Momjian | Remove HTML FAQ files that are really just text files. |
commit | commitdiff | tree | snapshot |
2000-07-07 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-07-07 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-07-07 |
Bruce Momjian | |> The Makefile.shlib changes will have to be discussed... |
commit | commitdiff | tree | snapshot |
2000-07-06 |
Bruce Momjian | Move FAQ source into main cvs tree. |
commit | commitdiff | tree | snapshot |
2000-07-06 |
Tom Lane | Correct unsafe use of strcmp(). See rant of same date... |
commit | commitdiff | tree | snapshot |
2000-07-06 |
Peter Eisentraut | Backend makefile cleanup. make maintainer-clean is... |
commit | commitdiff | tree | snapshot |
2000-07-06 |
Jan Wieck | Added comments about the compression algorithm as reque... |
commit | commitdiff | tree | snapshot |
2000-07-06 |
Jan Wieck | Please find attached a patch for the pg_dump directory... |
commit | commitdiff | tree | snapshot |
2000-07-06 |
Jan Wieck | Bugfix. If toasted tuple containted NULLs, DataFill... |
commit | commitdiff | tree | snapshot |
2000-07-06 |
Tom Lane | Functions on 'text' type updated to new fmgr style... |
commit | commitdiff | tree | snapshot |
2000-07-05 |
Tom Lane | Update textin() and textout() to new fmgr style. This... |
commit | commitdiff | tree | snapshot |
2000-07-05 |
Tom Lane | Make the regression tests safe for TOAST. |
commit | commitdiff | tree | snapshot |
2000-07-05 |
Tom Lane | Fix typo (extraneous semicolon) in fd.c patch to avoid... |
commit | commitdiff | tree | snapshot |
2000-07-05 |
Jan Wieck | Enable pg_rewrite to be toasted (unlimited size of... |
commit | commitdiff | tree | snapshot |
2000-07-05 |
Marc G. Fournier | add check for libz compression library for pg_dump |
commit | commitdiff | tree | snapshot |
2000-07-05 |
Jan Wieck | Changed TOAST relations to have relkind RELKIND_TOASTVALUE. |
commit | commitdiff | tree | snapshot |
2000-07-05 |
Bruce Momjian | autoconf |
commit | commitdiff | tree | snapshot |
2000-07-05 |
Bruce Momjian | attached to this mail is a patch from a colleague that... |
commit | commitdiff | tree | snapshot |
2000-07-05 |
Jan Wieck | Small fix for ALTER TABLE xxx* ADD COLUMN ... |
commit | commitdiff | tree | snapshot |
2000-07-05 |
Jan Wieck | Automatically create toast tables on ALTER TABLE .... |
commit | commitdiff | tree | snapshot |
2000-07-05 |
Jan Wieck | Bugfix in ALTER TABLE CREATE TOAST TABLE |
commit | commitdiff | tree | snapshot |
2000-07-05 |
Jan Wieck | Fixed lztextlen() bug in MULTIBYTE, still thinking... |
commit | commitdiff | tree | snapshot |
2000-07-05 |
Bruce Momjian | U Re-add flock TODO.detail. |
commit | commitdiff | tree | snapshot |
2000-07-05 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-07-05 |
Bruce Momjian | New resultmap for Alpha, from Ryan Kirkpatrick |
commit | commitdiff | tree | snapshot |
2000-07-04 |
Peter Eisentraut | Fix broken pg_dump makefile |
commit | commitdiff | tree | snapshot |
2000-07-04 |
Jan Wieck | Moving toaster out of NO ELOG area in heap_update(). |
commit | commitdiff | tree | snapshot |
next |