Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-10-27 | Detect lack of permission to install into Perl module library, | Tom Lane | |
and emit informative message instead of aborting the Postgres install. | |||
1998-10-27 | Add new inet/cidr regression test. | Thomas G. Lockhart | |
All regression tests pass on Linux/i686 with the current source tree. | |||
1998-10-27 | backslash for portability, from Andreas Zeugswetter | Bruce Momjian | |
1998-10-27 | Incorporate changes suggested by Tom Lane. | Thomas G. Lockhart | |
Update storage space estimates. Continue cleanup. Still need to consolidate configure parameters with new config.sgml info. | |||
1998-10-27 | New info on a few ports for v6.4. | Thomas G. Lockhart | |
1998-10-27 | Try to get a straight story on which prompts mean what. | Thomas G. Lockhart | |
1998-10-27 | Include new cidr and inet data types. | Thomas G. Lockhart | |
1998-10-27 | Include configuration chapter with new info on configure and make. | Thomas G. Lockhart | |
1998-10-27 | First cut at standalone installation guide to replace INSTALL text source. | Thomas G. Lockhart | |
1998-10-27 | Missed one more required file... | Marc G. Fournier | |
1998-10-27 | Don't forget to create the dynloader files... | Marc G. Fournier | |
1998-10-27 | Oops, don't forget to get rid ofthe -Bforcearchive option altogether... | Marc G. Fournier | |
1998-10-27 | Starting with v3.0 of FreeBSD, we are now an elf system, and dont' have a | Marc G. Fournier | |
-Bforcearchive flag for ld... Give FreeBSD its own special Makefile to get around the "bug" | |||
1998-10-27 | Fix for tprintf overruns from Göran Thyni. | Bruce Momjian | |
1998-10-26 | Updated TODO. | Bruce Momjian | |
1998-10-26 | Get rid of some minor compiler warnings. | Tom Lane | |
1998-10-26 | Fix some actual bugs exposed by compiler warnings. | Tom Lane | |
(Someone forgot whether their subroutine signaled errors by a NULL pointer return value, or a negative integer... I'm surprised gcc -Wall doesn't catch this...) | |||
1998-10-26 | Get rid of some minor compiler warnings. | Tom Lane | |
(HP's cc doesn't like if you forward-declare a routine static, and then don't make it static in the actual definition...) | |||
1998-10-26 | Compiler options not spelled quite right... | Tom Lane | |
1998-10-26 | Run autoconf | Tom Lane | |
1998-10-26 | Fix cpp-from-stdin detection so that it works even if the | Tom Lane | |
compiler silently accepts an empty command line. Don't bother searching for bison and yacc unless we are going to use them. | |||
1998-10-25 | Try to go through and get the markup right. | Thomas G. Lockhart | |
Make more changes to freshen up to v6.4 conventions. Drop mention of Postgres95 docs. | |||
1998-10-25 | cleanup | Bruce Momjian | |
1998-10-25 | Fix from Tom Lane for pg_shadow in pg_upgrade | Bruce Momjian | |
1998-10-25 | Update info for v6.4. Fix markup of some examples which should | Thomas G. Lockhart | |
have been <programlisting> blocks. | |||
1998-10-25 | Add debugging info from Cary O'Brien. | Thomas G. Lockhart | |
Include comments from Robert Burrows. | |||
1998-10-25 | Small adjustments in markup getting ready for hardcopy release. | Thomas G. Lockhart | |
Jan did a nice job of initial markup so it was pretty easy! | |||
1998-10-25 | Add massive new docs from Peter Mount. | Thomas G. Lockhart | |
Includes markup for the introductory portions suitable for the User's Guide but just put the class reference material inside a huge <programlisting> block. Figure out what to do later... | |||
1998-10-25 | Update info on source files for v6.4. | Thomas G. Lockhart | |
Should add/change ToDo list some more before release... | |||
1998-10-25 | Add Y2K statement for intros. | Thomas G. Lockhart | |
Make sure notation section is included in most intros. | |||
1998-10-24 | Update README to reflect the fact that you don't have to | Tom Lane | |
run the regression tests with a special postmaster TZ setting anymore. Correct a few typos too. | |||
1998-10-24 | Update instructions for running configure (the old ones | Tom Lane | |
seem to date from some pre-autoconf interactive configure script). Revise sequence of instructions to allow you to start the regular postmaster run before running regression tests; there's no need to start and kill a special postmaster for regression tests. Update the description of interpreting regression test results. | |||
1998-10-24 | Fix pg_upgrade to notice if psql fails to execute the given | Tom Lane | |
script, and not proceed with the update if so. Also add #!/bin/sh header line. | |||
1998-10-24 | HISTORY file update. | Bruce Momjian | |
1998-10-23 | Put back string instead of string.h in libpq++. | Bruce Momjian | |
1998-10-23 | Fix from Jan for vacuum statistics loss. | Bruce Momjian | |
1998-10-23 | Change string to string.h in libpq++. BSDI 3.0 complains. | Bruce Momjian | |
1998-10-23 | rename file. | Bruce Momjian | |
1998-10-23 | autoconf | Bruce Momjian | |
1998-10-23 | Fix for version guessing in configure. | Bruce Momjian | |
1998-10-23 | Update for bsdi 3.0. | Bruce Momjian | |
1998-10-22 | INET/CIDR cleanup from D'Arcy. | Bruce Momjian | |
1998-10-22 | Add LIMIT syntax for Jan. | Bruce Momjian | |
1998-10-22 | Remove duplicate CIDR funcs by using coerce entries. | Bruce Momjian | |
1998-10-22 | CIDR/INET fixes from D'Arcy. | Bruce Momjian | |
1998-10-22 | Fix indexing for INET / CIDR. | Bruce Momjian | |
1998-10-22 | Fix for funcs on INET/CIDR. | Bruce Momjian | |
1998-10-22 | Fix function calls to INET/CIDR functions. Added cidr_out. | Bruce Momjian | |
1998-10-21 | Cleanup of \df for INET/CIDR. | Bruce Momjian | |
1998-10-21 | The patch does 2 things: | Bruce Momjian | |
Fixes a bug in the rule system that caused a crashing backend when a join-view with calculated column is used in subselect. Modifies EXPLAIN to explain rewritten queries instead of the plain SeqScan on a view. Rules can produce very deep MORE Jan. |