1997-10-25 |
Thomas G. Lockhart | Add SQL92 "constants" CURRENT_DATE, CURRENT_TIME, CURRE... |
commit | commitdiff | tree | snapshot |
1997-10-25 |
Thomas G. Lockhart | Add SQL92 reserved words for primary and foreign keys. |
commit | commitdiff | tree | snapshot |
1997-10-25 |
Thomas G. Lockhart | Add conversion routines for int2, int4, and oid to... |
commit | commitdiff | tree | snapshot |
1997-10-25 |
Thomas G. Lockhart | Change column number constant to reflect change in... |
commit | commitdiff | tree | snapshot |
1997-10-25 |
Thomas G. Lockhart | Change embedded query to reflect column name change... |
commit | commitdiff | tree | snapshot |
1997-10-25 |
Thomas G. Lockhart | Rename "TYPE" parser keyword token from P_TYPE to TYPE_... |
commit | commitdiff | tree | snapshot |
1997-10-25 |
Thomas G. Lockhart | Reassign cash/float4 arithmetic operator oids to avoid... |
commit | commitdiff | tree | snapshot |
1997-10-25 |
Thomas G. Lockhart | Add conversion functions for int2, int4, oid to and... |
commit | commitdiff | tree | snapshot |
1997-10-25 |
Thomas G. Lockhart | Rename column to avoid "action" SQL92 reserved word. |
commit | commitdiff | tree | snapshot |
1997-10-25 |
Thomas G. Lockhart | Shorten routine names to <= 16 characters to fit in... |
commit | commitdiff | tree | snapshot |
1997-10-25 |
Thomas G. Lockhart | Add conversion routines for oid to and from text. |
commit | commitdiff | tree | snapshot |
1997-10-25 |
Thomas G. Lockhart | Clean up comments. |
commit | commitdiff | tree | snapshot |
1997-10-25 |
Thomas G. Lockhart | Add conversions for int2 and int4 to and from text. |
commit | commitdiff | tree | snapshot |
1997-10-25 |
Thomas G. Lockhart | Fix occasional uninitialized variable fractional seconds |
commit | commitdiff | tree | snapshot |
1997-10-25 |
Thomas G. Lockhart | Add conversion from datetime to time data type. |
commit | commitdiff | tree | snapshot |
1997-10-25 |
Thomas G. Lockhart | Modify one last line to complete changes for StrNCpy... |
commit | commitdiff | tree | snapshot |
1997-10-25 |
Thomas G. Lockhart | Add debugging statement enabled by CASHDEBUG symbol... |
commit | commitdiff | tree | snapshot |
1997-10-25 |
Thomas G. Lockhart | Check explicitly for valid input strings for both TRUE... |
commit | commitdiff | tree | snapshot |
1997-10-25 |
Thomas G. Lockhart | Include explicit SQL update instructions. |
commit | commitdiff | tree | snapshot |
1997-10-25 |
Bruce Momjian | StrNCpy cleanup. |
commit | commitdiff | tree | snapshot |
1997-10-25 |
Bruce Momjian | Rename strNcpy to StrNCpy, and change third parameter. |
commit | commitdiff | tree | snapshot |
1997-10-24 |
Bruce Momjian | Fix alignment of source. |
commit | commitdiff | tree | snapshot |
1997-10-22 |
Vadim B. Mikheev | Debug stuff added to BlowawayRelationBuffers(). |
commit | commitdiff | tree | snapshot |
1997-10-22 |
Vadim B. Mikheev | Fix multi-column index scans in internal pages. |
commit | commitdiff | tree | snapshot |
1997-10-22 |
Bruce Momjian | Fix \. in manual page. |
commit | commitdiff | tree | snapshot |
1997-10-18 |
Bruce Momjian | Update for 6.2.1 REL6_2_1 |
commit | commitdiff | tree | snapshot |
1997-10-18 |
Bruce Momjian | Update for 6.2.1. |
commit | commitdiff | tree | snapshot |
1997-10-17 |
Bruce Momjian | Update TODO with html changes. |
commit | commitdiff | tree | snapshot |
1997-10-17 |
Bruce Momjian | Update TODO to reflect new HISTORY file. |
commit | commitdiff | tree | snapshot |
1997-10-17 |
Vadim B. Mikheev | Last (?) updations. |
commit | commitdiff | tree | snapshot |
1997-10-17 |
Vadim B. Mikheev | DEFAULT fixed |
commit | commitdiff | tree | snapshot |
1997-10-17 |
Vadim B. Mikheev | Changes due to fixed DEFAULT behaviour. |
commit | commitdiff | tree | snapshot |
1997-10-17 |
Vadim B. Mikheev | Trigger function for inserting user names. |
commit | commitdiff | tree | snapshot |
1997-10-17 |
Thomas G. Lockhart | Accept additional values for TRUE: y, Y, 1. |
commit | commitdiff | tree | snapshot |
1997-10-17 |
Thomas G. Lockhart | Fix delta time decoding for 12 AM/PM. |
commit | commitdiff | tree | snapshot |
1997-10-17 |
Thomas G. Lockhart | Include recipe for updating pg_aggregate to fix avg... |
commit | commitdiff | tree | snapshot |
1997-10-17 |
Bruce Momjian | New function PQcmdTuples. |
commit | commitdiff | tree | snapshot |
1997-10-16 |
Bruce Momjian | Updates for 6.2.1. Update pgaccess to 0.61. Add to... |
commit | commitdiff | tree | snapshot |
1997-10-16 |
Vadim B. Mikheev | DROP TRIGGER. |
commit | commitdiff | tree | snapshot |
1997-10-16 |
Vadim B. Mikheev | Ignore copies of columns specified in ORDER/GROUP BY |
commit | commitdiff | tree | snapshot |
1997-10-16 |
Bruce Momjian | Cleanups for 6.2.1. |
commit | commitdiff | tree | snapshot |
1997-10-15 |
Vadim B. Mikheev | Fix for backward cursors with ORDER BY. |
commit | commitdiff | tree | snapshot |
1997-10-15 |
Thomas G. Lockhart | Small updates for v6.2.1. |
commit | commitdiff | tree | snapshot |
1997-10-15 |
Thomas G. Lockhart | Put in some migration guides. Should have had these... |
commit | commitdiff | tree | snapshot |
1997-10-15 |
Thomas G. Lockhart | Include SQL/92 string continuation across newlines. |
commit | commitdiff | tree | snapshot |
1997-10-15 |
Thomas G. Lockhart | Fix final function for cash avg() aggregate. |
commit | commitdiff | tree | snapshot |
1997-10-12 |
Vadim B. Mikheev | Decrement relation reference count incremented in |
commit | commitdiff | tree | snapshot |
1997-10-12 |
Vadim B. Mikheev | DEFAULT is handled by analyze.c now. |
commit | commitdiff | tree | snapshot |
1997-10-09 |
Thomas G. Lockhart | Use P_TYPE rather than TYPE_P (which will be the name... |
commit | commitdiff | tree | snapshot |
1997-10-09 |
Thomas G. Lockhart | Allow both TIME and TYPE as column and table names. |
commit | commitdiff | tree | snapshot |
1997-10-09 |
Thomas G. Lockhart | Clean up function declarations for the boolean type... |
commit | commitdiff | tree | snapshot |
1997-10-09 |
Thomas G. Lockhart | Allow 't', 'T', and even/odd ASCII characters to denote... |
commit | commitdiff | tree | snapshot |
1997-10-09 |
Thomas G. Lockhart | Support special values 'now', 'current', etc on output. |
commit | commitdiff | tree | snapshot |
1997-10-09 |
Thomas G. Lockhart | Allow TIME in column and table names (SQL/92 non-reserv... |
commit | commitdiff | tree | snapshot |
1997-10-09 |
Thomas G. Lockhart | Fix error in ordering of arguments. |
commit | commitdiff | tree | snapshot |
1997-10-03 |
Bruce Momjian | Update to version 0.51. |
commit | commitdiff | tree | snapshot |
1997-10-03 |
Marc G. Fournier | We never do remember to up the PG_VERSION number, do... |
commit | commitdiff | tree | snapshot |
1997-10-03 |
Bruce Momjian | Update to 0.5. |
commit | commitdiff | tree | snapshot |
1997-10-03 |
Bruce Momjian | Update machine-specific FAQs. Too late. |
commit | commitdiff | tree | snapshot |
1997-10-03 |
Bruce Momjian | Linux/alpha patch from Dan Maynard |
commit | commitdiff | tree | snapshot |
1997-10-03 |
Thomas G. Lockhart | From JM de Lauwereyns (jmlauwer@icdc.caissedesdepots... |
commit | commitdiff | tree | snapshot |
1997-10-02 |
Bruce Momjian | Sparc lock fix for Linux/netbsd. REL6_2 |
commit | commitdiff | tree | snapshot |
1997-10-02 |
Vadim B. Mikheev | Updates for release |
commit | commitdiff | tree | snapshot |
1997-10-02 |
Vadim B. Mikheev | New edition by D'Arcy and me. |
commit | commitdiff | tree | snapshot |
1997-10-02 |
Vadim B. Mikheev | General function for SERIAL/IDENTITY/AUTOINCREMENT... |
commit | commitdiff | tree | snapshot |
1997-10-02 |
Vadim B. Mikheev | Last changes. |
commit | commitdiff | tree | snapshot |
1997-10-02 |
Vadim B. Mikheev | + MOVE |
commit | commitdiff | tree | snapshot |
1997-10-02 |
Vadim B. Mikheev | Dump DEFAULT, CHECK, Triggers. |
commit | commitdiff | tree | snapshot |
1997-10-02 |
Vadim B. Mikheev | Fix \ handling |
commit | commitdiff | tree | snapshot |
1997-10-02 |
Vadim B. Mikheev | MOVE command |
commit | commitdiff | tree | snapshot |
1997-10-02 |
Vadim B. Mikheev | A word about constraint nature of DEFAULT. |
commit | commitdiff | tree | snapshot |
1997-10-02 |
Marc G. Fournier | Space pad it a little bit...improve readability... |
commit | commitdiff | tree | snapshot |
1997-10-02 |
Thomas G. Lockhart | First attempt at an installation completion message... |
commit | commitdiff | tree | snapshot |
1997-10-02 |
Marc G. Fournier | Bring in a "registration" file to be printed out after... |
commit | commitdiff | tree | snapshot |
1997-10-02 |
Marc G. Fournier | Document which is default for: |
commit | commitdiff | tree | snapshot |
1997-10-01 |
Bruce Momjian | Update manuals for 6.2 release. |
commit | commitdiff | tree | snapshot |
1997-10-01 |
Bruce Momjian | Update manuals for 6.2 release. |
commit | commitdiff | tree | snapshot |
1997-10-01 |
Bruce Momjian | Update manuals for 6.2 release. |
commit | commitdiff | tree | snapshot |
1997-10-01 |
Bruce Momjian | Update manuals for 6.2 release. |
commit | commitdiff | tree | snapshot |
1997-10-01 |
Bruce Momjian | Update manuals for 6.2 release. |
commit | commitdiff | tree | snapshot |
1997-10-01 |
Bruce Momjian | Update manuals for 6.2 release. |
commit | commitdiff | tree | snapshot |
1997-10-01 |
Bruce Momjian | Update manuals for 6.2 release. |
commit | commitdiff | tree | snapshot |
1997-10-01 |
Bruce Momjian | Update PQntuples now returns rows affected. |
commit | commitdiff | tree | snapshot |
1997-10-01 |
Thomas G. Lockhart | Document NOT NULL for table creation. |
commit | commitdiff | tree | snapshot |
1997-10-01 |
Bruce Momjian | Update to 0.4. |
commit | commitdiff | tree | snapshot |
1997-10-01 |
Bruce Momjian | Update to 0.4 version. |
commit | commitdiff | tree | snapshot |
1997-09-30 |
Bruce Momjian | Fix permits. |
commit | commitdiff | tree | snapshot |
1997-09-30 |
Bruce Momjian | Add support for NetBSD/sparc. |
commit | commitdiff | tree | snapshot |
1997-09-30 |
Bruce Momjian | HPUX 10 fix. |
commit | commitdiff | tree | snapshot |
1997-09-30 |
Vadim B. Mikheev | Little changes. |
commit | commitdiff | tree | snapshot |
1997-09-30 |
Vadim B. Mikheev | STATEMENT triggers are not implemented - elog (WARN). |
commit | commitdiff | tree | snapshot |
1997-09-30 |
Vadim B. Mikheev | Trigger programming guide. |
commit | commitdiff | tree | snapshot |
1997-09-30 |
Bruce Momjian | Cleanup. |
commit | commitdiff | tree | snapshot |
1997-09-30 |
Bruce Momjian | Vadim's updates to HISTORY file. |
commit | commitdiff | tree | snapshot |
1997-09-30 |
Bruce Momjian | Update for 6.2 release. |
commit | commitdiff | tree | snapshot |
1997-09-30 |
Bruce Momjian | Update readme. |
commit | commitdiff | tree | snapshot |
1997-09-30 |
Bruce Momjian | Update pgtcl to 0.3. Update README. |
commit | commitdiff | tree | snapshot |
1997-09-29 |
Marc G. Fournier | Update to the newest version before beta12, and add... |
commit | commitdiff | tree | snapshot |
1997-09-29 |
Marc G. Fournier | From: Peter T Mount <patches@maidast.demon.co.uk> |
commit | commitdiff | tree | snapshot |
1997-09-29 |
Marc G. Fournier | Bring in Constantin's PGaccess TCL interface (v0.21) |
commit | commitdiff | tree | snapshot |
next |