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 |
2000-06-19 |
Tom Lane | Ensure that kernel error code is included in smgr-level... |
commit | commitdiff | tree | snapshot |
2000-06-19 |
Peter Eisentraut | Integrated ODBC driver into regular build. No more... |
commit | commitdiff | tree | snapshot |
2000-06-19 |
Bruce Momjian | Remove old README files. |
commit | commitdiff | tree | snapshot |
2000-06-19 |
Bruce Momjian | Add missing /contrib files |
commit | commitdiff | tree | snapshot |
2000-06-19 |
Bruce Momjian | Update to /contrib from Karel. |
commit | commitdiff | tree | snapshot |
2000-06-19 |
Bruce Momjian | autoconf |
commit | commitdiff | tree | snapshot |
2000-06-19 |
Bruce Momjian | Rename HAVE_SQLGETPRIVATEPROFILESTRING to something... |
commit | commitdiff | tree | snapshot |
2000-06-19 |
Bruce Momjian | fix HAVE_SQLGETPRIVATEPROFILESTRING define |
commit | commitdiff | tree | snapshot |
2000-06-19 |
Tom Lane | Clean up bogosities in pg_opclass, pg_amop, pg_amproc... |
commit | commitdiff | tree | snapshot |
2000-06-19 |
Bruce Momjian | Linux/alpha patch. |
commit | commitdiff | tree | snapshot |
2000-06-18 |
Tom Lane | Reimplement nodeMaterial to use a temporary BufFile... |
commit | commitdiff | tree | snapshot |
2000-06-18 |
Peter Eisentraut | Separated set constraints and set transaction reference... |
commit | commitdiff | tree | snapshot |
2000-06-18 |
Tom Lane | Reinstate BufFileTell(). |
commit | commitdiff | tree | snapshot |
2000-06-17 |
Tom Lane | Get rid of IndexIsUniqueNoCache() kluge by the simple... |
commit | commitdiff | tree | snapshot |
2000-06-17 |
Tom Lane | Fix performance problems with pg_index lookups (see... |
commit | commitdiff | tree | snapshot |
2000-06-17 |
Tom Lane | Clean out another pocket of functions called via nonspe... |
commit | commitdiff | tree | snapshot |
2000-06-17 |
Peter Eisentraut | Remove fmgrstamp-h business -- not needed and confusing |
commit | commitdiff | tree | snapshot |
2000-06-16 |
Bruce Momjian | Cleanup README Makefile installs. |
commit | commitdiff | tree | snapshot |
2000-06-16 |
Tom Lane | Repair unforgivably brain-dead representation of CaseEx... |
commit | commitdiff | tree | snapshot |
2000-06-15 |
Bruce Momjian | Remove old doc files, now README. |
commit | commitdiff | tree | snapshot |
2000-06-15 |
Bruce Momjian | Add missing /contrib files to CVS. |
commit | commitdiff | tree | snapshot |
2000-06-15 |
Bruce Momjian | /contrib patch from Karel. |
commit | commitdiff | tree | snapshot |
2000-06-15 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-06-15 |
Tom Lane | Repair Large Object bugs demonstrated by Ian Grant... |
commit | commitdiff | tree | snapshot |
2000-06-15 |
Bruce Momjian | Final #include cleanup. |
commit | commitdiff | tree | snapshot |
2000-06-15 |
Bruce Momjian | Clean up #include's. |
commit | commitdiff | tree | snapshot |
2000-06-15 |
Bruce Momjian | #include cleanups |
commit | commitdiff | tree | snapshot |
2000-06-14 |
Bruce Momjian | Update include cleaning scripts. |
commit | commitdiff | tree | snapshot |
2000-06-14 |
Bruce Momjian | Update include scripts |
commit | commitdiff | tree | snapshot |
2000-06-14 |
Bruce Momjian | Add () around define -1. |
commit | commitdiff | tree | snapshot |
2000-06-14 |
Peter Eisentraut | Big warnings cleanup for Solaris/GCC. Down to about... |
commit | commitdiff | tree | snapshot |
2000-06-14 |
Bruce Momjian | autoconf |
commit | commitdiff | tree | snapshot |
2000-06-14 |
Bruce Momjian | Back out libpgtcl tcl/tksh includes. |
commit | commitdiff | tree | snapshot |
2000-06-14 |
Bruce Momjian | Remove -O0 linux ppc flag |
commit | commitdiff | tree | snapshot |
2000-06-14 |
Thomas G. Lockhart | Repair markup to allow clean doc builds. |
commit | commitdiff | tree | snapshot |
2000-06-14 |
Thomas G. Lockhart | Reword to reduce redundant wording in some wording ;) |
commit | commitdiff | tree | snapshot |
2000-06-14 |
Thomas G. Lockhart | Fix up typos. |
commit | commitdiff | tree | snapshot |
2000-06-14 |
Tom Lane | I had overlooked the fact that some fmgr-callable funct... |
commit | commitdiff | tree | snapshot |
2000-06-14 |
Bruce Momjian | Fix for memory leak from Denis Perchine |
commit | commitdiff | tree | snapshot |
2000-06-14 |
Bruce Momjian | Add drop detail item. |
commit | commitdiff | tree | snapshot |
2000-06-14 |
Bruce Momjian | Add type conversion TODO.detail |
commit | commitdiff | tree | snapshot |
2000-06-14 |
Bruce Momjian | > If read or write fails. Position will left the same... |
commit | commitdiff | tree | snapshot |
2000-06-14 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-06-14 |
Bruce Momjian | autoconf |
commit | commitdiff | tree | snapshot |
2000-06-14 |
Bruce Momjian | OK, I have tidied up todays (13th) snapshot with the... |
commit | commitdiff | tree | snapshot |
2000-06-14 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-06-13 |
Bruce Momjian | add missing files |
commit | commitdiff | tree | snapshot |
2000-06-13 |
Bruce Momjian | autoconf |
commit | commitdiff | tree | snapshot |
2000-06-13 |
Bruce Momjian | in the Directory src/bin/pgtclsh there is a good mechan... |
commit | commitdiff | tree | snapshot |
2000-06-13 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2000-06-13 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-06-13 |
Tom Lane | Another batch of fmgr updates. I think I have gotten... |
commit | commitdiff | tree | snapshot |
2000-06-13 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Bruce Momjian | Brand 7.1 release. Also update jdbc version in release... |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Bruce Momjian | Rename rule CURRENT to OLD in source tree. Add mapping... |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Bruce Momjian | autoconf |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Bruce Momjian | Back out old unixodbc patches and apply new ones. ... |
commit | commitdiff | tree | snapshot |
next |