| 2000-02-15 |
Thomas G. Lockhart | Fix up tabbing for _int8 entry. |
commit | commitdiff | tree |
| 2000-02-15 |
Thomas G. Lockhart | Add "DEC" as synonym for "DECIMAL". |
commit | commitdiff | tree |
| 2000-02-15 |
Thomas G. Lockhart | Recognize special case of POSIX time zone: "GMT+8"... |
commit | commitdiff | tree |
| 2000-02-15 |
Thomas G. Lockhart | Fix up error and log messages. |
commit | commitdiff | tree |
| 2000-02-14 |
Bruce Momjian | I suspect that you are not the person to send this... |
commit | commitdiff | tree |
| 2000-02-14 |
Bruce Momjian | Update README.NT with new NT ipc location. |
commit | commitdiff | tree |
| 2000-02-14 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree |
| 2000-02-13 |
Peter Eisentraut | Adjusted psql echoing options (-a and -e) |
commit | commitdiff | tree |
| 2000-02-13 |
Bruce Momjian | contrib-array.patch |
commit | commitdiff | tree |
| 2000-02-13 |
Bruce Momjian | 2. trigger.c fails to compile due to a syntax error... |
commit | commitdiff | tree |
| 2000-02-10 |
Peter Eisentraut | Default argument for createdb |
commit | commitdiff | tree |
| 2000-02-10 |
Bruce Momjian | Add btree indexing of boolean values |
commit | commitdiff | tree |
| 2000-02-10 |
Bruce Momjian | Improve default compile ops. |
commit | commitdiff | tree |
| 2000-02-10 |
Bruce Momjian | Add no CVS to make_mkid. |
commit | commitdiff | tree |
| 2000-02-10 |
Bruce Momjian | Prevent tags files in cvs directory. |
commit | commitdiff | tree |
| 2000-02-10 |
Bruce Momjian | You will need to copy "config.h.win32" to "config.h... |
commit | commitdiff | tree |
| 2000-02-10 |
Bruce Momjian | Update length to 31. |
commit | commitdiff | tree |
| 2000-02-09 |
Bruce Momjian | Here is the patch to add plperl to droplang. |
commit | commitdiff | tree |
| 2000-02-09 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree |
| 2000-02-09 |
Bruce Momjian | I checked the WinNT port yesterday (a few days old... |
commit | commitdiff | tree |
| 2000-02-09 |
Hiroshi Inoue | Enable backward sequential scan even after reaching... |
commit | commitdiff | tree |
| 2000-02-09 |
Peter Eisentraut | Fixed broken initdb --show patch |
commit | commitdiff | tree |
| 2000-02-09 |
Tom Lane | Ooops ... 'char c' can hold a char, but it can't hold... |
commit | commitdiff | tree |
| 2000-02-08 |
Bruce Momjian | yesterday I had a problem with initdb. I set bad envir... |
commit | commitdiff | tree |
| 2000-02-08 |
Bruce Momjian | I'm sending patch with new version of to_char numbers... |
commit | commitdiff | tree |
| 2000-02-07 |
Peter Eisentraut | Fixed psql double quoting of SQL ids |
commit | commitdiff | tree |
| 2000-02-07 |
Bruce Momjian | Mask removal of network_ops in 7.0. |
commit | commitdiff | tree |
| 2000-02-07 |
Jan Wieck | Enabled MATCH <unspecified> |
commit | commitdiff | tree |
| 2000-02-07 |
Jan Wieck | Added complete MATCH <unspecified> support contributed... |
commit | commitdiff | tree |
| 2000-02-07 |
Jan Wieck | Disable/reenable triggers for data only dump. |
commit | commitdiff | tree |
| 2000-02-07 |
Tom Lane | Repair planning bugs caused by my misguided removal... |
commit | commitdiff | tree |
| 2000-02-07 |
Tatsuo Ishii | change copyright year 1999->2000 |
commit | commitdiff | tree |
| 2000-02-07 |
Hiroshi Inoue | Allow SELECT .. FOR UPDATE in PL/pgSQL. |
commit | commitdiff | tree |
| 2000-02-07 |
Hiroshi Inoue | Remove ugly call ImmediateSharedRelationCacheInvalidate() |
commit | commitdiff | tree |
| 2000-02-06 |
Jan Wieck | Removed special hack causing ON UPDATE NO ACTION trigger to |
commit | commitdiff | tree |
| 2000-02-06 |
Bruce Momjian | Solaris has always had problems with 1947 in the |
commit | commitdiff | tree |
| 2000-02-06 |
Tom Lane | Rename same() to sameseti() to have a slightly less... |
commit | commitdiff | tree |
| 2000-02-06 |
Tatsuo Ishii | Fix a bug when specfying -D option. |
commit | commitdiff | tree |
| 2000-02-05 |
Tom Lane | Replace nth() calls in inner loops with traversal of... |
commit | commitdiff | tree |
| 2000-02-05 |
Tom Lane | Further cleanup for OR-of-AND WHERE-clauses. orindxpat... |
commit | commitdiff | tree |
| 2000-02-05 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree |
| 2000-02-05 |
Tatsuo Ishii | Change function name PQclientencoding to PQclientEncodi... |
commit | commitdiff | tree |
| 2000-02-05 |
Tatsuo Ishii | Change function name PQclientencoding to PQclientEncodi... |
commit | commitdiff | tree |
| 2000-02-05 |
Jan Wieck | Enabling automatic primary key detection for self-refer... |
commit | commitdiff | tree |
| 2000-02-04 |
Jan Wieck | Small bugfix for DROP TABLE if table is self-referenced by |
commit | commitdiff | tree |
| 2000-02-04 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree |
| 2000-02-04 |
Jan Wieck | Added ALTER TABLE ... ADD CONSTRAINT (provided by Steph... |
commit | commitdiff | tree |
| 2000-02-04 |
Jan Wieck | Made prototypes for yyerror() consistent with Bruce... |
commit | commitdiff | tree |
| 2000-02-04 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree |
| 2000-02-04 |
Tom Lane | Squash longstanding memory leak: when catcache.c copied... |
commit | commitdiff | tree |
| 2000-02-03 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree |
| 2000-02-03 |
Tom Lane | Make EXPLAIN results for Append, Group, Agg, Unique... |
commit | commitdiff | tree |
| 2000-02-03 |
Tom Lane | Repair relation refcount leakage caused by SELECT FOR... |
commit | commitdiff | tree |
| 2000-02-02 |
Jan Wieck | Inconsistency in CREATE CONSTRAINT TRIGGER with the |
commit | commitdiff | tree |
| 2000-02-02 |
Thomas G. Lockhart | Add short chapter in developer's guide on formatting... |
commit | commitdiff | tree |
| 2000-02-02 |
Thomas G. Lockhart | Add information on QNX port from Andreas Kardos. |
commit | commitdiff | tree |
| 2000-02-02 |
Thomas G. Lockhart | Remove extraneous end tag. Code now compiles cleanly. |
commit | commitdiff | tree |
| 2000-02-02 |
Thomas G. Lockhart | Add info on debian package installation of sgml toolkits. |
commit | commitdiff | tree |
| 2000-02-02 |
Thomas G. Lockhart | Add detailed information on Australian time zones. |
commit | commitdiff | tree |
| 2000-02-02 |
Thomas G. Lockhart | Update with current summary information on pgadmin. |
commit | commitdiff | tree |
| 2000-02-02 |
Peter Eisentraut | *** empty log message *** |
commit | commitdiff | tree |
| 2000-01-31 |
Jan Wieck | Fixed bug in NO ACTION trigger proc entries. |
commit | commitdiff | tree |
| 2000-01-31 |
Tom Lane | Fix problems seen in parallel regress tests when SI... |
commit | commitdiff | tree |
| 2000-01-31 |
Tom Lane | Hmm, equalfuncs didn't know about SortClause or GroupClause |
commit | commitdiff | tree |
| 2000-01-30 |
Byron Nikolaidis | Added numeric and int8 types. |
commit | commitdiff | tree |
| 2000-01-29 |
Tom Lane | Delete unused and long-dead header file. |
commit | commitdiff | tree |
| 2000-01-29 |
Tom Lane | Modify uses of RelationFlushRelation and RelationCacheI... |
commit | commitdiff | tree |
| 2000-01-29 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree |
| 2000-01-29 |
Peter Eisentraut | A few minor psql enhancements |
commit | commitdiff | tree |
| 2000-01-29 |
Bruce Momjian | Update copyright file. |
commit | commitdiff | tree |
| 2000-01-29 |
Bruce Momjian | Attached is a uuencoded tarball that contains |
commit | commitdiff | tree |
| 2000-01-28 |
Bruce Momjian | Patch from Hiroshi for overflow btree comparison. |
commit | commitdiff | tree |
| 2000-01-28 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree |
| 2000-01-28 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree |
| 2000-01-28 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree |
| 2000-01-28 |
Tom Lane | Apply the heuristic proposed by Taral (see pgsql-genera... |
commit | commitdiff | tree |
| 2000-01-27 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree |
| 2000-01-27 |
Tom Lane | Redesign DISTINCT ON as discussed in pgsql-sql 1/25... |
commit | commitdiff | tree |
| 2000-01-27 |
Bruce Momjian | fix for compile. |
commit | commitdiff | tree |
| 2000-01-26 |
Tom Lane | Remove duplicate extern declaration. |
commit | commitdiff | tree |
| 2000-01-26 |
Bruce Momjian | Update files. |
commit | commitdiff | tree |
| 2000-01-26 |
Bruce Momjian | Add include for float.h. |
commit | commitdiff | tree |
| 2000-01-26 |
Bruce Momjian | Add: |
commit | commitdiff | tree |
| 2000-01-25 |
Bruce Momjian | as attache of this mail is patch (to the main tree... |
commit | commitdiff | tree |
| 2000-01-25 |
Tom Lane | Remove obsolete references to 8K query limit. |
commit | commitdiff | tree |
| 2000-01-25 |
Tatsuo Ishii | Fix pg_euccn_mblen() so that it always returns 2 if... |
commit | commitdiff | tree |
| 2000-01-25 |
Tom Lane | Forgot that expr assumes regexp is anchored-left; there... |
commit | commitdiff | tree |
| 2000-01-24 |
Peter Eisentraut | Removed alter table drop column. |
commit | commitdiff | tree |
| 2000-01-24 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree |
| 2000-01-24 |
Peter Eisentraut | Made abstime/reltime use int4 instead of time_t (TODO... |
commit | commitdiff | tree |
| 2000-01-24 |
Tom Lane | First cut at making useful selectivity estimates for... |
commit | commitdiff | tree |
| 2000-01-24 |
Bruce Momjian | Update for index change. Semes it didn't work the... |
commit | commitdiff | tree |
| 2000-01-24 |
Bruce Momjian | Remove Ops parameter from STATRELID cache lookup, for... |
commit | commitdiff | tree |
| 2000-01-23 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree |
| 2000-01-23 |
Tatsuo Ishii | Change format of postmaster.opts.default. |
commit | commitdiff | tree |
| 2000-01-23 |
Tatsuo Ishii | Fix error messages for the lack of multi-byte support. |
commit | commitdiff | tree |
| 2000-01-23 |
Tatsuo Ishii | char_length()/octet_length for char() type now returns... |
commit | commitdiff | tree |
| 2000-01-23 |
Tom Lane | Replace SearchSysCacheGetAttribute with SysCacheGetAttr... |
commit | commitdiff | tree |
| 2000-01-23 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree |
| 2000-01-23 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree |
| next |