projects
/
postgresql
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql
1998-12-14
Bruce Momjian
Compilation of libpq for Win32 breaks on 6.4, because...
commit
|
commitdiff
|
tree
|
snapshot
1998-12-14
Marc G. Fournier
more cleanups...of note, appendStringInfo now performs...
commit
|
commitdiff
|
tree
|
snapshot
1998-12-14
Marc G. Fournier
Many more cleanups...
commit
|
commitdiff
|
tree
|
snapshot
1998-12-14
Marc G. Fournier
Initial attempt to clean up the code...
commit
|
commitdiff
|
tree
|
snapshot
1998-12-14
Bruce Momjian
OK, here is a diff for the README file in /usr/src...
commit
|
commitdiff
|
tree
|
snapshot
1998-12-14
Bruce Momjian
Current multi-byte related codes have a bug with SQL_ASCII
commit
|
commitdiff
|
tree
|
snapshot
1998-12-14
Thomas G. Lockhart
Add support for the CASE statement in the rewrite handling.
commit
|
commitdiff
|
tree
|
snapshot
1998-12-13
Thomas G. Lockhart
Improve CASE statement support.
commit
|
commitdiff
|
tree
|
snapshot
1998-12-13
Thomas G. Lockhart
Fix up error messages when looking up functions and...
commit
|
commitdiff
|
tree
|
snapshot
1998-12-13
Thomas G. Lockhart
Use the new implicit type coersion techniques for match...
commit
|
commitdiff
|
tree
|
snapshot
1998-12-13
Thomas G. Lockhart
Clean up error messages associated with rules and views.
commit
|
commitdiff
|
tree
|
snapshot
1998-12-13
Tom Lane
Build pltcl.so correctly on platforms that want dependent
commit
|
commitdiff
|
tree
|
snapshot
1998-12-13
Thomas G. Lockhart
Add routines and synonyms to help with single-byte...
commit
|
commitdiff
|
tree
|
snapshot
1998-12-13
Thomas G. Lockhart
Adjust handling of data type names to suppress double...
commit
|
commitdiff
|
tree
|
snapshot
1998-12-13
Thomas G. Lockhart
Add routines to help with single-byte (internal) charac...
commit
|
commitdiff
|
tree
|
snapshot
1998-12-13
Thomas G. Lockhart
Switch around conditional code so that HAVE_TM_ZONE...
commit
|
commitdiff
|
tree
|
snapshot
1998-12-13
Tom Lane
Partial fix for vendor-cc-versus-gcc incompatibility...
commit
|
commitdiff
|
tree
|
snapshot
1998-12-13
Tom Lane
Use standard AC_PROG_INSTALL macro to search for instal...
commit
|
commitdiff
|
tree
|
snapshot
1998-12-13
Bruce Momjian
Add enable_plpgsql from Oliver.
commit
|
commitdiff
|
tree
|
snapshot
1998-12-13
Bruce Momjian
Cleanup patch from Oleg.
commit
|
commitdiff
|
tree
|
snapshot
1998-12-13
Bruce Momjian
Fix for lo_import crash.
commit
|
commitdiff
|
tree
|
snapshot
1998-12-13
Bruce Momjian
While investigating a user's complaint, I have found...
commit
|
commitdiff
|
tree
|
snapshot
1998-12-13
Bruce Momjian
I have a simple patch about the treatment of functions.
commit
|
commitdiff
|
tree
|
snapshot
1998-12-13
Bruce Momjian
New ecpg man page.
commit
|
commitdiff
|
tree
|
snapshot
1998-12-13
Bruce Momjian
Change Size from unsigned int to size_t.
commit
|
commitdiff
|
tree
|
snapshot
1998-12-13
Bruce Momjian
This patch fixes the undefined (according to C) and...
commit
|
commitdiff
|
tree
|
snapshot
1998-12-12
Bruce Momjian
Included patches should fix following problems in the...
commit
|
commitdiff
|
tree
|
snapshot
1998-12-12
Bruce Momjian
Fix prototype for 64-bit platforms.
commit
|
commitdiff
|
tree
|
snapshot
1998-12-12
Bruce Momjian
Update to pgaccess 0.93.
commit
|
commitdiff
|
tree
|
snapshot
1998-12-12
Bruce Momjian
New moddatetime contrib from Terry Mackintosh.
commit
|
commitdiff
|
tree
|
snapshot
1998-12-12
Bruce Momjian
Add stdio for NULL define.
commit
|
commitdiff
|
tree
|
snapshot
1998-12-08
Thomas G. Lockhart
Clean up a few elog() messages for aggregates and funct...
commit
|
commitdiff
|
tree
|
snapshot
1998-12-08
Thomas G. Lockhart
Define routines and catalog entries for string min...
commit
|
commitdiff
|
tree
|
snapshot
1998-12-08
Thomas G. Lockhart
Define routines and catalog entries for string min...
commit
|
commitdiff
|
tree
|
snapshot
1998-12-05
Tom Lane
Fix coredumping bug in pg_dump -z; also eliminate memor...
commit
|
commitdiff
|
tree
|
snapshot
1998-12-04
Thomas G. Lockhart
These data types were removed before the last release.
commit
|
commitdiff
|
tree
|
snapshot
1998-12-04
Thomas G. Lockhart
Include test for CASE expression.
commit
|
commitdiff
|
tree
|
snapshot
1998-12-04
Thomas G. Lockhart
Implement CASE expression.
commit
|
commitdiff
|
tree
|
snapshot
1998-11-30
Tom Lane
Portability fixes found needed for SunOS 4.1.x:
commit
|
commitdiff
|
tree
|
snapshot
1998-11-29
Tom Lane
Use autoconf to determine whether system has POSIX...
commit
|
commitdiff
|
tree
|
snapshot
1998-11-29
Tom Lane
Change exp() behavior to generate error on underflow...
commit
|
commitdiff
|
tree
|
snapshot
1998-11-29
Tom Lane
Portability fix for old SunOS releases: realloc(NULL...
commit
|
commitdiff
|
tree
|
snapshot
1998-11-29
Tom Lane
Portability fix for old SunOS releases: fflush(NULL)
commit
|
commitdiff
|
tree
|
snapshot
1998-11-29
Tom Lane
pq_getstr didn't handle buffer overrun correctly; it...
commit
|
commitdiff
|
tree
|
snapshot
1998-11-28
Tom Lane
Add link to HPUX platform FAQ.
commit
|
commitdiff
|
tree
|
snapshot
1998-11-28
Tom Lane
New platform-specific FAQ for HP-UX sites.
commit
|
commitdiff
|
tree
|
snapshot
1998-11-27
Vadim B. Mikheev
New HeapTuple structure/interface.
commit
|
commitdiff
|
tree
|
snapshot
1998-11-27
Vadim B. Mikheev
New HeapTuple structure/interface.
commit
|
commitdiff
|
tree
|
snapshot
1998-11-27
Vadim B. Mikheev
New HeapTuple structure/interface.
commit
|
commitdiff
|
tree
|
snapshot
1998-11-25
Thomas G. Lockhart
csh and sh examples were reversed.
commit
|
commitdiff
|
tree
|
snapshot
1998-11-24
Bruce Momjian
Update platform FAQ's.
commit
|
commitdiff
|
tree
|
snapshot
1998-11-23
Jan Wieck
Fixed bug in the unknown module. Module still tried...
commit
|
commitdiff
|
tree
|
snapshot
1998-11-23
Tom Lane
modify configure so that template/.similar entries...
commit
|
commitdiff
|
tree
|
snapshot
1998-11-22
Vadim B. Mikheev
Fix using indices in OR.
commit
|
commitdiff
|
tree
|
snapshot
1998-11-22
Vadim B. Mikheev
Added indxqualorig to IndexScan: fix for using indices...
commit
|
commitdiff
|
tree
|
snapshot
1998-11-19
Marc G. Fournier
Updating and addign files...
commit
|
commitdiff
|
tree
|
snapshot
1998-11-18
Tom Lane
Performance improvement for libpq: avoid calling malloc...
commit
|
commitdiff
|
tree
|
snapshot
1998-11-17
Thomas G. Lockhart
Add text<->float8 and text<->float4 conversion functions.
commit
|
commitdiff
|
tree
|
snapshot
1998-11-17
Thomas G. Lockhart
Additional fixes for mixed-case table names from Billy...
commit
|
commitdiff
|
tree
|
snapshot
1998-11-17
Marc G. Fournier
From: Taral <taral@cyberjunkie.com>
commit
|
commitdiff
|
tree
|
snapshot
1998-11-16
Marc G. Fournier
Start defining the Corba work...
commit
|
commitdiff
|
tree
|
snapshot
1998-11-15
Tom Lane
Fix a couple of bugs involving calling fmtID() twice in
commit
|
commitdiff
|
tree
|
snapshot
1998-11-14
Thomas G. Lockhart
Add new "-N" flag to force double quotes around identif...
commit
|
commitdiff
|
tree
|
snapshot
1998-11-14
Thomas G. Lockhart
Add id attribute to reftitle to allow cross referencing...
commit
|
commitdiff
|
tree
|
snapshot
1998-11-14
Thomas G. Lockhart
Add reference page for new vacuumdb utility.
commit
|
commitdiff
|
tree
|
snapshot
1998-11-14
Thomas G. Lockhart
Add "vacuumdb" utility to make it easier to clean datab...
commit
|
commitdiff
|
tree
|
snapshot
1998-11-14
Thomas G. Lockhart
Add "vacuumdb" utility.
commit
|
commitdiff
|
tree
|
snapshot
1998-11-12
Thomas G. Lockhart
Fix test for table existance to allow mixed-case and...
commit
|
commitdiff
|
tree
|
snapshot
1998-11-12
Tom Lane
Fix at least a few shared-library problems on Linux.
commit
|
commitdiff
|
tree
|
snapshot
1998-11-11
Byron Nikolaidis
Update for version 06-40-0001
commit
|
commitdiff
|
tree
|
snapshot
1998-11-09
Bruce Momjian
Fix for NOT in where clause causing crash.
commit
|
commitdiff
|
tree
|
snapshot
1998-11-08
Tom Lane
EXPLAIN VERBOSE had a very high probability of triggering
commit
|
commitdiff
|
tree
|
snapshot
1998-11-08
Tom Lane
Fix a potential infinite loop in appendStringInfo:...
commit
|
commitdiff
|
tree
|
snapshot
1998-11-07
Bruce Momjian
Update todo.
commit
|
commitdiff
|
tree
|
snapshot
1998-11-06
Thomas G. Lockhart
Add "-N" flag to force double quotes around identifiers.
commit
|
commitdiff
|
tree
|
snapshot
1998-11-06
Thomas G. Lockhart
August version of docs superceded by sgml version from...
commit
|
commitdiff
|
tree
|
snapshot
1998-11-06
Marc G. Fournier
Upgrade to 0.91 ...
commit
|
commitdiff
|
tree
|
snapshot
1998-11-04
Marc G. Fournier
Change the README file to show the upcoming 6.5 release...
commit
|
commitdiff
|
tree
|
snapshot
1998-11-04
Thomas G. Lockhart
Test for and handle NULL arguments to mylog() print...
commit
|
commitdiff
|
tree
|
snapshot
1998-11-04
Thomas G. Lockhart
Somehow had the solaris template names reversed. Probab...
commit
|
commitdiff
|
tree
|
snapshot
1998-11-02
Thomas G. Lockhart
Fix email addres for Dan Horak per his request.
commit
|
commitdiff
|
tree
|
snapshot
1998-11-02
Thomas G. Lockhart
Move configuration info to after installation procedure.
commit
|
commitdiff
|
tree
|
snapshot
1998-11-02
Thomas G. Lockhart
Include instructions on perl installation.
commit
|
commitdiff
|
tree
|
snapshot
1998-11-02
Bruce Momjian
Fix for relname.data from SHIOZAKI Takehiko
commit
|
commitdiff
|
tree
|
snapshot
1998-11-02
Marc G. Fournier
slight mods required for freebsd (elf vs aout stuff)
commit
|
commitdiff
|
tree
|
snapshot
1998-11-01
Marc G. Fournier
Remove various files that were moved to various subdire...
commit
|
commitdiff
|
tree
|
snapshot
1998-10-31
Thomas G. Lockhart
Cleanup for v6.4 release.
commit
|
commitdiff
|
tree
|
snapshot
1998-10-31
Thomas G. Lockhart
Try to get only html and gif files into tarballs.
commit
|
commitdiff
|
tree
|
snapshot
1998-10-31
Thomas G. Lockhart
New versions for v6.4 release.
commit
|
commitdiff
|
tree
|
snapshot
1998-10-31
Thomas G. Lockhart
Generate from installation.sgml -> installation.rtf...
commit
|
commitdiff
|
tree
|
snapshot
1998-10-31
Marc G. Fournier
Thanks to Vince Vielhaber <vev@michvhf.com>
commit
|
commitdiff
|
tree
|
snapshot
1998-10-31
Marc G. Fournier
oops, forgot one part of the patch...remove 'false...
commit
|
commitdiff
|
tree
|
snapshot
1998-10-31
Marc G. Fournier
Minor FreeBSD fixes put in place
commit
|
commitdiff
|
tree
|
snapshot
1998-10-31
Bruce Momjian
s_lock patch from Ryan.
commit
|
commitdiff
|
tree
|
snapshot
1998-10-30
Tom Lane
Mention --without-CXX option in online help.
commit
|
commitdiff
|
tree
|
snapshot
1998-10-30
Thomas G. Lockhart
Minor editing and markup changes as a result of prepari...
commit
|
commitdiff
|
tree
|
snapshot
1998-10-30
Thomas G. Lockhart
Minor cleanup in markup, especially in the Output section.
commit
|
commitdiff
|
tree
|
snapshot
1998-10-30
Bruce Momjian
Updated TODO.
commit
|
commitdiff
|
tree
|
snapshot
1998-10-30
Tom Lane
Behave reasonably on a system without shared libraries.
commit
|
commitdiff
|
tree
|
snapshot
1998-10-30
Thomas G. Lockhart
Remove obsolete file listing support resources which...
commit
|
commitdiff
|
tree
|
snapshot
next