Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-08-29 | Back-patch fix for timestamp(datetime) into 6.5.*. | Tom Lane | |
I believe this is not a violation of our policy against requiring initdb for minor-version bugfixes, since users don't *have* to initdb; they just won't see any effect from the fix if they don't. But a user who does do a clean install or initdb upgrade to 6.5.2 will get the fix, and that seems worthwhile. | |||
1999-08-25 | Sorry, I accidentaly reverted to 6.5.1 vacuum.c. | Tatsuo Ishii | |
Now everything should be ok. | |||
1999-08-25 | Add new vpl_num_allocated_pages member to VPageListData. | Tatsuo Ishii | |
It will keep track the number of pages allocated so that vacuum could allocate twice of the previous allocation. This will greatly reduce the total memory consumption of vacuum. | |||
1999-08-25 | Fix vacuum's memory consumption | Tatsuo Ishii | |
1999-08-21 | Back-patch int8 fixes into REL6_5. | Tom Lane | |
1999-08-18 | Old multi-byte bug. Forgot to rename #ifdef MB to #ifdef MULTIBYTE | Tatsuo Ishii | |
Now SET NAMES working again... | |||
1999-08-16 | Typo fix. | Bruce Momjian | |
1999-08-16 | I've sent 3 mails to pgsql-patches. There are two files, one for doc | Bruce Momjian | |
and for src/data directories, and one minor patch for doc/README.locale. Please apply. Oleg. | |||
1999-08-16 | Fix for perl5 on BSD/OS. | Bruce Momjian | |
1999-08-16 | Allow BSD yacc and bison to compile pl code. | Bruce Momjian | |
1999-08-16 | Fix for Win32 making problem with MB enabled. | Tatsuo Ishii | |
Patches created by Hiroki Kataoka. | |||
1999-08-15 | Repair the check for redundant UNIQUE and PRIMARY KEY indices. | Thomas G. Lockhart | |
Also, improve it so that it checks for multi-column constraints. Thanks to Mark Dalphin <mdalphin@amgen.com> for reporting the problem. | |||
1999-08-08 | Someone back-patched a regression test change without | Tom Lane | |
back-patching the expected file (or running the test, evidently...) | |||
1999-08-08 | Back-patch BTScan abort fix into REL6_5. | Tom Lane | |
1999-08-08 | Back-patch fix for busted ELF test in configure. | Tom Lane | |
1999-08-02 | Final round before bed...more tomorrow... | Marc G. Fournier | |
1999-08-02 | Another mass of them... just #include file changes and/or DOUBLEALIGN->MAXALIGN | Marc G. Fournier | |
1999-08-02 | Another 'mega-commit' of back-patches ... | Marc G. Fournier | |
- integrating the #include file cleanup that Bruce recently did - got the CPU change to adt/Makefile - changing DOUBLEALIGN -> MAXALIGN | |||
1999-08-02 | Make sure D'Arcy's elf/configure changes get into -stable: | Marc G. Fournier | |
------- From: "D'Arcy" "J.M." Cain <darcy@druid.net> I didn't see any further discussion so here is, I hope, a clean fix to configure.in to determine if a system is ELF or not. Note that some of the tests earlier may be redundant but I took the safest route. | |||
1999-07-30 | final one before weekend starts...more at end of weekend | Marc G. Fournier | |
1999-07-30 | config.h.in was so re-org'd, tested and committing seperately... | Marc G. Fournier | |
1999-07-30 | Another batch ... | Marc G. Fournier | |
1999-07-30 | More include merges from -current, following a clean compile... | Marc G. Fournier | |
1999-07-30 | Carefully merge in Bruce's include file changes ... commit'd only after a | Marc G. Fournier | |
clean compile ... | |||
1999-07-30 | remove "define NO_UNISTD_H" | Marc G. Fournier | |
1999-07-30 | spelling corrections ... | Marc G. Fournier | |
1999-07-30 | Minor back-ports from v6.6 for the compile/configuration... | Marc G. Fournier | |
1999-07-30 | there should be no reasons why configure can't/isn't maintained across | Marc G. Fournier | |
versions... | |||
1999-07-30 | Bring down template changes from -CURRENT | Marc G. Fournier | |
1999-07-30 | Its a stable release, not development... | Marc G. Fournier | |
1999-07-29 | Back-patch fixes for CASE in WHERE join clauses. | Tom Lane | |
1999-07-19 | Update README.NT.REL6_5_1 | Bruce Momjian | |
1999-07-16 | Fix 'SO__MINOR_VERSION' typo in 6.5 branch. | Tom Lane | |
1999-07-16 | Fix reference to European DateStyle startup options. | Thomas G. Lockhart | |
1999-07-16 | Rebuild from sources to fix missing gif. | Thomas G. Lockhart | |
1999-07-16 | Add missing gif to postgres integrated doc. | Thomas G. Lockhart | |
1999-07-16 | Add missing gif to the tarball. | Thomas G. Lockhart | |
Fix reference to '-o -e' flag set for Postmaster. | |||
1999-07-16 | Correct typo in command line options for backend server. | Thomas G. Lockhart | |
1999-07-15 | Add SHLIB_LINK setting for solaris_i386 and solaris_sparc ports, | Tom Lane | |
per bug report from Daren Sefcik <daren@partnersdata.com>. | |||
1999-07-15 | Back-patch subselect+CASE fixes into 6.5. | Tom Lane | |
1999-07-14 | Update with release notes for v6.5.1. | Thomas G. Lockhart | |
Change references from v6.5 to v6.5.1 in the installation instructions. | |||
1999-07-13 | Update TODO list. | Bruce Momjian | |
1999-07-12 | Update install file. | Bruce Momjian | |
1999-07-12 | readd include for safety. | Bruce Momjian | |
1999-07-12 | Update 6.5.1 items. | Bruce Momjian | |
1999-07-11 | document updated for 6.5.1 | Tatsuo Ishii | |
1999-07-11 | Fix some compiler warnings (Tomoaki Nishiyama), add WIN1250 support (Pavel ↵ | Tatsuo Ishii | |
Behal) | |||
1999-07-11 | Update release notes. | Bruce Momjian | |
1999-07-11 | RewritePreprocessQuery tried to match resjunk targets against | Tom Lane | |
result relation ... wrong ... | |||
1999-07-11 | Add Tom's group by fixes. | Bruce Momjian | |