2003-09-17 |
Barry Lind | Fixed jdbc to correctly report that constraints are... |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Barry Lind | Applied patch from Fernando Nasser of RedHat to fix... |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Barry Lind | Applied patch from Kim Ho at redhat to improve boolean... |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Tatsuo Ishii | Fix typo in comment |
commit | commitdiff | tree | snapshot |
2003-09-16 |
Tom Lane | Make psql correctly track the effects of SET CLIENT_ENC... |
commit | commitdiff | tree | snapshot |
2003-09-16 |
Tatsuo Ishii | fix typo in a comment |
commit | commitdiff | tree | snapshot |
2003-09-16 |
Tom Lane | I don't care whether it's informix-compatible or not... |
commit | commitdiff | tree | snapshot |
2003-09-16 |
Tom Lane | Fix some problems with dropped columns in plpython... |
commit | commitdiff | tree | snapshot |
2003-09-16 |
Tom Lane | Since SPI_modifytuple's natts argument is the number... |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Tom Lane | Fix LISTEN/NOTIFY race condition reported by Gavin... |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Tom Lane | Update regression test for message change. |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Tom Lane | Improve a couple of error messages per suggestions... |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Peter Eisentraut | OK, some of these syntax errors should be given other... |
commit | commitdiff | tree | snapshot |
2003-09-15 |
PostgreSQL... | tag her for beta3, as announced on Friday ... REL7_4_BETA3 |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Tom Lane | Okay, who left off the id= here? |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Tom Lane | LISTEN doesn't issue a warning for redundant listens... |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Bruce Momjian | Add errno value for thread *_r function call buffer... |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Bruce Momjian | NetBSD needs reentrant funcs. |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Peter Eisentraut | Remove warnings for operations that have no effect... |
commit | commitdiff | tree | snapshot |
2003-09-14 |
Peter Eisentraut | Run distprep target before creating list of files that... |
commit | commitdiff | tree | snapshot |
2003-09-14 |
Peter Eisentraut | Allow translation of SQL help in psql. |
commit | commitdiff | tree | snapshot |
2003-09-14 |
Tom Lane | Add missing support for Opteron (__x86_64__). |
commit | commitdiff | tree | snapshot |
2003-09-14 |
Tom Lane | Persuade tsearch/tsearch2 to work (or at least pass... |
commit | commitdiff | tree | snapshot |
2003-09-14 |
Tom Lane | Make pltcl create separate function objects when the... |
commit | commitdiff | tree | snapshot |
2003-09-14 |
Tom Lane | Fix plpython to generate separate cached procedure... |
commit | commitdiff | tree | snapshot |
2003-09-14 |
Bruce Momjian | Since I haven't gotten a reply, can someone REVERT... |
commit | commitdiff | tree | snapshot |
2003-09-14 |
Tom Lane | expected results for dblink test seem to be out of... |
commit | commitdiff | tree | snapshot |
2003-09-14 |
Tom Lane | Make contrib/seg work with flex 2.5.31. Fix it up... |
commit | commitdiff | tree | snapshot |
2003-09-14 |
Tom Lane | Make contrib/cube work with flex 2.5.31. Fix it up... |
commit | commitdiff | tree | snapshot |
2003-09-14 |
Tom Lane | Reconsider placement of MemoryContextCheck() call ... |
commit | commitdiff | tree | snapshot |
2003-09-13 |
Tom Lane | Avoid corner cases where aset.c would unnecessarily... |
commit | commitdiff | tree | snapshot |
2003-09-13 |
Tom Lane | With Joe Conway's concurrence, remove srandom() call... |
commit | commitdiff | tree | snapshot |
2003-09-13 |
Tom Lane | Okay, I've had it with mktime() bugs. While chasing... |
commit | commitdiff | tree | snapshot |
2003-09-13 |
Tom Lane | Minor wording improvements. |
commit | commitdiff | tree | snapshot |
2003-09-13 |
Bruce Momjian | Rename --without-spinlocks to --disable-spinlocks,... |
commit | commitdiff | tree | snapshot |
2003-09-13 |
Bruce Momjian | With pg_autovacuum becoming increasingly popular it... |
commit | commitdiff | tree | snapshot |
2003-09-13 |
Bruce Momjian | When I sent in the sslmode patch I forgot to update the |
commit | commitdiff | tree | snapshot |
2003-09-13 |
Bruce Momjian | autoconf/autoheader run. |
commit | commitdiff | tree | snapshot |
2003-09-13 |
Bruce Momjian | pgindent C file, per patch request. |
commit | commitdiff | tree | snapshot |
2003-09-13 |
Bruce Momjian | > OK, well as we wait on the fix for the stats system... |
commit | commitdiff | tree | snapshot |
2003-09-13 |
Bruce Momjian | Attempt threading in this order: |
commit | commitdiff | tree | snapshot |
2003-09-13 |
Barry Lind | More SQLState updates from Kim Ho at Redhat. |
commit | commitdiff | tree | snapshot |
2003-09-13 |
Tom Lane | Marginal hacks to make tables format more nicely. |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Tom Lane | Mop-up for error-message updates in documentation. |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Tom Lane | Update obsolete examples of error messages; various... |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Tom Lane | Revert to our pre-7.4 behavior of identifying Unix... |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Tom Lane | Someone (possibly me) foolishly reduced the response... |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Bruce Momjian | Mark FreeBSD as non-thread-safe. |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Tom Lane | Fix incorrect pfree in to_tsquery_name(), per Nigel... |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Bruce Momjian | Implement compiler #error if spinlock code not found... |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Bruce Momjian | Enable Opteron/Itanium spinlocks. |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Bruce Momjian | Remove WIN32_CONSOLE support, at the request of the... |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Bruce Momjian | Fix old mention of exec() in AttachSharedMemoryAndSemap... |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Tom Lane | More cleanup of Diagnostics sections. |
commit | commitdiff | tree | snapshot |
2003-09-11 |
Tom Lane | Small typo. |
commit | commitdiff | tree | snapshot |
2003-09-11 |
Tom Lane | Message in the other exit from acquire_sample_rows... |
commit | commitdiff | tree | snapshot |
2003-09-11 |
Tom Lane | Try to make recently-added analyze log message look... |
commit | commitdiff | tree | snapshot |
2003-09-11 |
Bruce Momjian | This patch fixes a few missed GUC variables that were... |
commit | commitdiff | tree | snapshot |
2003-09-11 |
Bruce Momjian | > It quotes table names for vacuum and analyze, and... |
commit | commitdiff | tree | snapshot |
2003-09-11 |
Bruce Momjian | Consistenly lowercase GUC variable names, in docs and... |
commit | commitdiff | tree | snapshot |
2003-09-11 |
Bruce Momjian | This patch makes a few minor improvements to the docs... |
commit | commitdiff | tree | snapshot |
2003-09-11 |
Bruce Momjian | This patch makes a number of improvements to the runtim... |
commit | commitdiff | tree | snapshot |
2003-09-11 |
Bruce Momjian | Mention that pg_type_is_visible is used for domains... |
commit | commitdiff | tree | snapshot |
2003-09-11 |
Bruce Momjian | on my timetravel.c I find a bug: after the |
commit | commitdiff | tree | snapshot |
2003-09-11 |
Bruce Momjian | Here is a patch that removes contrib/array, leaving... |
commit | commitdiff | tree | snapshot |
2003-09-11 |
Bruce Momjian | seemed like a typo in one of the appendix tables |
commit | commitdiff | tree | snapshot |
2003-09-11 |
Tom Lane | Fix missed message update, per Alvaro Herrera. |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Bruce Momjian | Update row count for \? output, used by pager. |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Tom Lane | Improve error message for cp or rm failur during create... |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Bruce Momjian | This patch fixes a trivial typo in the CREATE FUNCTION... |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Tom Lane | copydir() is supposed to return on failure, not elog... |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Bruce Momjian | Add HINT if CREATE FUNCTION specifies a valid language... |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Bruce Momjian | Add quotes to vacuum/analyze for upper/lowercase table... |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Michael Meskes | Some uppercase type definitions were left. |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Bruce Momjian | Here is a patch to make PostgreSQL use a full path... |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Bruce Momjian | Clean up printability test in dbase code. |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2003-09-09 |
Peter Eisentraut | Some "feature not supported" errors are better syntax... |
commit | commitdiff | tree | snapshot |
2003-09-09 |
Bruce Momjian | Improve wording of increasing page size. |
commit | commitdiff | tree | snapshot |
2003-09-09 |
Tom Lane | Remove a bunch of content-free Diagnostics sections... |
commit | commitdiff | tree | snapshot |
2003-09-09 |
Bruce Momjian | Update max tasble size to 32TB. |
commit | commitdiff | tree | snapshot |
2003-09-09 |
Tom Lane | Update comments about how locale settings are handled. |
commit | commitdiff | tree | snapshot |
2003-09-09 |
Barry Lind | Clean up some unused import warnings in the example... |
commit | commitdiff | tree | snapshot |
2003-09-09 |
Michael Meskes | Fixed a few bugs that came up on pgsql-interfaces. |
commit | commitdiff | tree | snapshot |
2003-09-09 |
Barry Lind | Additional SQLState work for JDBC - thanks to Kim Ho... |
commit | commitdiff | tree | snapshot |
2003-09-09 |
Michael Meskes | - Added Dave patch for Informix handling of numeric... |
commit | commitdiff | tree | snapshot |
2003-09-08 |
Tom Lane | Fix a couple minor typos. |
commit | commitdiff | tree | snapshot |
2003-09-08 |
Peter Eisentraut | Update preface. |
commit | commitdiff | tree | snapshot |
2003-09-08 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2003-09-08 |
Tom Lane | "statenebt" ? |
commit | commitdiff | tree | snapshot |
2003-09-08 |
Tom Lane | Document a bunch of formerly-undocumented date/time... |
commit | commitdiff | tree | snapshot |
2003-09-08 |
Barry Lind | Opps, can't forget the new file. This is part of the... |
commit | commitdiff | tree | snapshot |
2003-09-08 |
Barry Lind | This set of changes applies a patch from KHO at redhat... |
commit | commitdiff | tree | snapshot |
2003-09-08 |
Tom Lane | Avoid using s_addr as a local variable name, to work... |
commit | commitdiff | tree | snapshot |
2003-09-07 |
Bruce Momjian | Update URL. |
commit | commitdiff | tree | snapshot |
2003-09-07 |
Bruce Momjian | Update URL to be momjian.postgresql.org. |
commit | commitdiff | tree | snapshot |
2003-09-07 |
Bruce Momjian | autoconf run. |
commit | commitdiff | tree | snapshot |
next |