summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
1998-07-03Update flow chartBruce Momjian
1998-07-03win32 cleanupBruce Momjian
1998-07-03Hello!Bruce Momjian
Through some minor changes, I have been able to compile the libpq client libraries on the Win32 platform. Since the libpq communications part has been rewritten, this has become much easier. Enclosed is a patch that will allow at least Microsoft Visual C++ to compile libpq into both a static and a dynamic library. I will take a look at porting the psql frontend as well, but I figured it was a good idea to send in these patches first - so no major changes are done to the files before it gets applied (if it does). Regards, Magnus Hagander
1998-06-30Rename shared memory area.Bruce Momjian
1998-06-30updateBruce Momjian
1998-06-30Rename locking structure names to be clearer. Add narrative toBruce Momjian
backend flowchart.
1998-06-28Rename lockt to locktype and rename LOCKT to LOCKTYPE.Bruce Momjian
1998-06-28updateBruce Momjian
1998-06-28backend update.Bruce Momjian
1998-06-28Update flowchart and backend descriptions.Bruce Momjian
1998-06-28Update backend flowchart.Bruce Momjian
1998-06-27Rename BindingTable to ShmemIndex.Bruce Momjian
1998-06-27More cleanups for compiler warnings.Bruce Momjian
1998-06-27Rename proc_exit_clear to on_exit_reset.Bruce Momjian
1998-06-27Fix for hang after postmaster restart. Add new proc_exit andBruce Momjian
shmem_exit to replace exitpg().
1998-06-26Rename Lockm to Locks.Bruce Momjian
1998-06-26Rename LockTab to LockTable in function name.Bruce Momjian
1998-06-25Rename BindingTab to BindingTable.Bruce Momjian
1998-06-24cleanupBruce Momjian
1998-06-24regenerate manual page list.Bruce Momjian
1998-06-24manual cleanupBruce Momjian
1998-06-24Add another underscore to manual page name.Bruce Momjian
1998-06-23Back out some changes I made just for testing.Bruce Momjian
1998-06-23Add underscores in manual references.Bruce Momjian
1998-06-23cleanupsBruce Momjian
1998-06-23Remove mention of monitor in manual pages.Bruce Momjian
1998-06-23rename MAIN_MEMORY to STABLE_MEMORY_STORAGEBruce Momjian
1998-06-22new linux_ppc port.Bruce Momjian
1998-06-21Remove un-needed include files.Bruce Momjian
1998-06-20Fixup for asserts.Bruce Momjian
1998-06-20Remove -c option for Constraint syntax so we us it by default.Bruce Momjian
1998-06-19From: t-ishii@sra.co.jpMarc G. Fournier
As mentioned around line 1153 in backend/commands/copy.c, the method of array checking is not perfect. test=> create table t1 (i text); test=> insert into t1 values('{\\.}'); INSERT 2645600 1 test=> select * from t1; i ----- {\\.} (2 rows) test=> copy t1 to '/tmp/aaa'; test=> copy t1 from '/tmp/aaa'; ERROR: CopyReadAttribute - end of record marker corrupted Copy cannot read data produced by itself!
1998-06-19Port name cleanupBruce Momjian
1998-06-19Solaris cleanup.Bruce Momjian
1998-06-18autocoinfBruce Momjian
1998-06-18Add SLEEP_ON_ABORTBruce Momjian
1998-06-18port name cleanupBruce Momjian
1998-06-18Update .similar file for new template names.Bruce Momjian
1998-06-18Add Assert().Bruce Momjian
1998-06-18Cleanup UsePrivateMemory define.Bruce Momjian
1998-06-18Cleanups.Bruce Momjian
1998-06-17goodbye vfork.Bruce Momjian
1998-06-17cleanupBruce Momjian
1998-06-16Update to v.0246Byron Nikolaidis
1998-06-16Add files to be updated for release.Bruce Momjian
1998-06-16More mb patches.Bruce Momjian
1998-06-16Hi, here are the patches to enhance existing MB handling. This timeBruce Momjian
I have implemented a framework of encoding translation between the backend and the frontend. Also I have added a new variable setting command: SET CLIENT_ENCODING TO 'encoding'; Other features include: Latin1 support more 8 bit cleaness See doc/README.mb for more details. Note that the pacthes are against May 30 snapshot. Tatsuo Ishii
1998-06-16Here is the long awaited optimized version of the S_LOCK patch.Bruce Momjian
This incorporates all the precedeing patches and emailed suggestions and the results of the performance testing I posted last week. I would like to get this tested on as many platforms as possible so I can verify it went in correctly (as opposed to the horrorshow last time I sent in a patch). Once this is confirmed, I will make a tarball of files that can be dropped into a 6.3.2 source tree as a few people have asked for this in 6.3.2 as well. David Gould
1998-06-16Added missing file.Bruce Momjian
1998-06-16large object fixBruce Momjian