summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-10-28Don't include "schema." in the set of possible tab completions onceTom Lane
"schema." has been typed. This allows readline to complete subsequent characters immediately if all relations in the target schema start with the same prefix. This actually worked before, but I unintentionally broke it a few days ago. Also, make completion schema-aware for GRANT, REVOKE, VACUUM.
2003-10-28Include -lkrb5 when needed for shlibs depending on libpq. Per reportTom Lane
from Johan Henselmans.
2003-10-28Don't choke when the handler for a procedural language is located inTom Lane
the pg_catalog schema. Per bug report some months back from Jochem van Dieten.
2003-10-28Guard against Ant versions that print CLASSPATH before the version numberTom Lane
in -version output. Per report from Johann Uhrmann.
2003-10-28Adjust wording to avoid giving the impression that schema USAGETom Lane
privilege hides system catalog entries.
2003-10-28Add --describe-config to top of postgres manual page.Bruce Momjian
2003-10-28Document --describe-config.Bruce Momjian
2003-10-27Change Solaris tests to test for SHM_SHARE_MMU, per Tom.Bruce Momjian
2003-10-27Update Win32 clients.Bruce Momjian
2003-10-27Un-break Darwin port.Tom Lane
2003-10-27Here is an update to the dbmirror README file.Bruce Momjian
-References to older versions of PostgreSQL have been removed(It no longer compiles against older versions) -Added a link to PgPerl at GBorg. Steven Singer
2003-10-27Fix MOVE/FETCH wording.Bruce Momjian
2003-10-26Update intel solaris.Bruce Momjian
2003-10-26Improve indenting of port entries.Bruce Momjian
2003-10-26Update Solaris 5.6.Bruce Momjian
2003-10-26Correct version numbers.Peter Eisentraut
2003-10-26Fixed bug with indicators when storage for the string is dynamically allocated.Michael Meskes
2003-10-26'sun' => '__sun__'Bruce Momjian
2003-10-26Test for 'sun' rather than 'solaris' for intimate shared memory.Bruce Momjian
2003-10-26Fix two bugs in funcs.source that made the tutorial script fail.Bruce Momjian
Make a LOT of fixes to syscat.source to: * Set search_path properly (and reset it) * Add schema name to all results * Add schema name to ORDER BY first * Make checks for user-defined objects match reality * format_type all type names * Respect attisdropped * Change !~ to 'not like' since it's more standard Christopher Kings-Lynne
2003-10-26Update MOVE/FETCH release note mention.Bruce Momjian
2003-10-26Add:Bruce Momjian
> * Change LIMIT/OFFSET to use int8
2003-10-26Add mention of quotes on function body to NOTES section.Bruce Momjian
Oliver Elphick
2003-10-26Allow win32 client compiles with MSC.Bruce Momjian
Hiroshi Saito
2003-10-26*** empty log message ***Bruce Momjian
2003-10-26Add:Bruce Momjian
> * Allow more ISOLATION LEVELS to be accepted, but issue a warning for them
2003-10-26Uppercase a few keywords in queries.Bruce Momjian
2003-10-26Update for m68k from Peter.Bruce Momjian
2003-10-26Update for Noèl Köthe in SGML.Bruce Momjian
2003-10-26Mark Linux/ppc as working.Bruce Momjian
2003-10-26Mark linux m68k, alpha as working.Bruce Momjian
2003-10-26Remove very old platforms as unsupported, <=7.0.Bruce Momjian
2003-10-26Mark true64 os version as 5.1.Bruce Momjian
2003-10-26Mark true64 alpha port as working.Bruce Momjian
2003-10-26Fix Hans' name in SGML.Bruce Momjian
2003-10-26Update aix port.Bruce Momjian
2003-10-26Fix #elif typo.Bruce Momjian
2003-10-26Update linux/mips port.Bruce Momjian
Add m68k to linux port.
2003-10-26Update linux/mips port.Bruce Momjian
2003-10-26update linux ports for arm, s390, itanium.Bruce Momjian
2003-10-26Update for port freebsd/alpha.Bruce Momjian
2003-10-25Get Tru64/cc to compile. Need to add -ieee so that it doesn't choke onPeter Eisentraut
0.0/0.0. That option appears to affect the regression test result as well. The compiler documentation doesn't recommend -O4 for universal use, so let's stick to the conservative -O (== -O2) by default.
2003-10-25Translation updatePeter Eisentraut
2003-10-25Translation updatesPeter Eisentraut
2003-10-25Fix CFLAGS selection to actually work. Add test to detect whether gcc'sPeter Eisentraut
option -fno-strict-aliasing is available.
2003-10-25Remove socket credentials defines not referenced.Bruce Momjian
2003-10-25Update Netbsd/i386 port.Bruce Momjian
2003-10-25Update ports for Solaris.Bruce Momjian
2003-10-24Remove weird test in ccsymBruce Momjian
2003-10-24Update openbsd port.Bruce Momjian