1997-11-17 |
Thomas G. Lockhart | Include first text in some type descriptions (~29 entries). |
commit | commitdiff | tree | snapshot |
1997-11-17 |
Thomas G. Lockhart | Update UNION and subselect syntax. |
commit | commitdiff | tree | snapshot |
1997-11-17 |
Thomas G. Lockhart | Update generated source for scan.l. |
commit | commitdiff | tree | snapshot |
1997-11-17 |
Thomas G. Lockhart | Implement SQL92 binary and hexadecimal string decoding... |
commit | commitdiff | tree | snapshot |
1997-11-17 |
Thomas G. Lockhart | Use limits.h for INT, SHRT, and SCHAR min and max value... |
commit | commitdiff | tree | snapshot |
1997-11-17 |
Thomas G. Lockhart | Use SHRT_MIN and SHRT_MAX for 2-byte integer limits. |
commit | commitdiff | tree | snapshot |
1997-11-17 |
Thomas G. Lockhart | Allow fractional values for delta times (e.g. '2.5... |
commit | commitdiff | tree | snapshot |
1997-11-17 |
Thomas G. Lockhart | Include unistd.h to get read/write function declarations. |
commit | commitdiff | tree | snapshot |
1997-11-17 |
Thomas G. Lockhart | Add storage/ipc.h include file to get read/write functi... |
commit | commitdiff | tree | snapshot |
1997-11-17 |
Thomas G. Lockhart | Fix compiler complaints about mismatched pointer args... |
commit | commitdiff | tree | snapshot |
1997-11-17 |
Bruce Momjian | Fix for \e on empty file. |
commit | commitdiff | tree | snapshot |
1997-11-17 |
Marc G. Fournier | Apply Bryan's IPC Patches |
commit | commitdiff | tree | snapshot |
1997-11-16 |
Bruce Momjian | Re-ordeer new \d command output. |
commit | commitdiff | tree | snapshot |
1997-11-16 |
Bruce Momjian | New \dS psql command. initdb cleanup. |
commit | commitdiff | tree | snapshot |
1997-11-15 |
Bruce Momjian | Remove pg_magic, defaults, server, hosts, and demon... |
commit | commitdiff | tree | snapshot |
1997-11-15 |
Bruce Momjian | Fix problem of COPY before vacuum. |
commit | commitdiff | tree | snapshot |
1997-11-15 |
Bruce Momjian | Add new \df psql option and oid8types() function. |
commit | commitdiff | tree | snapshot |
1997-11-15 |
Thomas G. Lockhart | Fix testing problem when 'current' equal to 'now' for... |
commit | commitdiff | tree | snapshot |
1997-11-15 |
Thomas G. Lockhart | Add mention of new environment variables for session... |
commit | commitdiff | tree | snapshot |
1997-11-14 |
Bruce Momjian | Make flowchart file smaller. |
commit | commitdiff | tree | snapshot |
1997-11-14 |
Bruce Momjian | Add new psql \da, \do, and \dT options. |
commit | commitdiff | tree | snapshot |
1997-11-14 |
Thomas G. Lockhart | Set time zone and date style environment variables. |
commit | commitdiff | tree | snapshot |
1997-11-14 |
Thomas G. Lockhart | Include flex output in the standard distribution to... |
commit | commitdiff | tree | snapshot |
1997-11-14 |
Thomas G. Lockhart | Supress cleaning scan.c since we will try to include... |
commit | commitdiff | tree | snapshot |
1997-11-14 |
Thomas G. Lockhart | Add flag to supress one compiler warning regarding... |
commit | commitdiff | tree | snapshot |
1997-11-14 |
Thomas G. Lockhart | Add mention of PGDATESTYLE, PGTZ, PGCOSTHEAP, PGCOSTIND... |
commit | commitdiff | tree | snapshot |
1997-11-14 |
Thomas G. Lockhart | Add other initialization environment variables: |
commit | commitdiff | tree | snapshot |
1997-11-14 |
Thomas G. Lockhart | Reformat parser table (cosmetic only). |
commit | commitdiff | tree | snapshot |
1997-11-14 |
Bruce Momjian | FIx for indexing regex stuff. Change rowoid to objoid. |
commit | commitdiff | tree | snapshot |
1997-11-14 |
Bruce Momjian | FIx for indexing regex stuff. Change rowoid to objoid. |
commit | commitdiff | tree | snapshot |
1997-11-13 |
Bruce Momjian | pg_description cleanup. |
commit | commitdiff | tree | snapshot |
1997-11-13 |
Bruce Momjian | Add pg_description table for info on tables, columns... |
commit | commitdiff | tree | snapshot |
1997-11-12 |
Bruce Momjian | File has moved to include/catalog. |
commit | commitdiff | tree | snapshot |
1997-11-10 |
Thomas G. Lockhart | Remove unnecessary inclusion of <ctype.h>. |
commit | commitdiff | tree | snapshot |
1997-11-10 |
Thomas G. Lockhart | Add PGTZ environment variable to initialization code. |
commit | commitdiff | tree | snapshot |
1997-11-10 |
Thomas G. Lockhart | Do a more complete job of supporting time zone information. |
commit | commitdiff | tree | snapshot |
1997-11-10 |
Thomas G. Lockhart | Change quickdie elog notice to a single message. |
commit | commitdiff | tree | snapshot |
1997-11-10 |
Thomas G. Lockhart | Change messages regarding "TimeRange" to say that time... |
commit | commitdiff | tree | snapshot |
1997-11-10 |
Thomas G. Lockhart | Clean up path handling esp. when interpreting environme... |
commit | commitdiff | tree | snapshot |
1997-11-10 |
Thomas G. Lockhart | Add errormsg initialization from patch by Keith Parks. |
commit | commitdiff | tree | snapshot |
1997-11-10 |
Thomas G. Lockhart | Clean up handling of environment variables in path... |
commit | commitdiff | tree | snapshot |
1997-11-10 |
Bruce Momjian | Clean up indenting. |
commit | commitdiff | tree | snapshot |
1997-11-10 |
Bruce Momjian | Fix case issues with quotes. |
commit | commitdiff | tree | snapshot |
1997-11-10 |
Marc G. Fournier | From: "Gillies, Robert" <GilliesR@Nichols.com> |
commit | commitdiff | tree | snapshot |
1997-11-10 |
Bruce Momjian | Patch from Goran Thyni |
commit | commitdiff | tree | snapshot |
1997-11-09 |
Marc G. Fournier | From: Bryan Henderson <bryanh@giraffe.netgate.net> |
commit | commitdiff | tree | snapshot |
1997-11-09 |
Marc G. Fournier | From: Bryan Henderson <bryanh@giraffe.netgate.net> |
commit | commitdiff | tree | snapshot |
1997-11-09 |
Marc G. Fournier | Oops, shouldn't have added that extra, it seems... :) |
commit | commitdiff | tree | snapshot |
1997-11-09 |
Marc G. Fournier | Add i586-pc-sco3.2v5.0.2 to .similar file |
commit | commitdiff | tree | snapshot |
1997-11-07 |
Bruce Momjian | new alpha linux locking from Travis Melhiser <melhiser... |
commit | commitdiff | tree | snapshot |
1997-11-07 |
Bruce Momjian | Update postmaster manual page. |
commit | commitdiff | tree | snapshot |
1997-11-07 |
Bruce Momjian | Update of Java driver from Peter Mount. |
commit | commitdiff | tree | snapshot |
1997-11-07 |
Bruce Momjian | Add Unix domain socket support, from Goran Thyni, goran... |
commit | commitdiff | tree | snapshot |
1997-11-07 |
Bruce Momjian | Remove .orig files. |
commit | commitdiff | tree | snapshot |
1997-11-07 |
Thomas G. Lockhart | Include transam.h to get NullTransactionId defined |
commit | commitdiff | tree | snapshot |
1997-11-07 |
Thomas G. Lockhart | Routines for database initial access info and support. |
commit | commitdiff | tree | snapshot |
1997-11-07 |
Thomas G. Lockhart | Add database.c for database initial access info and... |
commit | commitdiff | tree | snapshot |
1997-11-07 |
Thomas G. Lockhart | Implement CREATE DATABASE/WITH LOCATION=. |
commit | commitdiff | tree | snapshot |
1997-11-07 |
Thomas G. Lockhart | File is created by make from source in ../output |
commit | commitdiff | tree | snapshot |
1997-11-07 |
Thomas G. Lockhart | Declare routines which support SET keyword = value... |
commit | commitdiff | tree | snapshot |
1997-11-07 |
Thomas G. Lockhart | Enable SET value = DEFAULT by passing null parameter... |
commit | commitdiff | tree | snapshot |
1997-11-07 |
Thomas G. Lockhart | Describe new command to create alternate database locat... |
commit | commitdiff | tree | snapshot |
1997-11-07 |
Thomas G. Lockhart | Support alternate database locations. |
commit | commitdiff | tree | snapshot |
1997-11-07 |
Thomas G. Lockhart | Support "with location" capability for database creation. |
commit | commitdiff | tree | snapshot |
1997-11-07 |
Thomas G. Lockhart | Change error message for rejected input. |
commit | commitdiff | tree | snapshot |
1997-11-07 |
Thomas G. Lockhart | Change phrasing of input error message. |
commit | commitdiff | tree | snapshot |
1997-11-07 |
Thomas G. Lockhart | Support "delimited identifiers" for \d tablename command. |
commit | commitdiff | tree | snapshot |
1997-11-07 |
Thomas G. Lockhart | Add "-D location" to specify alternate database location. |
commit | commitdiff | tree | snapshot |
1997-11-07 |
Thomas G. Lockhart | Add initlocation. |
commit | commitdiff | tree | snapshot |
1997-11-07 |
Thomas G. Lockhart | Change "more" to "cat" to allow typeahead while making... |
commit | commitdiff | tree | snapshot |
1997-11-07 |
Thomas G. Lockhart | Create alternate location(s) for databases. |
commit | commitdiff | tree | snapshot |
1997-11-05 |
Bruce Momjian | Update of contrib stuff from massimo. |
commit | commitdiff | tree | snapshot |
1997-11-05 |
Bruce Momjian | Remove NOT_USED for Massimo. |
commit | commitdiff | tree | snapshot |
1997-11-04 |
Bruce Momjian | Remove duplicate text. |
commit | commitdiff | tree | snapshot |
1997-11-03 |
Bruce Momjian | Remove time travel from manuals. |
commit | commitdiff | tree | snapshot |
1997-11-03 |
Bruce Momjian | Add paging for \d, and fix \i. |
commit | commitdiff | tree | snapshot |
1997-11-02 |
Bruce Momjian | Portability fix for pg_passwd. |
commit | commitdiff | tree | snapshot |
1997-11-02 |
Vadim B. Mikheev | Good Bye, Time Travel! |
commit | commitdiff | tree | snapshot |
1997-11-01 |
Bruce Momjian | Fix acl error, and remove duplicate pqtrace. |
commit | commitdiff | tree | snapshot |
1997-10-31 |
Bruce Momjian | Indexes for LIKE and ~, !~ operations. |
commit | commitdiff | tree | snapshot |
1997-10-30 |
Bruce Momjian | No more warnings on macros, thanks VAdim. |
commit | commitdiff | tree | snapshot |
1997-10-30 |
Bruce Momjian | Remember release.txt change. |
commit | commitdiff | tree | snapshot |
1997-10-30 |
Bruce Momjian | Update version to 6.3. dump/reload for 6.1 version... |
commit | commitdiff | tree | snapshot |
1997-10-30 |
Bruce Momjian | We have multi-column indexes, so update manual. |
commit | commitdiff | tree | snapshot |
1997-10-30 |
Bruce Momjian | FIx for SCO compiles. |
commit | commitdiff | tree | snapshot |
1997-10-30 |
Bruce Momjian | Fix for java to allow password, european dates,from... |
commit | commitdiff | tree | snapshot |
1997-10-30 |
Bruce Momjian | FIx for libptcl make, from Tatsuo Ishii. |
commit | commitdiff | tree | snapshot |
1997-10-30 |
Bruce Momjian | Patch for tcl library crash, from Jan Wieck. |
commit | commitdiff | tree | snapshot |
1997-10-30 |
Bruce Momjian | Remove duplocate lock_timeout value. |
commit | commitdiff | tree | snapshot |
1997-10-30 |
Thomas G. Lockhart | Update for modified quoting style in some error messages. |
commit | commitdiff | tree | snapshot |
1997-10-30 |
Thomas G. Lockhart | Add initial backend support for SET/SHOW/RESET TIME... |
commit | commitdiff | tree | snapshot |
1997-10-30 |
Thomas G. Lockhart | Support SQL92 delimited identifiers by checking some... |
commit | commitdiff | tree | snapshot |
1997-10-30 |
Thomas G. Lockhart | Add routines istrue() and isfalse() to directly evaluat... |
commit | commitdiff | tree | snapshot |
1997-10-30 |
Thomas G. Lockhart | Add support for SQL92 delimited identifiers. |
commit | commitdiff | tree | snapshot |
1997-10-30 |
Thomas G. Lockhart | Add support for delimited identifiers. Include new... |
commit | commitdiff | tree | snapshot |
1997-10-30 |
Thomas G. Lockhart | Fix up elog messages for consistant usage of quotes... |
commit | commitdiff | tree | snapshot |
1997-10-30 |
Bruce Momjian | Fix for international identifiers, from Tatsuo Ishii |
commit | commitdiff | tree | snapshot |
1997-10-30 |
Bruce Momjian | Fix for when POSIX time not defined. |
commit | commitdiff | tree | snapshot |
1997-10-30 |
Bruce Momjian | Fix for java timestamp type from teunis@sigil.computers... |
commit | commitdiff | tree | snapshot |
1997-10-30 |
Vadim B. Mikheev | CREATE PROCEDURAL LANGUAGE mans (Jan). |
commit | commitdiff | tree | snapshot |
next |