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 |
2000-07-04 |
Bruce Momjian | make TEMP -> TEMPORARY |
commit | commitdiff | tree | snapshot |
2000-07-04 |
Bruce Momjian | Make pgdump_oid a temp table. Rename to pg_dump_oid. |
commit | commitdiff | tree | snapshot |
2000-07-04 |
Peter Eisentraut | Expand secondary password file feature, so that you... |
commit | commitdiff | tree | snapshot |
2000-07-04 |
Peter Eisentraut | Fix thinko in my last pg_dumpall change |
commit | commitdiff | tree | snapshot |
2000-07-04 |
Bruce Momjian | Makefile cleanup from Karel. |
commit | commitdiff | tree | snapshot |
2000-07-04 |
Jan Wieck | Added CVS header |
commit | commitdiff | tree | snapshot |
2000-07-04 |
Jan Wieck | New contrib module for statistical mathematics |
commit | commitdiff | tree | snapshot |
2000-07-04 |
Bruce Momjian | pg_dump patch from Philip Warner |
commit | commitdiff | tree | snapshot |
2000-07-04 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-07-04 |
Tom Lane | Now that I look at it, is_stopword() is broken and... |
commit | commitdiff | tree | snapshot |
2000-07-04 |
Tom Lane | Result of strcmp() is a signed int. Per bug report |
commit | commitdiff | tree | snapshot |
2000-07-04 |
Tom Lane | Make toast-table creation and deletion work somewhat... |
commit | commitdiff | tree | snapshot |
2000-07-04 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-07-04 |
Bruce Momjian | Remove unused TODO.detail files. |
commit | commitdiff | tree | snapshot |
2000-07-04 |
Bruce Momjian | Update tablespaces TODO.detail item. |
commit | commitdiff | tree | snapshot |
2000-07-04 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-07-04 |
Tom Lane | DataFill() has no business resetting xact status bits |
commit | commitdiff | tree | snapshot |
2000-07-04 |
Vadim B. Mikheev | misc |
commit | commitdiff | tree | snapshot |
2000-07-04 |
Vadim B. Mikheev | unlock buffer before releasing in heap_insert |
commit | commitdiff | tree | snapshot |
2000-07-04 |
Tom Lane | tuptoaster.h should surely not #include postgres.h. |
commit | commitdiff | tree | snapshot |
2000-07-03 |
Tom Lane | Add missing #include for TOAST. |
commit | commitdiff | tree | snapshot |
2000-07-03 |
Jan Wieck | TOAST changes to catalog |
commit | commitdiff | tree | snapshot |
2000-07-03 |
Jan Wieck | TOAST |
commit | commitdiff | tree | snapshot |
2000-07-03 |
Peter Eisentraut | Move global internal files to PGDATA/global. |
commit | commitdiff | tree | snapshot |
2000-07-03 |
Peter Eisentraut | Move PGPORT envar handling to ResetAllOptions(). Improv... |
commit | commitdiff | tree | snapshot |
2000-07-03 |
Peter Eisentraut | Have pg_dumpall write CREATE USER and CREATE GROUP... |
commit | commitdiff | tree | snapshot |
2000-07-03 |
Bruce Momjian | Very small changes in the contrib's pg_dumplo in the... |
commit | commitdiff | tree | snapshot |
2000-07-03 |
Bruce Momjian | In the attache is new (correct) version. I add TZ ... |
commit | commitdiff | tree | snapshot |
2000-07-03 |
Hiroshi Inoue | Add a check of HEAP_MARKED_FOR_UPDATE in HeapTupleSatis... |
commit | commitdiff | tree | snapshot |
2000-07-03 |
Tom Lane | Clean up memory-context stuff, other minor infelicities. |
commit | commitdiff | tree | snapshot |
2000-07-03 |
Tom Lane | Remove unused variable. (Hey Peter, you use gcc, why... |
commit | commitdiff | tree | snapshot |
2000-07-03 |
Vadim B. Mikheev | heap' logging |
commit | commitdiff | tree | snapshot |
2000-07-02 |
Bruce Momjian | Attached is a new patch which addresses this problem... |
commit | commitdiff | tree | snapshot |
2000-07-02 |
Peter Eisentraut | Version number now set in configure, available through... |
commit | commitdiff | tree | snapshot |
2000-07-02 |
Tom Lane | Don't run in CacheMemoryContext more than necessary. |
commit | commitdiff | tree | snapshot |
2000-07-02 |
Tom Lane | Don't run in CacheMemoryContext longer than necessary. |
commit | commitdiff | tree | snapshot |
2000-07-02 |
Tom Lane | Remove memory leak from VACUUM parsing. |
commit | commitdiff | tree | snapshot |
2000-07-02 |
Tom Lane | New memmgr logic in xact.c failed if AbortTransaction... |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Bruce Momjian | Back out Karels to_char changes. |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Peter Eisentraut | We don't need config.status substituting anything into... |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Peter Eisentraut | Synchronized integrated documentation with latest admin... |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Peter Eisentraut | A little bit of clean-up/bug fix in Tcl build. Handle... |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Bruce Momjian | In the attache is new to_date()/to_timestamp() version. |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Bruce Momjian | Fix select '1--2'; for PEter. |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Peter Eisentraut | New and revised material for Admin guide, re backup... |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Peter Eisentraut | Fixes for Solaris/cc suggested by <pgsql-hackers@thewri... |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Tom Lane | RemoveView was doing things the hard way... |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Tom Lane | Use a private memory context to store rule information... |
commit | commitdiff | tree | snapshot |
2000-06-29 |
Bruce Momjian | Fix quotes in /* */ comments in psql. |
commit | commitdiff | tree | snapshot |
2000-06-29 |
Tom Lane | Add test code to copy all parse/plan trees. Repair... |
commit | commitdiff | tree | snapshot |
2000-06-29 |
Tom Lane | Rearrange config.h entries into a more sensible order... |
commit | commitdiff | tree | snapshot |
2000-06-29 |
Tom Lane | Remove freefuncs.c, which hasn't been used in a long... |
commit | commitdiff | tree | snapshot |
2000-06-29 |
Tom Lane | Add SIGFPE to list of signals never to block. #ifdef... |
commit | commitdiff | tree | snapshot |
2000-06-29 |
Bruce Momjian | Add #ifdef for LC_MESSAGES, because it is not ANSI... |
commit | commitdiff | tree | snapshot |
2000-06-28 |
Peter Eisentraut | Makefile cleanup for interface tree. Now essentially... |
commit | commitdiff | tree | snapshot |
2000-06-28 |
Tom Lane | Suppress memory leak in COPY WITH OIDS TO wherever. |
commit | commitdiff | tree | snapshot |
2000-06-28 |
Tom Lane | Repair incorrect assumption that all versions of 'insta... |
commit | commitdiff | tree | snapshot |
2000-06-28 |
Tom Lane | Call me silly, but I think it would be a good idea... |
commit | commitdiff | tree | snapshot |
2000-06-28 |
Tom Lane | First phase of memory management rewrite (see backend... |
commit | commitdiff | tree | snapshot |
2000-06-27 |
Bruce Momjian | Tamotsu Nakagawa has posted a fix for this to a local... |
commit | commitdiff | tree | snapshot |
2000-06-27 |
Peter Eisentraut | Makefile cleanup for bin and pl subtrees. They should... |
commit | commitdiff | tree | snapshot |
2000-06-26 |
Bruce Momjian | Fix \pset null to use ', not ". |
commit | commitdiff | tree | snapshot |
2000-06-25 |
Peter Eisentraut | Added new commands and intelligence to psql tab completion. |
commit | commitdiff | tree | snapshot |
2000-06-25 |
Peter Eisentraut | Relaxed pickiness about user and group commands in... |
commit | commitdiff | tree | snapshot |
2000-06-24 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2000-06-22 |
Peter Eisentraut | Second pass over run-time configuration system. Adjust... |
commit | commitdiff | tree | snapshot |
2000-06-21 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree | snapshot |
2000-06-20 |
Bruce Momjian | > Great! Please cc: the docs or hackers mailing lists... |
commit | commitdiff | tree | snapshot |
2000-06-20 |
Peter Eisentraut | Cleaned up PL/pgSQL build. Fixed a couple of copyandpas... |
commit | commitdiff | tree | snapshot |
2000-06-20 |
Tom Lane | Make renaming a temp table behave sensibly. We don... |
commit | commitdiff | tree | snapshot |
2000-06-20 |
Tom Lane | Make inheritance planning logic a little simpler and... |
commit | commitdiff | tree | snapshot |
2000-06-20 |
Tom Lane | Fix handling of type tuple associated with a temp relat... |
commit | commitdiff | tree | snapshot |
2000-06-19 |
Tom Lane | Modify index-opening code to guarantee that the indexes... |
commit | commitdiff | tree | snapshot |
next |