2003-07-30 |
Bruce Momjian | Modify: |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Tom Lane | Cause ARRAY[] construct to return a NULL array, rather... |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Tom Lane | When shutting down the regression test postmaster after... |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Tom Lane | Fix longstanding error in _bt_search(): should moverigh... |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Tom Lane | Coerce unknown-literal-constant default values to the... |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Tom Lane | There is no reason to cast valuntil to timestamp, and... |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Tom Lane | Use a process-specific temp file name, per Andreas... |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Tom Lane | Apply (a somewhat revised version of) Greg Mullane... |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Tom Lane | Code review for recent GUC changes --- try to make... |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Tom Lane | Add error stack traceback support for SQL-language... |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Bruce Momjian | There was enough code drift since this patch, that... |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Tom Lane | Localizability improvement. |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Tom Lane | elog() is no longer a gettext trigger --- all remaining... |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Tom Lane | Rename psql's VERBOSE variable to VERBOSITY, per sugges... |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Tom Lane | A visit from the message-style police ... |
commit | commitdiff | tree | snapshot |
2003-07-27 |
Tom Lane | elog mop-up: bring some straggling fprintf(stderr)... |
commit | commitdiff | tree | snapshot |
2003-07-27 |
Bruce Momjian | Updatge to skip composite types. |
commit | commitdiff | tree | snapshot |
2003-07-27 |
Bruce Momjian | Tom, happier with the attached patch? |
commit | commitdiff | tree | snapshot |
2003-07-27 |
Bruce Momjian | Adjust oid2name to skip certain row types, per Tom. |
commit | commitdiff | tree | snapshot |
2003-07-27 |
Tom Lane | Fix some localizability issues with existing errcontext... |
commit | commitdiff | tree | snapshot |
2003-07-27 |
Tom Lane | Move ERRCODE_XXX macros into their own header file. |
commit | commitdiff | tree | snapshot |
2003-07-27 |
Tom Lane | elog mop-up. |
commit | commitdiff | tree | snapshot |
2003-07-27 |
Tom Lane | elog mop-up. |
commit | commitdiff | tree | snapshot |
2003-07-27 |
Tom Lane | Remove unportable // comments. |
commit | commitdiff | tree | snapshot |
2003-07-27 |
Bruce Momjian | Cleanup of timetravel compile warnings. |
commit | commitdiff | tree | snapshot |
2003-07-27 |
Tom Lane | Error message editing in utils/adt. Again thanks to... |
commit | commitdiff | tree | snapshot |
2003-07-27 |
Bruce Momjian | Here is 4 file in tgz: |
commit | commitdiff | tree | snapshot |
2003-07-27 |
Bruce Momjian | > Joe Conway <mail@joeconway.com> writes: |
commit | commitdiff | tree | snapshot |
2003-07-27 |
Bruce Momjian | > Am Son, 2003-06-22 um 02.09 schrieb Joe Conway: |
commit | commitdiff | tree | snapshot |
2003-07-27 |
Bruce Momjian | This is a totally trivial patch for something that... |
commit | commitdiff | tree | snapshot |
2003-07-27 |
Bruce Momjian | here are the patches for psql on Win32: |
commit | commitdiff | tree | snapshot |
2003-07-27 |
Bruce Momjian | This makes the initcap function compatible with Oracle... |
commit | commitdiff | tree | snapshot |
2003-07-27 |
Bruce Momjian | The deferred trigger queue pushing to disk patch pointe... |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Bruce Momjian | >>You can alias $0, similar to the argument variables... |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Bruce Momjian | Fix for Linux startup script. |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Bruce Momjian | Have SSL text print only when SSL mode is enabled. |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Bruce Momjian | I corecting date_trunc('quarter',...) and friends becau... |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Bruce Momjian | At long last I put together a patch to support 4 client... |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Tom Lane | Update to match error editing. |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Tom Lane | Error message editing in src/pl. The plpython module... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Bruce Momjian | Add mention of new SSL capabilities. |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Bruce Momjian | Update copyrights to 2003. |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Bruce Momjian | > Having read the list, and noticed the message about... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Tom Lane | Recent patch to dump nondefault attstorage settings... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Tom Lane | Error message editing in backend/utils (except /adt). |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Bruce Momjian | Seems my check constraint change did break stuff. |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Bruce Momjian | > Rod Taylor <rbt@rbt.ca> writes: |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Michael Meskes | Added explicit casts for date/interval/timestamp. |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Peter Eisentraut | Begin improving markup of (past) release notes. |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Michael Meskes | Applied Peter's patch to use yyless instead of my strin... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Bruce Momjian | No need for Static.Entries, use -rHEAD. |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Bruce Momjian | Add example of cvs log pulls _just_ from HEAD. |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Tom Lane | Error message editing in backend/optimizer, backend... |
commit | commitdiff | tree | snapshot |
2003-07-24 |
Tom Lane | Error message editing in backend/storage. |
commit | commitdiff | tree | snapshot |
2003-07-24 |
Tom Lane | Fix a few portability issues, adjust error messages. |
commit | commitdiff | tree | snapshot |
2003-07-24 |
Tom Lane | Error message editing in contrib (mostly by Joe Conway... |
commit | commitdiff | tree | snapshot |
2003-07-24 |
Tom Lane | Add tsearch2. |
commit | commitdiff | tree | snapshot |
2003-07-24 |
Peter Eisentraut | Fix grant option dumping and related cross-version... |
commit | commitdiff | tree | snapshot |
2003-07-24 |
Michael Meskes | Fixed mdy functions to use correct offset. |
commit | commitdiff | tree | snapshot |
2003-07-24 |
Tom Lane | Fix timestamp_date for HAVE_INT64_TIMESTAMP case. |
commit | commitdiff | tree | snapshot |
2003-07-24 |
Bruce Momjian | Add to 7.3.4 release notes: |
commit | commitdiff | tree | snapshot |
2003-07-24 |
Barry Lind | Fixes additional sql injection vulnerabilities reported... |
commit | commitdiff | tree | snapshot |
2003-07-24 |
Tom Lane | Repair 7.3 breakage in timestamp-to-date conversion... |
commit | commitdiff | tree | snapshot |
2003-07-24 |
Tom Lane | Don't refer to AF_UNIX in code not protected with HAVE_... |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Tom Lane | Have a go at fixing various outstanding portability... |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Bruce Momjian | New WAL fix release text is: |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Bruce Momjian | Mention increasing sort_mem during a restore. |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Bruce Momjian | Rename --with-threads to --enable-thread-safeness,... |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Bruce Momjian | Update German FAQ. |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Tom Lane | Just a spot of copy-editing. |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Peter Eisentraut | Czech translation updates from Karel Zak |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Peter Eisentraut | Update German translations. |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Peter Eisentraut | Apply message style guide to frontend programs. |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Bruce Momjian | Update to 7.3.4 as newest release. |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Bruce Momjian | Stamp 7.3.4. |
commit | commitdiff | tree | snapshot |
2003-07-22 |
Tom Lane | Error message editing in backend/bootstrap, /lib, ... |
commit | commitdiff | tree | snapshot |
2003-07-22 |
Tom Lane | Error message editing for foreign-key triggers. |
commit | commitdiff | tree | snapshot |
2003-07-22 |
Tom Lane | A few parentheses shy of a load here ... |
commit | commitdiff | tree | snapshot |
2003-07-22 |
Bruce Momjian | Add GUC parameter to control rendezvous name. |
commit | commitdiff | tree | snapshot |
2003-07-22 |
Tom Lane | wups, took out one memset too many ... |
commit | commitdiff | tree | snapshot |
2003-07-22 |
Tom Lane | Error message editing in backend/libpq, backend/postmas... |
commit | commitdiff | tree | snapshot |
2003-07-22 |
Bruce Momjian | Fix threading configure tests, from Peter. |
commit | commitdiff | tree | snapshot |
2003-07-22 |
Teodor Sigaev | Remove link of tarball |
commit | commitdiff | tree | snapshot |
2003-07-22 |
Teodor Sigaev | Mark tsearch v1 as deprecated |
commit | commitdiff | tree | snapshot |
2003-07-22 |
Barry Lind | Fix to prevent SQL injection attacks for code calling... |
commit | commitdiff | tree | snapshot |
2003-07-22 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2003-07-22 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2003-07-22 |
Bruce Momjian | Don't report sequendces in pg_tables. |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Bruce Momjian | Back out comment on GucContexts. |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Barry Lind | Applied patch from dmitry@openratings.com to fix parsin... |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Tom Lane | Error message editing in backend/access. |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Tom Lane | Fix regression test broken by recent view change. |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Tom Lane | Error message editing in backend/executor. |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Bruce Momjian | Fix relkind test for pg_tables. |
commit | commitdiff | tree | snapshot |
next |