2001-03-27 |
Tatsuo Ishii | Add checking for valid database encoding. |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Bruce Momjian | ODBC source code cleanup. Mostly alignment of #define... |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Tom Lane | Spell __volatile__ correctly. |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Bruce Momjian | OpenBSD resultmap change: |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Bruce Momjian | Add period to message. |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Bruce Momjian | Change message to _the_ administrator. There is only... |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Tom Lane | Add #define HAVE_ATEXIT, per report from Magnus. |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Tom Lane | pqsignal call needs to be #ifndef WIN32, per report... |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Hiroshi Inoue | Add multibyte support |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Tatsuo Ishii | Fix typo |
commit | commitdiff | tree | snapshot |
2001-03-25 |
Tom Lane | Fix unportable assumptions about alignment of local... |
commit | commitdiff | tree | snapshot |
2001-03-25 |
Tom Lane | Improve comments for xlog item size #defines. |
commit | commitdiff | tree | snapshot |
2001-03-25 |
D'Arcy J.M... | Update the changes for version 3.2. |
commit | commitdiff | tree | snapshot |
2001-03-25 |
D'Arcy J.M... | Document the --with-python flag as a simpler way of... |
commit | commitdiff | tree | snapshot |
2001-03-25 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-03-25 |
Peter Eisentraut | Pick up any extra -I options for Python build. |
commit | commitdiff | tree | snapshot |
2001-03-25 |
Tom Lane | Fix unportable assumptions about alignment of local... |
commit | commitdiff | tree | snapshot |
2001-03-25 |
Tom Lane | The regexp pattern characters ^ and $ should be explain... |
commit | commitdiff | tree | snapshot |
2001-03-25 |
Tom Lane | Re-order declarations to un-break the non-HAS_TEST_AND_... |
commit | commitdiff | tree | snapshot |
2001-03-25 |
Peter Eisentraut | spell fix |
commit | commitdiff | tree | snapshot |
2001-03-25 |
Peter Eisentraut | Allow building documentation outside source tree. |
commit | commitdiff | tree | snapshot |
2001-03-25 |
Tom Lane | Fix code that incorrectly assumed a 'char foo[N]' local... |
commit | commitdiff | tree | snapshot |
2001-03-24 |
Peter Eisentraut | Make less misleading message for failed + ignored tests. |
commit | commitdiff | tree | snapshot |
2001-03-24 |
Tom Lane | Portability fix from Steve Nicolai. |
commit | commitdiff | tree | snapshot |
2001-03-24 |
Peter Eisentraut | minor copy editing |
commit | commitdiff | tree | snapshot |
2001-03-24 |
Peter Eisentraut | Disable pg_upgrade. |
commit | commitdiff | tree | snapshot |
2001-03-24 |
Tom Lane | Hadn't built on a PARISC 1.1 box in a long time ..... |
commit | commitdiff | tree | snapshot |
2001-03-24 |
Tom Lane | Update info about mailing lists, make a few other minor... |
commit | commitdiff | tree | snapshot |
2001-03-24 |
Thomas G. Lockhart | Update to the current state of platform support. |
commit | commitdiff | tree | snapshot |
2001-03-24 |
Thomas G. Lockhart | Fix up wording slightly. No change in content. |
commit | commitdiff | tree | snapshot |
2001-03-24 |
Marc G. Fournier | update the ChangeLog in preparation for release ... |
commit | commitdiff | tree | snapshot |
2001-03-24 |
Tom Lane | Miscellaneous updates and minor copy-editing. |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Tom Lane | Doc update from Roberto Mello: improved versions of... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Tom Lane | When using 'long long int' for int64 type, check to... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Tom Lane | Mark exception and assert global variables as DLLIMPORT... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Tatsuo Ishii | Add checking for strtoul. SunOS4 does not have it. |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Bruce Momjian | Fix comments that were mis-wrapped, for Tom Lane. |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Tom Lane | Fix SPI example to reflect new-style calling convention... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Philip Warner | Fix checking of file operations in demo ('files') outpu... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Tom Lane | Fix problems with coredumps due to ^C when longjmp... |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Tom Lane | Fix Joubert's complaint that int8-sized numeric literal... |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Bruce Momjian | Run pgindent on _int.c, for Tom Lane. I had skipped... |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Marc G. Fournier | geometry tests 'FAILED' from a precision standpoint... |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Bruce Momjian | Remove dashes in comments that don't need them, rewrap... |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Bruce Momjian | pgindent run. Make it all clean. |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Peter Eisentraut | correction |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Hiroshi Inoue | The attached patch fixes win32.mak which got broken... |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Vadim B. Mikheev | Check bufHdr->cntxDirty and call StartBufferIO in Buffe... |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Hiroshi Inoue | a fix from Eiji Tokuya. |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Bruce Momjian | Add mmap info. Seems mmap may not be a good idea. |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Marc G. Fournier | well, here goes our first Release Candidate for 7.1... |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Bruce Momjian | Fix 'ps' WAIT status display bug on setproctitle()... |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Bruce Momjian | Update Japanese FAQ. |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Tom Lane | Recommend CREATE TABLE AS in preference to SELECT INTO... |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Tom Lane | Repair intarray's problems with TOASTed input, avoid... |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Tom Lane | Mention that parallel regress script needs to be run... |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Tom Lane | Discuss LOCALE differences as a reason for regression... |
commit | commitdiff | tree | snapshot |
2001-03-19 |
Tom Lane | Tweak out-of-memory error messages to include the reque... |
commit | commitdiff | tree | snapshot |
2001-03-19 |
Tom Lane | Make regular-expression error messages a tad less obscure, |
commit | commitdiff | tree | snapshot |
2001-03-19 |
Bruce Momjian | Update Peter Mount's email address in README. |
commit | commitdiff | tree | snapshot |
2001-03-19 |
Peter Eisentraut | Add missing TO. |
commit | commitdiff | tree | snapshot |
2001-03-19 |
Peter Eisentraut | Add note about saving large objects during upgrade. |
commit | commitdiff | tree | snapshot |
2001-03-19 |
Philip Warner | - Added CVS headers to files |
commit | commitdiff | tree | snapshot |
2001-03-18 |
Tom Lane | Restore include-file updates, and fix some of the more... |
commit | commitdiff | tree | snapshot |
2001-03-18 |
Tom Lane | Restore Peter's makefile fixes. |
commit | commitdiff | tree | snapshot |
2001-03-18 |
Tom Lane | Give postmaster enough time to update the pidfile befor... |
commit | commitdiff | tree | snapshot |
2001-03-18 |
Tom Lane | Remove NEXTXID xlog record type to avoid three-way... |
commit | commitdiff | tree | snapshot |
2001-03-18 |
Tom Lane | When we add 'waiting' to the ps_status display, there... |
commit | commitdiff | tree | snapshot |
2001-03-18 |
Tom Lane | Considering the BeOS port didn't compile without IPC_ST... |
commit | commitdiff | tree | snapshot |
2001-03-18 |
Tom Lane | Patches from Cyril Velter to make shared-memory-conflic... |
commit | commitdiff | tree | snapshot |
2001-03-18 |
Philip Warner | Fixed but in _enableTriggersIfNecessary introduced... |
commit | commitdiff | tree | snapshot |
2001-03-18 |
Tom Lane | Fix coredump due to writing one more byte than we'd... |
commit | commitdiff | tree | snapshot |
2001-03-18 |
Tom Lane | Make sure ControlFile logId/logSeg don't go backwards... |
commit | commitdiff | tree | snapshot |
2001-03-17 |
Bruce Momjian | Update contrib intarray to Jan 25 version. |
commit | commitdiff | tree | snapshot |
2001-03-17 |
Tom Lane | Rearrange XLogFileInit so that control-file spinlock... |
commit | commitdiff | tree | snapshot |
2001-03-17 |
Peter Eisentraut | Reformat the "major changes" to 72 or so columns. |
commit | commitdiff | tree | snapshot |
2001-03-17 |
Peter Eisentraut | Repair. |
commit | commitdiff | tree | snapshot |
2001-03-17 |
Peter Eisentraut | Tuning for docbook2man. |
commit | commitdiff | tree | snapshot |
2001-03-17 |
Thomas G. Lockhart | New updates from Roberto Mello sent privately today... |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Peter Eisentraut | Make note that version 1.1.8 doesn't work. |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Marc G. Fournier | Generated Changelog since last Beta ... |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Marc G. Fournier | upgrade version to beta6 |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Tom Lane | Documentation update from Marko Kreen. |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Michael Meskes | Fixed bug in handling of pointers to structs. |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Hiroshi Inoue | Oops I forgot to add new files for multibyte support. |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Tom Lane | Support syncing WAL log to disk using either fsync... |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Tom Lane | Resetting the XLOG can't include rewinding it to logica... |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Hiroshi Inoue | Add multibyte support. |
commit | commitdiff | tree | snapshot |
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 |
next |