2001-03-15 |
Tom Lane | Update sample error messages to agree with current... |
commit | commitdiff | tree | snapshot |
2001-03-15 |
D'Arcy J.M... | Fix parameter handling. |
commit | commitdiff | tree | snapshot |
2001-03-15 |
D'Arcy J.M... | Add WIN32 support. |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Tom Lane | Improve description of to_char templates. |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Tom Lane | Give a more reasonable error message for a bad attribut... |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Peter Eisentraut | Fix markup. |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Tom Lane | Reduce amount of memory used per tuple for after-event... |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Tom Lane | COPY should handle after-insert triggers the same as... |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Peter Eisentraut | A much better version of this is now in backend/port... |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Peter Eisentraut | It's "gmake dist" now. |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Peter Eisentraut | For some ungodly reason my etags doesn't have an -... |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Peter Eisentraut | We're past Postgres95 now, and I'm sure Jolly doesn... |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Peter Eisentraut | We got automatic dependencies now. |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Peter Eisentraut | We're way past 6.3 ... |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Peter Eisentraut | Update. Things are now build through 'make'. |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Tom Lane | Use SEP_CHAR consistently in forming XLOG pathnames. |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Tom Lane | Remove obsolete PowerPC-specific hack for comparisons... |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Tom Lane | Move -Bsymbolic for HPUX to Makefile.hpux, per Peter... |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Bruce Momjian | 'waiting' status display had extra space, removed. |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Peter Eisentraut | Try to run empty test program before running any real... |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Tom Lane | Don't go belly-up if fork() fails for a routine checkpo... |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Tom Lane | Fix numeric modulo operator for case of fractional... |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Bruce Momjian | New shutdown wording: |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Hiroshi Inoue | Fix some memory leaks. |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Hiroshi Inoue | ifdef out reindex stuff in VACUUM for safety. |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Tom Lane | First cut at XLOG file reset utility. |
commit | commitdiff | tree | snapshot |
2001-03-13 |
Peter Eisentraut | Provide more useful error message if 'postgres -V'... |
commit | commitdiff | tree | snapshot |
2001-03-13 |
Peter Eisentraut | update |
commit | commitdiff | tree | snapshot |
2001-03-13 |
Peter Eisentraut | update |
commit | commitdiff | tree | snapshot |
2001-03-13 |
Tom Lane | Change xlog page-header format to include StartUpID... |
commit | commitdiff | tree | snapshot |
2001-03-13 |
Peter Eisentraut | 'test -e' isn't portable. Use 'test -f'. |
commit | commitdiff | tree | snapshot |
2001-03-13 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2001-03-13 |
Philip Warner | Document changed features of pg_dump, including: |
commit | commitdiff | tree | snapshot |
2001-03-13 |
Philip Warner | - Use subselect when enabling triggers, |
commit | commitdiff | tree | snapshot |
2001-03-13 |
Hiroshi Inoue | The attached file contains the registry settings requir... |
commit | commitdiff | tree | snapshot |
2001-03-13 |
Tom Lane | Update for new pg_control format. |
commit | commitdiff | tree | snapshot |
2001-03-13 |
Tom Lane | XLOG (and related) changes: |
commit | commitdiff | tree | snapshot |
2001-03-12 |
Tom Lane | Avoid O(N^2) behavior in deferredTriggerAddEvent()... |
commit | commitdiff | tree | snapshot |
2001-03-11 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-03-11 |
Peter Eisentraut | Throw error if Ant is not found and Java is requested... |
commit | commitdiff | tree | snapshot |
2001-03-11 |
Peter Eisentraut | Add uninstall target to Java build. |
commit | commitdiff | tree | snapshot |
2001-03-10 |
Tom Lane | Turns out the HPUX linker likes -Bsymbolic too. Withou... |
commit | commitdiff | tree | snapshot |
2001-03-10 |
Tom Lane | Provide a hack to let initialization happen on platform... |
commit | commitdiff | tree | snapshot |
2001-03-10 |
Tom Lane | Do not accept values from sections following the specif... |
commit | commitdiff | tree | snapshot |
2001-03-10 |
Tom Lane | BOX documentation disagreed with code about corner... |
commit | commitdiff | tree | snapshot |
2001-03-10 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-03-10 |
Peter Eisentraut | Document --with-java. |
commit | commitdiff | tree | snapshot |
2001-03-10 |
Peter Eisentraut | Eliminate some hackery when creating text files (INSTAL... |
commit | commitdiff | tree | snapshot |
2001-03-10 |
Peter Eisentraut | Use install-sh unconditionally. |
commit | commitdiff | tree | snapshot |
2001-03-10 |
Tom Lane | FATAL errors should cause exit with nonzero status... |
commit | commitdiff | tree | snapshot |
2001-03-10 |
Hiroshi Inoue | 1)Allow the access to indexes with up to 16 keys. |
commit | commitdiff | tree | snapshot |
2001-03-09 |
Tom Lane | Don't choke on superuser names containing random punctu... |
commit | commitdiff | tree | snapshot |
2001-03-09 |
Peter Eisentraut | Recursive distclean shouldn't depend on recursive clean... |
commit | commitdiff | tree | snapshot |
2001-03-09 |
Peter Eisentraut | Integrate "Porting from Oracle PL/SQL" HOWTO from Rober... |
commit | commitdiff | tree | snapshot |
2001-03-09 |
Hiroshi Inoue | hold interupts during LockWaitCancel(). |
commit | commitdiff | tree | snapshot |
2001-03-08 |
Bruce Momjian | Add Japanese FAQ> |
commit | commitdiff | tree | snapshot |
2001-03-08 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-03-08 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2001-03-08 |
Tom Lane | A subplan invoked within an aggregate function's argume... |
commit | commitdiff | tree | snapshot |
2001-03-08 |
Tom Lane | Modify wchar conversion routines to not fetch the next... |
commit | commitdiff | tree | snapshot |
2001-03-07 |
Tom Lane | Repair a number of places that didn't bother to check... |
commit | commitdiff | tree | snapshot |
2001-03-07 |
Bruce Momjian | > Applied. Thanks. |
commit | commitdiff | tree | snapshot |
2001-03-07 |
Bruce Momjian | pltcl_loadmod has problems with big (>4k) modules becau... |
commit | commitdiff | tree | snapshot |
2001-03-06 |
Bruce Momjian | Update my2pg, new version. |
commit | commitdiff | tree | snapshot |
2001-03-06 |
Tom Lane | Believe $POSTGRES_LIB and $POSTGRES_INCLUDE only if... |
commit | commitdiff | tree | snapshot |
2001-03-06 |
Peter Eisentraut | Sync rule for making INSTALL file. |
commit | commitdiff | tree | snapshot |
2001-03-06 |
Peter Eisentraut | Help message s/dump/restore/ (must have been copy&paste... |
commit | commitdiff | tree | snapshot |
2001-03-06 |
Peter Eisentraut | Some editing, enhance markup, move description section... |
commit | commitdiff | tree | snapshot |
2001-03-06 |
Bruce Momjian | Shorten TOAST mention |
commit | commitdiff | tree | snapshot |
2001-03-06 |
Peter Eisentraut | Update/correct/refine. |
commit | commitdiff | tree | snapshot |
2001-03-06 |
Peter Mount | Tue Mar 06 12:05:00 GMT 2001 peter@retep.org.uk |
commit | commitdiff | tree | snapshot |
2001-03-06 |
Philip Warner | - Reflect change of option -U to -L |
commit | commitdiff | tree | snapshot |
2001-03-06 |
Philip Warner | - Minor correction to usage |
commit | commitdiff | tree | snapshot |
2001-03-06 |
Philip Warner | - Dump relevant parts of sequences only when doing... |
commit | commitdiff | tree | snapshot |
2001-03-06 |
Philip Warner | - Only disable triggers in DataOnly (or implied data... |
commit | commitdiff | tree | snapshot |
2001-03-05 |
Peter Eisentraut | Add missing space, change some markup. |
commit | commitdiff | tree | snapshot |
2001-03-05 |
Peter Eisentraut | Sorry, that change was not correct. |
commit | commitdiff | tree | snapshot |
2001-03-05 |
Bruce Momjian | I'm attaching those diffs for the Reference Guide in... |
commit | commitdiff | tree | snapshot |
2001-03-05 |
Bruce Momjian | Update email addresses. |
commit | commitdiff | tree | snapshot |
2001-03-05 |
Bruce Momjian | Here is the chinese_big5 patch for PgAccess. I've... |
commit | commitdiff | tree | snapshot |
2001-03-05 |
Peter Mount | Hmmm, a conflict with V1.104 of configure.in remained... |
commit | commitdiff | tree | snapshot |
2001-03-05 |
Peter Mount | There's always 1 file missed out ;-) |
commit | commitdiff | tree | snapshot |
2001-03-05 |
Peter Mount | Ok, I've split todays commit into three, the first... |
commit | commitdiff | tree | snapshot |
2001-03-05 |
Peter Mount | Minor fixes... |
commit | commitdiff | tree | snapshot |
2001-03-05 |
Peter Mount | First batch of the tools merged in... |
commit | commitdiff | tree | snapshot |
2001-03-04 |
Peter Eisentraut | PyGreSQL documentation. Based on the README, converted... |
commit | commitdiff | tree | snapshot |
2001-03-04 |
Bruce Momjian | Update mysql converter, new version released. |
commit | commitdiff | tree | snapshot |
2001-03-03 |
Tom Lane | Document TEMP option. |
commit | commitdiff | tree | snapshot |
2001-03-03 |
Peter Eisentraut | Add configure check for -lunix, for QNX. |
commit | commitdiff | tree | snapshot |
2001-03-03 |
D'Arcy J.M... | Update the version number. We may change this to 7... |
commit | commitdiff | tree | snapshot |
2001-03-03 |
D'Arcy J.M... | Add oid to list of keys cached. |
commit | commitdiff | tree | snapshot |
2001-03-03 |
D'Arcy J.M... | Incrementing version number in preparation for next... |
commit | commitdiff | tree | snapshot |
2001-03-03 |
D'Arcy J.M... | Added postgres.h header for more type checking. |
commit | commitdiff | tree | snapshot |
2001-03-02 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-03-01 |
Peter Eisentraut | Add missing include. |
commit | commitdiff | tree | snapshot |
2001-03-01 |
Peter Eisentraut | Fix memory leak. |
commit | commitdiff | tree | snapshot |
2001-03-01 |
Tom Lane | Ensure previous setting of pset.queryFout is restored... |
commit | commitdiff | tree | snapshot |
2001-03-01 |
Peter Eisentraut | Add missing semicolon required by QNX shell. |
commit | commitdiff | tree | snapshot |
2001-03-01 |
Tatsuo Ishii | Remove HAVE_OPTARG per discussion in hackers list. |
commit | commitdiff | tree | snapshot |
next |