Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Don't include "schema." in the set of possible tab completions once | Tom Lane | 2003-10-28 |
| | | | | | | | | "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. | ||
* | Include -lkrb5 when needed for shlibs depending on libpq. Per report | Tom Lane | 2003-10-28 |
| | | | | from Johan Henselmans. | ||
* | Don't choke when the handler for a procedural language is located in | Tom Lane | 2003-10-28 |
| | | | | the pg_catalog schema. Per bug report some months back from Jochem van Dieten. | ||
* | Guard against Ant versions that print CLASSPATH before the version number | Tom Lane | 2003-10-28 |
| | | | | in -version output. Per report from Johann Uhrmann. | ||
* | Adjust wording to avoid giving the impression that schema USAGE | Tom Lane | 2003-10-28 |
| | | | | privilege hides system catalog entries. | ||
* | Add --describe-config to top of postgres manual page. | Bruce Momjian | 2003-10-28 |
| | |||
* | Document --describe-config. | Bruce Momjian | 2003-10-28 |
| | |||
* | Change Solaris tests to test for SHM_SHARE_MMU, per Tom. | Bruce Momjian | 2003-10-27 |
| | |||
* | Update Win32 clients. | Bruce Momjian | 2003-10-27 |
| | |||
* | Un-break Darwin port. | Tom Lane | 2003-10-27 |
| | |||
* | Here is an update to the dbmirror README file. | Bruce Momjian | 2003-10-27 |
| | | | | | | | | | -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 | ||
* | Fix MOVE/FETCH wording. | Bruce Momjian | 2003-10-27 |
| | |||
* | Update intel solaris. | Bruce Momjian | 2003-10-26 |
| | |||
* | Improve indenting of port entries. | Bruce Momjian | 2003-10-26 |
| | |||
* | Update Solaris 5.6. | Bruce Momjian | 2003-10-26 |
| | |||
* | Correct version numbers. | Peter Eisentraut | 2003-10-26 |
| | |||
* | Fixed bug with indicators when storage for the string is dynamically allocated. | Michael Meskes | 2003-10-26 |
| | |||
* | 'sun' => '__sun__' | Bruce Momjian | 2003-10-26 |
| | |||
* | Test for 'sun' rather than 'solaris' for intimate shared memory. | Bruce Momjian | 2003-10-26 |
| | |||
* | Fix two bugs in funcs.source that made the tutorial script fail. | Bruce Momjian | 2003-10-26 |
| | | | | | | | | | | | | | | | 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 | ||
* | Update MOVE/FETCH release note mention. | Bruce Momjian | 2003-10-26 |
| | |||
* | Add: | Bruce Momjian | 2003-10-26 |
| | | | | > * Change LIMIT/OFFSET to use int8 | ||
* | Add mention of quotes on function body to NOTES section. | Bruce Momjian | 2003-10-26 |
| | | | | Oliver Elphick | ||
* | Allow win32 client compiles with MSC. | Bruce Momjian | 2003-10-26 |
| | | | | Hiroshi Saito | ||
* | *** empty log message *** | Bruce Momjian | 2003-10-26 |
| | |||
* | Add: | Bruce Momjian | 2003-10-26 |
| | | | | > * Allow more ISOLATION LEVELS to be accepted, but issue a warning for them | ||
* | Uppercase a few keywords in queries. | Bruce Momjian | 2003-10-26 |
| | |||
* | Update for m68k from Peter. | Bruce Momjian | 2003-10-26 |
| | |||
* | Update for Noèl Köthe in SGML. | Bruce Momjian | 2003-10-26 |
| | |||
* | Mark Linux/ppc as working. | Bruce Momjian | 2003-10-26 |
| | |||
* | Mark linux m68k, alpha as working. | Bruce Momjian | 2003-10-26 |
| | |||
* | Remove very old platforms as unsupported, <=7.0. | Bruce Momjian | 2003-10-26 |
| | |||
* | Mark true64 os version as 5.1. | Bruce Momjian | 2003-10-26 |
| | |||
* | Mark true64 alpha port as working. | Bruce Momjian | 2003-10-26 |
| | |||
* | Fix Hans' name in SGML. | Bruce Momjian | 2003-10-26 |
| | |||
* | Update aix port. | Bruce Momjian | 2003-10-26 |
| | |||
* | Fix #elif typo. | Bruce Momjian | 2003-10-26 |
| | |||
* | Update linux/mips port. | Bruce Momjian | 2003-10-26 |
| | | | | Add m68k to linux port. | ||
* | Update linux/mips port. | Bruce Momjian | 2003-10-26 |
| | |||
* | update linux ports for arm, s390, itanium. | Bruce Momjian | 2003-10-26 |
| | |||
* | Update for port freebsd/alpha. | Bruce Momjian | 2003-10-26 |
| | |||
* | Get Tru64/cc to compile. Need to add -ieee so that it doesn't choke on | Peter Eisentraut | 2003-10-25 |
| | | | | | | 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. | ||
* | Translation update | Peter Eisentraut | 2003-10-25 |
| | |||
* | Translation updates | Peter Eisentraut | 2003-10-25 |
| | |||
* | Fix CFLAGS selection to actually work. Add test to detect whether gcc's | Peter Eisentraut | 2003-10-25 |
| | | | | option -fno-strict-aliasing is available. | ||
* | Remove socket credentials defines not referenced. | Bruce Momjian | 2003-10-25 |
| | |||
* | Update Netbsd/i386 port. | Bruce Momjian | 2003-10-25 |
| | |||
* | Update ports for Solaris. | Bruce Momjian | 2003-10-25 |
| | |||
* | Remove weird test in ccsym | Bruce Momjian | 2003-10-24 |
| | |||
* | Update openbsd port. | Bruce Momjian | 2003-10-24 |
| |