2003-07-21 |
Bruce Momjian | I updated Japanese translation of PostgreSQL FAQ |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Tom Lane | Error message editing in backend/catalog. |
commit | commitdiff | tree | snapshot |
2003-07-20 |
Tom Lane | Another round of error message editing, covering backen... |
commit | commitdiff | tree | snapshot |
2003-07-20 |
Bruce Momjian | Update URL's. |
commit | commitdiff | tree | snapshot |
2003-07-20 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2003-07-20 |
Bruce Momjian | Add Opteron/Itanium comment. |
commit | commitdiff | tree | snapshot |
2003-07-20 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2003-07-19 |
Tom Lane | Error message editing: finish up undone task of reporti... |
commit | commitdiff | tree | snapshot |
2003-07-19 |
Tom Lane | Add ereport-related functions to GETTEXT_TRIGGERS list. |
commit | commitdiff | tree | snapshot |
2003-07-19 |
Tom Lane | Another round of error message editing, covering backen... |
commit | commitdiff | tree | snapshot |
2003-07-19 |
Bruce Momjian | Add tablespace email. |
commit | commitdiff | tree | snapshot |
2003-07-18 |
Tom Lane | First bits of work on error message editing. |
commit | commitdiff | tree | snapshot |
2003-07-18 |
Bruce Momjian | Add cleaner formatting to config file. |
commit | commitdiff | tree | snapshot |
2003-07-18 |
Michael Meskes | Added more compat stuff ot the parser. |
commit | commitdiff | tree | snapshot |
2003-07-18 |
Teodor Sigaev | Fix subpath and subltree. Allow to return '' value. |
commit | commitdiff | tree | snapshot |
2003-07-18 |
Bruce Momjian | Stephen Robert Norris wrote: |
commit | commitdiff | tree | snapshot |
2003-07-18 |
Tom Lane | It seems some case-insensitive locales sort upper case... |
commit | commitdiff | tree | snapshot |
2003-07-17 |
Tom Lane | Add an upper limit to IS_VALID_JULIAN() to defend again... |
commit | commitdiff | tree | snapshot |
2003-07-17 |
Tom Lane | Oh, for crying in a bucket ... relax Assert so that... |
commit | commitdiff | tree | snapshot |
2003-07-17 |
Tom Lane | Work around buggy strxfrm() present in some Solaris... |
commit | commitdiff | tree | snapshot |
2003-07-17 |
Tom Lane | For COMMENT ON DATABASE where database name is unknown... |
commit | commitdiff | tree | snapshot |
2003-07-17 |
Tom Lane | Repair boundary-case bug introduced by patch of two... |
commit | commitdiff | tree | snapshot |
2003-07-17 |
Michael Meskes | Allow blanks at the end of numerical values. |
commit | commitdiff | tree | snapshot |
2003-07-17 |
Michael Meskes | Fixed some bugs in Informix compat functions. |
commit | commitdiff | tree | snapshot |
2003-07-17 |
Tom Lane | Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow... |
commit | commitdiff | tree | snapshot |
2003-07-16 |
Tom Lane | Add defenses against trying to attach qual conditions... |
commit | commitdiff | tree | snapshot |
2003-07-16 |
Michael Meskes | Applied patch to fix two compatibility functions. |
commit | commitdiff | tree | snapshot |
2003-07-15 |
Tom Lane | Now that I look, SHOW TRANSACTION_ISOLATION isn't quite... |
commit | commitdiff | tree | snapshot |
2003-07-15 |
Tom Lane | Cause SHOW DATESTYLE to produce a string that will... |
commit | commitdiff | tree | snapshot |
2003-07-15 |
Tom Lane | Avoid use of int64_t, which seems not to be very portab... |
commit | commitdiff | tree | snapshot |
2003-07-15 |
Tom Lane | OSF supports pthreads, per Philip Yarra. |
commit | commitdiff | tree | snapshot |
2003-07-15 |
Michael Meskes | Started to create different error codes for different... |
commit | commitdiff | tree | snapshot |
2003-07-15 |
Tom Lane | Tweak original coding so that we can determine the... |
commit | commitdiff | tree | snapshot |
2003-07-14 |
Tom Lane | Remove duplicate definition of ERROR. |
commit | commitdiff | tree | snapshot |
2003-07-14 |
Tom Lane | Make cost estimates for SubqueryScan more realistic... |
commit | commitdiff | tree | snapshot |
2003-07-14 |
Tom Lane | Fix typo in comment, as noted by Weiping He. |
commit | commitdiff | tree | snapshot |
2003-07-14 |
Tom Lane | The default values for shared_buffers and max_connectio... |
commit | commitdiff | tree | snapshot |
2003-07-14 |
Tom Lane | Whoops, missed committing this change to match cosmetic... |
commit | commitdiff | tree | snapshot |
2003-07-14 |
Tom Lane | Fix a *second* buffer overrun bug in to_ascii(). Grumble. |
commit | commitdiff | tree | snapshot |
2003-07-14 |
Michael Meskes | Missed one rule in syncinc preproc.y which resulted... |
commit | commitdiff | tree | snapshot |
2003-07-14 |
Michael Meskes | - Synced preproc.y with gram.y |
commit | commitdiff | tree | snapshot |
2003-07-09 |
Bruce Momjian | Add description for new GUC context. |
commit | commitdiff | tree | snapshot |
2003-07-09 |
Michael Meskes | Argh! Missed one file. |
commit | commitdiff | tree | snapshot |
2003-07-09 |
Michael Meskes | Fixed some Informix compat functions so they handle... |
commit | commitdiff | tree | snapshot |
2003-07-09 |
Bruce Momjian | Doc update for LOG_MIN_DURATION_STATEMENT set to zero. |
commit | commitdiff | tree | snapshot |
2003-07-09 |
Bruce Momjian | Add special checks for non-super-user setting LOG_MIN_D... |
commit | commitdiff | tree | snapshot |
2003-07-09 |
Bruce Momjian | Add new USERLIMIT GUC source level so certain options... |
commit | commitdiff | tree | snapshot |
2003-07-09 |
Barry Lind | Applied patch from Kim Ho @ redhat.com to make support... |
commit | commitdiff | tree | snapshot |
2003-07-08 |
Michael Meskes | More informix fixes. |
commit | commitdiff | tree | snapshot |
2003-07-08 |
Michael Meskes | Fix segfault in connect in informix mode. |
commit | commitdiff | tree | snapshot |
2003-07-07 |
Michael Meskes | "char *" of course is not the same as "char []". So... |
commit | commitdiff | tree | snapshot |
2003-07-04 |
Tom Lane | tm2timestamp should return -1, not elog, on overflow... |
commit | commitdiff | tree | snapshot |
2003-07-04 |
Tom Lane | Fix missing code for HAVE_INT64_TIMESTAMP. |
commit | commitdiff | tree | snapshot |
2003-07-04 |
Tom Lane | Add --help-config facility to dump information about... |
commit | commitdiff | tree | snapshot |
2003-07-04 |
Tom Lane | Add #include <limits.h> (re-add lost change from Wednes... |
commit | commitdiff | tree | snapshot |
2003-07-04 |
Michael Meskes | date, interval and timestamp data should be quoted. |
commit | commitdiff | tree | snapshot |
2003-07-04 |
Michael Meskes | Fixed informix behaviour for select without into. |
commit | commitdiff | tree | snapshot |
2003-07-04 |
Tom Lane | Some early work on error message editing. Operator... |
commit | commitdiff | tree | snapshot |
2003-07-03 |
Tom Lane | Fix bug I introduced in recent rewrite of NUMERIC code... |
commit | commitdiff | tree | snapshot |
2003-07-03 |
Tom Lane | Do honest transformation and preprocessing of LIMIT... |
commit | commitdiff | tree | snapshot |
2003-07-03 |
Tom Lane | Code review for UPDATE tab SET col = DEFAULT patch... |
commit | commitdiff | tree | snapshot |
2003-07-02 |
Michael Meskes | Fixed initialization bug and added postgres_fe.h to... |
commit | commitdiff | tree | snapshot |
2003-07-01 |
Tom Lane | Support polymorphic functions in plpgsql. Along the... |
commit | commitdiff | tree | snapshot |
2003-07-01 |
Bruce Momjian | Fix ecpg typo --- change ;; to ;. |
commit | commitdiff | tree | snapshot |
2003-07-01 |
Tom Lane | Aggregates can be polymorphic, using polymorphic implem... |
commit | commitdiff | tree | snapshot |
2003-07-01 |
Tom Lane | Dept. of second thoughts: supporting inlining of polymo... |
commit | commitdiff | tree | snapshot |
2003-07-01 |
Tom Lane | Fix documentation comment about restricted environments... |
commit | commitdiff | tree | snapshot |
2003-07-01 |
Tom Lane | STRENGH => STRENGTH, per Jon Jensen. |
commit | commitdiff | tree | snapshot |
2003-07-01 |
Michael Meskes | Use ISO dates in pgtypeslib by default. |
commit | commitdiff | tree | snapshot |
2003-07-01 |
Tom Lane | Department of second thoughts: even if we can't run... |
commit | commitdiff | tree | snapshot |
2003-07-01 |
Peter Eisentraut | Translation update |
commit | commitdiff | tree | snapshot |
2003-07-01 |
Tom Lane | SQL functions can have arguments and results declared... |
commit | commitdiff | tree | snapshot |
2003-07-01 |
Peter Eisentraut | Change EXECUTE INTO to CREATE TABLE AS EXECUTE. |
commit | commitdiff | tree | snapshot |
2003-06-30 |
Dave Cramer | patches by Kim Ho to fix |
commit | commitdiff | tree | snapshot |
2003-06-30 |
Tom Lane | Update contrib/Makefile's list of subdirectories that... |
commit | commitdiff | tree | snapshot |
2003-06-30 |
Tom Lane | Put back inappropriately-removed entry for earthdistanc... |
commit | commitdiff | tree | snapshot |
2003-06-30 |
Tom Lane | Rename plpython to plpythonu, and update documentation... |
commit | commitdiff | tree | snapshot |
2003-06-30 |
Tom Lane | Add GUC option log_error_verbosity to control which... |
commit | commitdiff | tree | snapshot |
2003-06-30 |
Barry Lind | Minor jdbc doc updates submitted by Kris Jurka |
commit | commitdiff | tree | snapshot |
2003-06-30 |
Barry Lind | Patches applied: |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Tom Lane | Restructure building of join relation targetlists so... |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Michael Meskes | - Made sure Informix style decimal vars are initialized... |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Peter Eisentraut | Information schema views for group privileges, some... |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Peter Eisentraut | It was comparing the wrong pair of columns, which trigg... |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Peter Eisentraut | Add missing PO files from last commit. |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Michael Meskes | Just another sync. |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Tom Lane | Support expressions of the form 'scalar op ANY (array... |
commit | commitdiff | tree | snapshot |
2003-06-28 |
Peter Eisentraut | Merge PO file updates from 7.3 branch. |
commit | commitdiff | tree | snapshot |
2003-06-28 |
Peter Eisentraut | Make information schema aware of arrays. |
commit | commitdiff | tree | snapshot |
2003-06-28 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2003-06-28 |
Bruce Momjian | Group ISBN/ISSN definitions. |
commit | commitdiff | tree | snapshot |
2003-06-28 |
Tom Lane | Update psql for some features of new FE/BE protocol... |
commit | commitdiff | tree | snapshot |
2003-06-28 |
Tom Lane | When using new protocol, PQexec can get out of a COPY... |
commit | commitdiff | tree | snapshot |
2003-06-27 |
Bruce Momjian | Adjust pgtest grep. |
commit | commitdiff | tree | snapshot |
2003-06-27 |
Bruce Momjian | Update pgtest to use 'gmake check'. |
commit | commitdiff | tree | snapshot |
2003-06-27 |
Tom Lane | Add is_superuser parameter reporting, soon to be used... |
commit | commitdiff | tree | snapshot |
2003-06-27 |
Bruce Momjian | Document kernel changes needed for BSD/OS 4.3. |
commit | commitdiff | tree | snapshot |
2003-06-27 |
Tom Lane | Fix compile warnings. |
commit | commitdiff | tree | snapshot |
2003-06-27 |
Tom Lane | Missing calls to PQclear in large_obj.c and describe.c. |
commit | commitdiff | tree | snapshot |
2003-06-27 |
Peter Eisentraut | First batch of object rename commands. |
commit | commitdiff | tree | snapshot |
next |