| 2002-11-04 |  Bruce Momjian | Update ports list. | commit | commitdiff | tree | snapshot | 
| 2002-11-04 |  Tom Lane | Brand CVS tip as 7.4devel. | commit | commitdiff | tree | snapshot | 
| 2002-11-04 |  Tom Lane | Remove extraneous semicolons after routine bodies.... | commit | commitdiff | tree | snapshot | 
| 2002-11-04 |  Tom Lane | Fix inclusion order, per Andreas. | commit | commitdiff | tree | snapshot | 
| 2002-11-04 |  Tom Lane | Remove unnecessary inclusion, per Andreas. | commit | commitdiff | tree | snapshot | 
| 2002-11-04 |  Tom Lane | Remove no-longer-needed inclusion of bootstrap_tokens... | commit | commitdiff | tree | snapshot | 
| 2002-11-04 |  Barry Lind | Applied two patches from Kris Jurka. | commit | commitdiff | tree | snapshot | 
| 2002-11-03 |  Tom Lane | Fix dblink regression test so that it works when repeat... | commit | commitdiff | tree | snapshot | 
| 2002-11-03 |  Bruce Momjian | Update FAQ_DEV. | commit | commitdiff | tree | snapshot | 
| 2002-11-03 |  Bruce Momjian | Stamp beta4. | commit | commitdiff | tree | snapshot | 
| 2002-11-03 |  Bruce Momjian | This patch adds a couple of extra index entries and... | commit | commitdiff | tree | snapshot | 
| 2002-11-03 |  Bruce Momjian | This patch adds information to the documentation on... | commit | commitdiff | tree | snapshot | 
| 2002-11-03 |  Bruce Momjian | Use sed rather than perl for reindexdb. | commit | commitdiff | tree | snapshot | 
| 2002-11-02 |  Tom Lane | Fix some misstatements in WAL parameter discussion. | commit | commitdiff | tree | snapshot | 
| 2002-11-02 |  Tom Lane | Code review for recent patch to allow ALTER TABLE ADD... | commit | commitdiff | tree | snapshot | 
| 2002-11-02 |  Tom Lane | During swap_relfilenodes, swap relation size statistic... | commit | commitdiff | tree | snapshot | 
| 2002-11-02 |  Tom Lane | Remove encoding lookups from grammar stage, push them... | commit | commitdiff | tree | snapshot | 
| 2002-11-02 |  Tom Lane | Clean up a few fprintf(stderr)'s that should be elog's. | commit | commitdiff | tree | snapshot | 
| 2002-11-02 |  Bruce Momjian | Add: | commit | commitdiff | tree | snapshot | 
| 2002-11-02 |  Bruce Momjian | Update: | commit | commitdiff | tree | snapshot | 
| 2002-11-02 |  Bruce Momjian | Add: | commit | commitdiff | tree | snapshot | 
| 2002-11-02 |  Tom Lane | Fix permissions-checking bugs and namespace-search... | commit | commitdiff | tree | snapshot | 
| 2002-11-02 |  Bruce Momjian | Add gcj discussion. | commit | commitdiff | tree | snapshot | 
| 2002-11-02 |  Bruce Momjian | Re-add Win32 missing files, I think. | commit | commitdiff | tree | snapshot | 
| 2002-11-02 |  Bruce Momjian | Re-add Win32 files. | commit | commitdiff | tree | snapshot | 
| 2002-11-02 |  Bruce Momjian | Update port list. | commit | commitdiff | tree | snapshot | 
| 2002-11-02 |  Tom Lane | Updates from Giles Lean. | commit | commitdiff | tree | snapshot | 
| 2002-11-02 |  Tom Lane | Make it possible to run 'make installcheck' in contrib... | commit | commitdiff | tree | snapshot | 
| 2002-11-02 |  Bruce Momjian | Add: | commit | commitdiff | tree | snapshot | 
| 2002-11-01 |  Tom Lane | Fix contrib/rserv to install successfully when built... | commit | commitdiff | tree | snapshot | 
| 2002-11-01 |  Tom Lane | Ooops, forgot to fix contrib regression tests for WARNI... | commit | commitdiff | tree | snapshot | 
| 2002-11-01 |  Tom Lane | Need -I. to build outside source tree. | commit | commitdiff | tree | snapshot | 
| 2002-11-01 |  Tom Lane | Fix incorrect subdir value. | commit | commitdiff | tree | snapshot | 
| 2002-11-01 |  Bruce Momjian | Add: | commit | commitdiff | tree | snapshot | 
| 2002-11-01 |  Tom Lane | Arrange to compile flex output files as inclusions... | commit | commitdiff | tree | snapshot | 
| 2002-11-01 |  Tom Lane | Ooops, forgot to fix contrib regression tests for WARNI... | commit | commitdiff | tree | snapshot | 
| 2002-11-01 |  Tom Lane | Reduce a couple of debugging messages from LOG to DEBUG... | commit | commitdiff | tree | snapshot | 
| 2002-11-01 |  Tom Lane | Reduce messages associated with shell-type function... | commit | commitdiff | tree | snapshot | 
| 2002-11-01 |  Tom Lane | Update to match expected results on OS X 10.2. | commit | commitdiff | tree | snapshot | 
| 2002-11-01 |  Tom Lane | After elog(PANIC), exit with abort() not proc_exit... | commit | commitdiff | tree | snapshot | 
| 2002-11-01 |  Tom Lane | Correct ordering of geometry/freebsd entries, add one... | commit | commitdiff | tree | snapshot | 
| 2002-11-01 |  Tom Lane | Update for test changes. | commit | commitdiff | tree | snapshot | 
| 2002-11-01 |  Tom Lane | Avoid malloc(0) when printing a table of no columns... | commit | commitdiff | tree | snapshot | 
| 2002-11-01 |  Tom Lane | Fix some bogus comments. | commit | commitdiff | tree | snapshot | 
| 2002-10-31 |  Tom Lane | Add missing #include <errno.h>, per gripe from Alessio... | commit | commitdiff | tree | snapshot | 
| 2002-10-31 |  Tom Lane | Update description of timestamp types for 7.3 implement... | commit | commitdiff | tree | snapshot | 
| 2002-10-31 |  Tom Lane | Got tired of explaining why this Assert is not wrong. | commit | commitdiff | tree | snapshot | 
| 2002-10-31 |  Tom Lane | Code review for statement_timeout patch.  Fix some... | commit | commitdiff | tree | snapshot | 
| 2002-10-31 |  Tom Lane | Fix miscalculation of remaining free space during tuple... | commit | commitdiff | tree | snapshot | 
| 2002-10-31 |  Tom Lane | Avoid use of inline functions that are not declared... | commit | commitdiff | tree | snapshot | 
| 2002-10-31 |  Bruce Momjian | Clean up gram.y trailing spaces. | commit | commitdiff | tree | snapshot | 
| 2002-10-30 |  Bruce Momjian | Add mention of T on .pot files, from pkuczynski@hypode.pl | commit | commitdiff | tree | snapshot | 
| 2002-10-30 |  Barry Lind | Return something meaningful for Statement.getFetchSize... | commit | commitdiff | tree | snapshot | 
| 2002-10-30 |  Bruce Momjian | Clean up Unixware entry for Larry Rosenman | commit | commitdiff | tree | snapshot | 
| 2002-10-30 |  Bruce Momjian | Add additional ORDER BY to join regression test, per... | commit | commitdiff | tree | snapshot | 
| 2002-10-30 |  Bruce Momjian | Remove /src/utils.  Is final cleanup of getopt.c resure... | commit | commitdiff | tree | snapshot | 
| 2002-10-29 |  Bruce Momjian | Add popen/pclose -> _popen/_pclose() mapping for Win32. | commit | commitdiff | tree | snapshot | 
| 2002-10-29 |  Bruce Momjian | Update ports list. | commit | commitdiff | tree | snapshot | 
| 2002-10-29 |  Bruce Momjian | Update ports list. | commit | commitdiff | tree | snapshot | 
| 2002-10-29 |  Bruce Momjian | Update ports list. | commit | commitdiff | tree | snapshot | 
| 2002-10-29 |  Bruce Momjian | Update comments. | commit | commitdiff | tree | snapshot | 
| 2002-10-29 |  Bruce Momjian | getopt.c now in /port, for MS Win. | commit | commitdiff | tree | snapshot | 
| 2002-10-29 |  Bruce Momjian | Re-add getopt.c for MSWin psql. | commit | commitdiff | tree | snapshot | 
| 2002-10-29 |  Bruce Momjian | Re-add getopt.c. | commit | commitdiff | tree | snapshot | 
| 2002-10-29 |  Bruce Momjian | Clean up markup in ports list. | commit | commitdiff | tree | snapshot | 
| 2002-10-29 |  Bruce Momjian | Update ports list. | commit | commitdiff | tree | snapshot | 
| 2002-10-29 |  Bruce Momjian | Update regression for FreeBSD 4.7, for Larry Rosenman | commit | commitdiff | tree | snapshot | 
| 2002-10-29 |  Bruce Momjian | Update Giles email address. | commit | commitdiff | tree | snapshot | 
| 2002-10-29 |  Bruce Momjian | Reword: | commit | commitdiff | tree | snapshot | 
| 2002-10-29 |  Bruce Momjian | Update port list. | commit | commitdiff | tree | snapshot | 
| 2002-10-29 |  Bruce Momjian | Update port list. | commit | commitdiff | tree | snapshot | 
| 2002-10-29 |  Bruce Momjian | Done: | commit | commitdiff | tree | snapshot | 
| 2002-10-29 |  Bruce Momjian | Update port list. | commit | commitdiff | tree | snapshot | 
| 2002-10-29 |  Bruce Momjian | Update port list. | commit | commitdiff | tree | snapshot | 
| 2002-10-28 |  Bruce Momjian | Add ORDER BY to join regression test. | commit | commitdiff | tree | snapshot | 
| 2002-10-28 |  Bruce Momjian | Update from Neil Conway: | commit | commitdiff | tree | snapshot | 
| 2002-10-28 |  Bruce Momjian | fseeko NetBSD fix. | commit | commitdiff | tree | snapshot | 
| 2002-10-27 |  Bruce Momjian | Update ports list. | commit | commitdiff | tree | snapshot | 
| 2002-10-27 |  Tom Lane | Suppress compile warnings on OS X. | commit | commitdiff | tree | snapshot | 
| 2002-10-26 |  Bruce Momjian | Update ports. | commit | commitdiff | tree | snapshot | 
| 2002-10-26 |  Bruce Momjian | Update ports list. | commit | commitdiff | tree | snapshot | 
| 2002-10-26 |  Bruce Momjian | Update port list. | commit | commitdiff | tree | snapshot | 
| 2002-10-26 |  Bruce Momjian | Update ports. | commit | commitdiff | tree | snapshot | 
| 2002-10-26 |  Tom Lane | Add missing semicolons to a few PG_FUNCTION_INFO_V1... | commit | commitdiff | tree | snapshot | 
| 2002-10-26 |  Bruce Momjian | Update BSD/OS as supported platform. | commit | commitdiff | tree | snapshot | 
| 2002-10-25 |  Tom Lane | Add dummy variable declaration to PG_FUNCTION_INFO_V1... | commit | commitdiff | tree | snapshot | 
| 2002-10-25 |  Tom Lane | Remove #warning directive, which is nonstandard and... | commit | commitdiff | tree | snapshot | 
| 2002-10-25 |  Bruce Momjian | Add: | commit | commitdiff | tree | snapshot | 
| 2002-10-25 |  Bruce Momjian | Change to fseeko(), per Philip. | commit | commitdiff | tree | snapshot | 
| 2002-10-25 |  Barry Lind | Patch submitted by Kris Jurka to fix arrayindexoutofbou... | commit | commitdiff | tree | snapshot | 
| 2002-10-25 |  Bruce Momjian | Allow fseeko in pg_dump only if fseeko() will work... | commit | commitdiff | tree | snapshot | 
| 2002-10-24 |  Tom Lane | Code review for connection timeout patch.  Avoid unport... | commit | commitdiff | tree | snapshot | 
| 2002-10-24 |  Tom Lane | Fix some places that were unportably assuming struct... | commit | commitdiff | tree | snapshot | 
| 2002-10-24 |  Tom Lane | Function-call-style type coercions should be treated... | commit | commitdiff | tree | snapshot | 
| 2002-10-24 |  Tom Lane | Add note about sort order of character datatypes being... | commit | commitdiff | tree | snapshot | 
| 2002-10-24 |  Tom Lane | Make link to schema inspection functions more clear. | commit | commitdiff | tree | snapshot | 
| 2002-10-24 |  Peter Eisentraut | Add introductory sections explaining what each book... | commit | commitdiff | tree | snapshot | 
| 2002-10-24 |  Bruce Momjian | Fix include for NetBSD. | commit | commitdiff | tree | snapshot | 
| 2002-10-24 |  Bruce Momjian | Add prototype include to fseeko.c. | commit | commitdiff | tree | snapshot | 
| 2002-10-24 |  Bruce Momjian | Add fseeko for NetBSD. | commit | commitdiff | tree | snapshot | 
| next |