2004-02-03 |
Kris Jurka | Newer versions of the 1.4.2 jdk give warnings about... |
commit | commitdiff | tree |
2004-02-02 |
Tom Lane | Do not let external specification of CFLAGS stop us... |
commit | commitdiff | tree |
2004-02-02 |
Tom Lane | Avoid generating invalid character encoding sequences... |
commit | commitdiff | tree |
2004-02-02 |
Neil Conway | Use Tcl_PutEnv() in place of putenv() in libpgtcl,... |
commit | commitdiff | tree |
2004-01-31 |
Tom Lane | Fix text_position to not scan past end of source string... |
commit | commitdiff | tree |
2004-01-28 |
Michael Meskes | - Fixed prototype for ECPGprepared_statement to not... |
commit | commitdiff | tree |
2004-01-28 |
Tom Lane | Fix oversight in check_ungrouped_columns optimization... |
commit | commitdiff | tree |
2004-01-28 |
Tom Lane | simplify_function() mustn't try to evaluate functions... |
commit | commitdiff | tree |
2004-01-27 |
Tom Lane | Run stats test separately, not as part of a parallel... |
commit | commitdiff | tree |
2004-01-26 |
Tom Lane | Repair incorrect order of operations in GetNewTransacti... |
commit | commitdiff | tree |
2004-01-26 |
Teodor Sigaev | Docs fix from Kris Jurka <books@ejurka.com> |
commit | commitdiff | tree |
2004-01-24 |
Tom Lane | Fix problems with dropped columns in pltcl triggers... |
commit | commitdiff | tree |
2004-01-24 |
Tom Lane | Repair planner failure for cases involving Cartesian... |
commit | commitdiff | tree |
2004-01-22 |
Peter Eisentraut | Translation update |
commit | commitdiff | tree |
2004-01-22 |
Tom Lane | Fix incorrect dumping of database LOCATION from 7.0... |
commit | commitdiff | tree |
2004-01-22 |
Tom Lane | Fix oversight in optimization that avoids an unnecessar... |
commit | commitdiff | tree |
2004-01-21 |
Tom Lane | Ensure fflush(stdout) happens in all cases, per gripe... |
commit | commitdiff | tree |
2004-01-21 |
Tom Lane | Back-patch repairs for --disable-shared support. |
commit | commitdiff | tree |
2004-01-21 |
Michael Meskes | Added WHENEVER NOT_FOUND to SELECT/INSERT/UPDATE/DELETE. |
commit | commitdiff | tree |
2004-01-19 |
Teodor Sigaev | Correct type for isalnum |
commit | commitdiff | tree |
2004-01-19 |
Peter Eisentraut | Fix typo. |
commit | commitdiff | tree |
2004-01-18 |
Peter Eisentraut | Translation update |
commit | commitdiff | tree |
2004-01-18 |
Tom Lane | Don't use %s-with-precision format spec to truncate... |
commit | commitdiff | tree |
2004-01-18 |
Tom Lane | Repair faulty plan generation in cases where we choose... |
commit | commitdiff | tree |
2004-01-14 |
Dennis Bjorklund | Translation updates |
commit | commitdiff | tree |
2004-01-14 |
Tom Lane | pg_settings should have UPDATE privilege allowed to... |
commit | commitdiff | tree |
2004-01-14 |
Tom Lane | The no-updates-to-system-catalogs-unless-usecatupd... |
commit | commitdiff | tree |
2004-01-14 |
Tom Lane | Revert ill-starred change of 13-Feb-02: it appeared... |
commit | commitdiff | tree |
2004-01-13 |
Peter Eisentraut | Fix format string error. |
commit | commitdiff | tree |
2004-01-13 |
Peter Eisentraut | Translation update |
commit | commitdiff | tree |
2004-01-11 |
Dennis Bjorklund | Translation updates |
commit | commitdiff | tree |
2004-01-11 |
Dennis Bjorklund | Mark string for translation. |
commit | commitdiff | tree |
2004-01-10 |
Tom Lane | Fix subquery pullup logic to not be fooled when a view... |
commit | commitdiff | tree |
2004-01-09 |
Tom Lane | Fix incorrect SQL syntax emitted when -E is given witho... |
commit | commitdiff | tree |
2004-01-08 |
Tom Lane | Remove broken (and unnecessary) definition of operator... |
commit | commitdiff | tree |
2004-01-08 |
Bruce Momjian | Update OSF thread flags for non-gcc compiles. |
commit | commitdiff | tree |
2004-01-08 |
Dennis Bjorklund | Translation updates |
commit | commitdiff | tree |
2004-01-08 |
Bruce Momjian | Update Solaris thread setting for non-gcc compilers. |
commit | commitdiff | tree |
2004-01-07 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
2004-01-05 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
2004-01-04 |
Peter Eisentraut | Correct gettext URL. |
commit | commitdiff | tree |
2004-01-04 |
Michael Meskes | Fixed bug in GRANT OPTION FOR parsing. |
commit | commitdiff | tree |
2004-01-04 |
Tom Lane | Fix portability bugs: char values passed to <ctype... |
commit | commitdiff | tree |
2004-01-04 |
Tom Lane | Fix discrepancy in prototypes for HPUX pg_dlerror. |
commit | commitdiff | tree |
2004-01-04 |
Tom Lane | Fix ReadOffset() to work correctly when off_t is wider... |
commit | commitdiff | tree |
2004-01-04 |
Bruce Momjian | Remove trailing semicolons from macro initializations... |
commit | commitdiff | tree |
2004-01-01 |
Tom Lane | Do an explicit fflush after writing a progress message... |
commit | commitdiff | tree |
2004-01-01 |
Bruce Momjian | Backpatch Solaris non-gcc thread compile fix to 7.4.X. |
commit | commitdiff | tree |
2003-12-30 |
Tom Lane | Avoid running out of memory during hash_create, by... |
commit | commitdiff | tree |
2003-12-29 |
Michael Meskes | Added missing whitespaces to array argument parsing. |
commit | commitdiff | tree |
2003-12-28 |
Tom Lane | Fix sanity-check code that mistakenly assumed error... |
commit | commitdiff | tree |
2003-12-28 |
Tom Lane | Avoid infinite loop if connection is lost during PQexec... |
commit | commitdiff | tree |
2003-12-24 |
Michael Meskes | Fixed segfault in parsing of EXEC SQL SELECT * FROM... |
commit | commitdiff | tree |
2003-12-23 |
Tom Lane | More bogosity in alter_table test: sometimes causes... |
commit | commitdiff | tree |
2003-12-23 |
Tom Lane | alter_table test sometimes failed in parallel mode... |
commit | commitdiff | tree |
2003-12-22 |
Bruce Momjian | Regenerate HISTORY for release. |
commit | commitdiff | tree |
2003-12-21 |
Tom Lane | Update HISTORY for 7.4.1 release. REL7_4_1 |
commit | commitdiff | tree |
2003-12-21 |
Tom Lane | Fix broken markup, adjust 7.4.1 release date, re-sync... |
commit | commitdiff | tree |
2003-12-21 |
Peter Eisentraut | Some refining of release notes. Markup is still broken... |
commit | commitdiff | tree |
2003-12-21 |
Bruce Momjian | Update 7.4.1 release notes in preparation for release. |
commit | commitdiff | tree |
2003-12-20 |
Tom Lane | Dept. of third thoughts: in fact, libpq should support... |
commit | commitdiff | tree |
2003-12-20 |
Tom Lane | Fix broken IDENT support for FreeBSD (appears to have... |
commit | commitdiff | tree |
2003-12-20 |
Peter Eisentraut | Update INSTALL file for 7.4.1. |
commit | commitdiff | tree |
2003-12-20 |
Bruce Momjian | Update HISTORY file for 7.4.1. |
commit | commitdiff | tree |
2003-12-19 |
Bruce Momjian | Backpatch pg_service.conf file change to not default... |
commit | commitdiff | tree |
2003-12-19 |
Bruce Momjian | Supress ecpg thread test if configure didn't enable... |
commit | commitdiff | tree |
2003-12-19 |
Peter Eisentraut | 7.4.1 release note improvements |
commit | commitdiff | tree |
2003-12-19 |
Peter Eisentraut | Forbid REVOKE on untrusted languages, and don't dump... |
commit | commitdiff | tree |
2003-12-19 |
Peter Eisentraut | Add missing $(X). |
commit | commitdiff | tree |
2003-12-19 |
Tom Lane | Make to_hex() behave portably on negative input values... |
commit | commitdiff | tree |
2003-12-19 |
Joe Conway | Use a shutdown callback to ensure proper clean up when... |
commit | commitdiff | tree |
2003-12-18 |
Tom Lane | Fix memory leak with SSL connections due to missing... |
commit | commitdiff | tree |
2003-12-18 |
Tom Lane | Use a shutdown callback to clear setArgsValid in a... |
commit | commitdiff | tree |
2003-12-18 |
Peter Eisentraut | Forgot to change one compatlib.h. |
commit | commitdiff | tree |
2003-12-18 |
Tom Lane | Ensure set-returning functions in the targetlist of... |
commit | commitdiff | tree |
2003-12-18 |
Peter Eisentraut | Move Informix compatibility include files out of the... |
commit | commitdiff | tree |
2003-12-18 |
Dave Cramer | patch for new OID74Test |
commit | commitdiff | tree |
2003-12-18 |
Dave Cramer | backpatch for OID74Test to conform with jdbc tests |
commit | commitdiff | tree |
2003-12-18 |
Dave Cramer | backpatch for rs.previous from Kris Jurka, reported... |
commit | commitdiff | tree |
2003-12-18 |
Dave Cramer | patch for building for an alternate port |
commit | commitdiff | tree |
2003-12-18 |
Dave Cramer | back patch by Kris Jurka to get the correct protocol... |
commit | commitdiff | tree |
2003-12-18 |
Tom Lane | Adjust rules output for unknown-vs-any change (affects... |
commit | commitdiff | tree |
2003-12-17 |
Tom Lane | information_schema.constraint_column_usage and key_colu... |
commit | commitdiff | tree |
2003-12-17 |
Tom Lane | Fix DecodeInterval to handle '-0.1' sanely, per gripe... |
commit | commitdiff | tree |
2003-12-17 |
Tom Lane | Repair badly broken estimation of output buffer size... |
commit | commitdiff | tree |
2003-12-17 |
Tom Lane | Reorder tests in parse_coerce so that ANY/ANYELEMENT... |
commit | commitdiff | tree |
2003-12-17 |
Tom Lane | Repair planner failure when there are multiple IN claus... |
commit | commitdiff | tree |
2003-12-17 |
Dave Cramer | back patching fix for compat 7.1 binary stream issues... |
commit | commitdiff | tree |
2003-12-17 |
Michael Meskes | Applied all bug fixes from head also to 7.4. Just bugfi... |
commit | commitdiff | tree |
2003-12-17 |
Bruce Momjian | Restore information schema upgrade instructions of... |
commit | commitdiff | tree |
2003-12-16 |
Peter Eisentraut | Fix constraint_column_usage for foreign keys. |
commit | commitdiff | tree |
2003-12-16 |
Peter Eisentraut | Repair name. |
commit | commitdiff | tree |
2003-12-16 |
Bruce Momjian | Mention ecpg SET CONNECTION is not thread-aware. |
commit | commitdiff | tree |
2003-12-15 |
Peter Eisentraut | Override some of the changes in DocBook DSSSL styleshee... |
commit | commitdiff | tree |
2003-12-15 |
Bruce Momjian | Update INSTALL for 7.4.1. |
commit | commitdiff | tree |
2003-12-15 |
Bruce Momjian | Update HISTORY and release notes for 7.4.1. |
commit | commitdiff | tree |
2003-12-15 |
Bruce Momjian | Add Czech FAQ to 7.4.X branch. |
commit | commitdiff | tree |
2003-12-13 |
Bruce Momjian | Stamp 7.4.1. |
commit | commitdiff | tree |
2003-12-13 |
Dave Cramer | patch for returning database metadata as system objects... |
commit | commitdiff | tree |
2003-12-12 |
Dave Cramer | add missing SQLState by Patrick Higgins |
commit | commitdiff | tree |
next |