1997-08-21 |
Vadim B. Mikheev | New system relations to store DEFAULT/CHECK expressions. |
commit | commitdiff | tree | snapshot |
1997-08-21 |
Vadim B. Mikheev | Read info for DEFAULT from pg_attrdef. |
commit | commitdiff | tree | snapshot |
1997-08-21 |
Vadim B. Mikheev | Syntax for [CONSTRAINT name] CHECK ... |
commit | commitdiff | tree | snapshot |
1997-08-21 |
Vadim B. Mikheev | Get rid of attproc, atttyparg, attcanindex, attdefrel... |
commit | commitdiff | tree | snapshot |
1997-08-20 |
Bruce Momjian | Portability fix for pg_dumpall. |
commit | commitdiff | tree | snapshot |
1997-08-20 |
Bruce Momjian | More NOT_USEDs |
commit | commitdiff | tree | snapshot |
1997-08-20 |
Bruce Momjian | Add static finding script. |
commit | commitdiff | tree | snapshot |
1997-08-20 |
Vadim B. Mikheev | HTNegate/HTCommute/HTNegateCommute are not used. |
commit | commitdiff | tree | snapshot |
1997-08-20 |
Vadim B. Mikheev | CHECK/DEFAULT syntax (some tricks to get current scan... |
commit | commitdiff | tree | snapshot |
1997-08-20 |
Vadim B. Mikheev | CHECK/DEFAULT syntax |
commit | commitdiff | tree | snapshot |
1997-08-20 |
Marc G. Fournier | Changes for Digital Unix |
commit | commitdiff | tree | snapshot |
1997-08-19 |
Bruce Momjian | Fix for sunos4 difftime() call. |
commit | commitdiff | tree | snapshot |
1997-08-19 |
Bruce Momjian | Make functions static where possible, enclose unused... |
commit | commitdiff | tree | snapshot |
1997-08-19 |
Vadim B. Mikheev | NOT NULL implementation (submitted by Robson Paniago... |
commit | commitdiff | tree | snapshot |
1997-08-18 |
Bruce Momjian | Now that names are null terminated, no need to do all... |
commit | commitdiff | tree | snapshot |
1997-08-18 |
Bruce Momjian | Reduce open() calls. Replace fopen() calls with calls... |
commit | commitdiff | tree | snapshot |
1997-08-17 |
Marc G. Fournier | Fixes for alphalinux port by abrams@philos.umass.edu |
commit | commitdiff | tree | snapshot |
1997-08-17 |
Marc G. Fournier | Changes so that it actually checks for <readline/histor... |
commit | commitdiff | tree | snapshot |
1997-08-17 |
Marc G. Fournier | Make sure that LIBPQDIR points to the right directory |
commit | commitdiff | tree | snapshot |
1997-08-17 |
Marc G. Fournier | Fix up paths to $(SRCDIR) |
commit | commitdiff | tree | snapshot |
1997-08-16 |
Marc G. Fournier | Add appropriate links into the interfaces directory... |
commit | commitdiff | tree | snapshot |
1997-08-16 |
Marc G. Fournier | Bring in Adrian's JDBC driver as an interface |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Bruce Momjian | Cleanup global variables, remove stable memory stuff. |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Vadim B. Mikheev | sprintf "...%d...", ... (int)getpid(), ... |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Vadim B. Mikheev | _hash_checkpage: cleanup for CASSERT |
commit | commitdiff | tree | snapshot |
1997-08-12 |
Bruce Momjian | These changes allow the module to compile quietly when... |
commit | commitdiff | tree | snapshot |
1997-08-12 |
Bruce Momjian | Remove more (void) and fix -Wall warnings. |
commit | commitdiff | tree | snapshot |
1997-08-12 |
Bruce Momjian | cleanup of patch |
commit | commitdiff | tree | snapshot |
1997-08-12 |
Bruce Momjian | Fix pgproc names over 15 chars in output. Add strNcpy... |
commit | commitdiff | tree | snapshot |
1997-08-08 |
Bruce Momjian | Add bsdi gcc2 options. |
commit | commitdiff | tree | snapshot |
1997-08-06 |
Bruce Momjian | Fix for psort again. |
commit | commitdiff | tree | snapshot |
1997-08-06 |
Bruce Momjian | Another psort fix. |
commit | commitdiff | tree | snapshot |
1997-08-06 |
Bruce Momjian | I think I finally got psort working for all cases. |
commit | commitdiff | tree | snapshot |
1997-08-06 |
Bruce Momjian | psort cleanups. |
commit | commitdiff | tree | snapshot |
1997-08-06 |
Bruce Momjian | Another fix. |
commit | commitdiff | tree | snapshot |
1997-08-06 |
Bruce Momjian | Fix for palloc(0) in new code |
commit | commitdiff | tree | snapshot |
1997-08-06 |
Bruce Momjian | Allow internal sorts to be stored in memory rather... |
commit | commitdiff | tree | snapshot |
1997-08-06 |
Bruce Momjian | Add developers help file. |
commit | commitdiff | tree | snapshot |
1997-08-06 |
Bruce Momjian | Fix for os version handling. |
commit | commitdiff | tree | snapshot |
1997-08-06 |
Vadim B. Mikheev | Catch non-functional delete attempts. |
commit | commitdiff | tree | snapshot |
1997-08-03 |
Bruce Momjian | Cleanup for NAMEDATALEN use. |
commit | commitdiff | tree | snapshot |
1997-08-03 |
Bruce Momjian | Comment out code that makes no sense, and Purify compla... |
commit | commitdiff | tree | snapshot |
1997-08-02 |
Bruce Momjian | Prevent relname unallocated string length from being... |
commit | commitdiff | tree | snapshot |
1997-08-02 |
Bruce Momjian | Makei configure less os-version specific, were possible. |
commit | commitdiff | tree | snapshot |
1997-08-01 |
Bruce Momjian | Fix stout/stderr paging. Do not page \h select, but... |
commit | commitdiff | tree | snapshot |
1997-08-01 |
Bruce Momjian | FIx solaris template finding. |
commit | commitdiff | tree | snapshot |
1997-08-01 |
Bruce Momjian | Fix psql error output. |
commit | commitdiff | tree | snapshot |
1997-07-31 |
Bruce Momjian | Configure cleanup for /usr/ucb patch. |
commit | commitdiff | tree | snapshot |
1997-07-30 |
Bruce Momjian | Look in /usr/ucb first for install. |
commit | commitdiff | tree | snapshot |
1997-07-30 |
Bruce Momjian | configure.in cleanup for tr and strerror2. |
commit | commitdiff | tree | snapshot |
1997-07-30 |
Bruce Momjian | Add -o to psql manual page. |
commit | commitdiff | tree | snapshot |
1997-07-30 |
Bruce Momjian | Fix c++ copy example code. |
commit | commitdiff | tree | snapshot |
1997-07-30 |
Bruce Momjian | Remove restart instructions from INSTALL. |
commit | commitdiff | tree | snapshot |
1997-07-30 |
Marc G. Fournier | Due to BIND 8.1.1, my Solaris 2.5.1 machine doesn't... |
commit | commitdiff | tree | snapshot |
1997-07-30 |
Marc G. Fournier | Check for and use <netdb.h> for postmaster.c, instead... |
commit | commitdiff | tree | snapshot |
1997-07-30 |
Vadim B. Mikheev | Allow use parameters in target list having aggregates... |
commit | commitdiff | tree | snapshot |
1997-07-30 |
Bruce Momjian | configure.in cleanup from sco install. |
commit | commitdiff | tree | snapshot |
1997-07-30 |
Bruce Momjian | Remove HAVE_USAGE because it is no longer used. |
commit | commitdiff | tree | snapshot |
1997-07-29 |
Bruce Momjian | Update COPY manual page to remove unneeded warnings. |
commit | commitdiff | tree | snapshot |
1997-07-29 |
Bruce Momjian | Update configure after sunos4 update. |
commit | commitdiff | tree | snapshot |
1997-07-29 |
Bruce Momjian | Add strerror to pg_version for sunos4. |
commit | commitdiff | tree | snapshot |
1997-07-29 |
Thomas G. Lockhart | Results from initial changes to add new functions and... |
commit | commitdiff | tree | snapshot |
1997-07-29 |
Thomas G. Lockhart | Start adding tests for new geometry functions. |
commit | commitdiff | tree | snapshot |
1997-07-29 |
Thomas G. Lockhart | Use better routines from geometry library. |
commit | commitdiff | tree | snapshot |
1997-07-29 |
Thomas G. Lockhart | Change call definition for isreltime(). |
commit | commitdiff | tree | snapshot |
1997-07-29 |
Thomas G. Lockhart | Add new operators and functions for geometric types. |
commit | commitdiff | tree | snapshot |
1997-07-29 |
Thomas G. Lockhart | Add new routines. |
commit | commitdiff | tree | snapshot |
1997-07-29 |
Thomas G. Lockhart | Remove some unnecessary include statements (comment... |
commit | commitdiff | tree | snapshot |
1997-07-29 |
Thomas G. Lockhart | Add routines for text trimming on both ends, substring... |
commit | commitdiff | tree | snapshot |
1997-07-29 |
Thomas G. Lockhart | Fix bug to allow hh:mm:ss time entry for timespan/relti... |
commit | commitdiff | tree | snapshot |
1997-07-29 |
Thomas G. Lockhart | Remove #ifdef'd support for old i/o styles. |
commit | commitdiff | tree | snapshot |
1997-07-29 |
Thomas G. Lockhart | Update some reltime code to use new common routines. |
commit | commitdiff | tree | snapshot |
1997-07-29 |
Thomas G. Lockhart | Add debugging statements. |
commit | commitdiff | tree | snapshot |
1997-07-29 |
Bruce Momjian | Add PPC Linux to port list. |
commit | commitdiff | tree | snapshot |
1997-07-29 |
Bruce Momjian | mkLinux patches from Tatsuo Ishii. |
commit | commitdiff | tree | snapshot |
1997-07-28 |
Bruce Momjian | Makefile fix from Tatsuo Ishii. |
commit | commitdiff | tree | snapshot |
1997-07-28 |
Bruce Momjian | fix small memory free error. |
commit | commitdiff | tree | snapshot |
1997-07-28 |
Bruce Momjian | Add hpux 10 support to list. |
commit | commitdiff | tree | snapshot |
1997-07-28 |
Bruce Momjian | sco added to ports list |
commit | commitdiff | tree | snapshot |
1997-07-28 |
Bruce Momjian | Add SCO files. |
commit | commitdiff | tree | snapshot |
1997-07-28 |
Bruce Momjian | Added SCO support, from Daniel Harris. |
commit | commitdiff | tree | snapshot |
1997-07-28 |
Bruce Momjian | Remove sparc dir, add difftime macro for sunos. |
commit | commitdiff | tree | snapshot |
1997-07-28 |
Bruce Momjian | Rename sparc to sunos4 directory. Was misnamed. |
commit | commitdiff | tree | snapshot |
1997-07-27 |
Bruce Momjian | HPUX 10 patches from Vladimir Turin |
commit | commitdiff | tree | snapshot |
1997-07-24 |
Bruce Momjian | Various compile errors concerning overflow due to shift... |
commit | commitdiff | tree | snapshot |
1997-07-24 |
Bruce Momjian | psql: Add PAGER for \h and \?,\C fix, indices spell... |
commit | commitdiff | tree | snapshot |
1997-07-24 |
Bruce Momjian | Add single quotes to \\h set help |
commit | commitdiff | tree | snapshot |
1997-07-23 |
Bruce Momjian | More pg_dump patch cleanups. |
commit | commitdiff | tree | snapshot |
1997-07-23 |
Bruce Momjian | Fix problems with pg_dump for iheritance, sequences... |
commit | commitdiff | tree | snapshot |
1997-07-21 |
Bruce Momjian | Update files and dates for 6.1.1 release. REL6_1_1 |
commit | commitdiff | tree | snapshot |
1997-07-16 |
Bruce Momjian | Solaris .similar update. |
commit | commitdiff | tree | snapshot |
1997-07-16 |
Bruce Momjian | Solaris version update. |
commit | commitdiff | tree | snapshot |
1997-07-15 |
Marc G. Fournier | Search for ginstall before the other installs... |
commit | commitdiff | tree | snapshot |
1997-07-15 |
Bruce Momjian | .similar patch for irix |
commit | commitdiff | tree | snapshot |
1997-07-15 |
Bruce Momjian | Update supported ports. |
commit | commitdiff | tree | snapshot |
1997-07-14 |
Bruce Momjian | Prevent psql optarg free-ing |
commit | commitdiff | tree | snapshot |
1997-07-14 |
Bruce Momjian | Update for DGUX. |
commit | commitdiff | tree | snapshot |
1997-07-14 |
Bruce Momjian | Mips sysv4 support. |
commit | commitdiff | tree | snapshot |
1997-07-14 |
Bruce Momjian | Add sysv4 support to configure and docs. |
commit | commitdiff | tree | snapshot |
1997-07-14 |
Bruce Momjian | Update supported ports for 6.1.1 release. |
commit | commitdiff | tree | snapshot |
next |