OSDN Git Service

Make sure -L and -I's for our source tree are always before system include
[pg-rex/syncrep.git] / src /
2001-02-20 Peter EisentrautMake sure -L and -I's for our source tree are always...
2001-02-20 Tom LaneSelect optimization by default for HP's C compiler.
2001-02-20 Tom LaneTruncate incoming username and database name to NAMEDAT...
2001-02-20 Tom LaneFix pg_passwd's failure to cope with usernames > 8...
2001-02-20 Tom LaneRemove inclusion of <varargs.h> on SunOS; this does...
2001-02-19 Tom LaneChange plpgsql's GET DIAGNOSTICS statement to use SQL99...
2001-02-19 Michael MeskesSynced gram.y and preproc.y.
2001-02-18 Bruce MomjianAdd copyright mentions, per Tom Lane.
2001-02-18 Peter EisentrautAllow extract() to accept the same field selectors...
2001-02-18 Tom LaneAdd --template option to createdb script to allow acces...
2001-02-18 Tom LaneChange default commit_delay to zero, update documentation.
2001-02-18 Tom LaneChange s_lock to not use any zero-delay select() calls...
2001-02-18 Tom LaneRemove bogus set_ps_display call --- changing displayed...
2001-02-17 Tatsuo IshiiFix a bug in psql. unescape() does not work for multi...
2001-02-17 Tom LaneSeems a bad idea to assume that select(2) doesn't touch...
2001-02-17 Tom LaneAdd current seek position to FDDEBUG output for FileRead,
2001-02-16 Tom LaneJust noticed that use of 'volatile' in HPPA S_UNLOCK...
2001-02-16 Tom LaneDefend against starting a non-MULTIBYTE-enabled backend...
2001-02-16 Peter MountSome more updates...
2001-02-16 Tom Laneichar() has been renamed to chr(), so fix translation...
2001-02-16 Tom LaneFix bugs in pltcl's new return_null command: it was...
2001-02-16 Tom LaneFix erroneous sort request in pltcl selftest.
2001-02-16 Tom LaneClean up two rather nasty bugs in operator selection...
2001-02-16 Hiroshi InoueAdd casting for numeric/float4/float8 type value
2001-02-16 Tom LaneTake OUTER JOIN semantics into account when estimating...
2001-02-15 Tom LaneAdd some notes about memory management of RI plans.
2001-02-15 Tom LaneUpdate comments about memory management.
2001-02-15 Tom LaneUpdate notes about memory context scheme.
2001-02-15 Tom LaneAlthough we can't support out-of-line TOAST storage...
2001-02-15 Tom LaneReduce default selectivity estimates for geometric...
2001-02-15 Tom LaneUpdate a couple of obsolete comments.
2001-02-15 Hiroshi Inoue1) Change transaction boundary in autocommit off mode
2001-02-15 Tatsuo IshiiUnicode <-> SJIS new mapping tables (based on CP932...
2001-02-15 Tom LaneArrange for ORDER BY an expression on a UNION/INTERSECT...
2001-02-14 Tom LaneRepair problems with duplicate index names generated...
2001-02-14 Tom LaneChange scoping of table and join refnames to conform...
2001-02-14 Peter MountWeb Feb 14 17:29:00 GMT 2001 peter@retep.org.uk
2001-02-14 Bruce MomjianAdd 7.X to dialog box.
2001-02-14 Bruce MomjianBack out all ODBC formatting changes, and back out...
2001-02-13 Vadim B. MikheevComments about GetFreeXLBuffer().
2001-02-13 Peter MountSome more including the patch to DatabaseMetaData backe...
2001-02-13 Bruce MomjianRemove postgresql jdbc files, per Peter.
2001-02-13 Bruce MomjianRemove postgresql jdbc files, per Peter Mount.
2001-02-13 Bruce MomjianBack out *inv* changes for this file. Peter want to...
2001-02-13 Bruce MomjianRemove unused files, per Andreas
2001-02-13 Bruce MomjianPlease apply the following patch to fix AIX and IRIX...
2001-02-13 Vadim B. MikheevRemoved abort() in XLogFileOpen.
2001-02-13 Philip WarnerAdded some comments to setval, setval_is_called and...
2001-02-13 Philip Warner- Fix help output: replace 'f' with 't' and change...
2001-02-13 Tom LaneClean up portability problems in regexp package: change...
2001-02-12 Bruce MomjianAttached is a makefile for the ODBC driver for use...
2001-02-12 Tom LaneHmm, this isn't used either.
2001-02-12 Tom LaneRemove unused and largely-broken-anyway compatibility...
2001-02-12 Bruce MomjianNew MS resource file, pgindented.
2001-02-12 Tom LaneSuppress compiler warning on Alpha.
2001-02-12 Tom LaneRearrange order of operations in heap_create_with_catal...
2001-02-12 Bruce MomjianCleanup
2001-02-12 Bruce MomjianAdd // -> /* */ mapping to pgindent.
2001-02-12 Bruce MomjianUpdate ODBC resource MS-generated file.
2001-02-12 Bruce MomjianChange more // comments.
2001-02-12 Bruce MomjianRemove // and make /* */
2001-02-12 Bruce MomjianReplace // comments from file for MS products.
2001-02-12 Bruce Momjianpoit -> point.
2001-02-11 Tom LaneSOCK_get_next_byte should not return garbage after...
2001-02-11 Bruce MomjianRemove unneeded shutdown() call, per Tom Lane.
2001-02-11 Tom LaneImprove error message when startup or shutdown proc...
2001-02-11 Bruce MomjianMore cleanups.
2001-02-11 Bruce MomjianInclude file alignment fixes.
2001-02-11 Bruce MomjianMove X packet before shutdown().
2001-02-11 Bruce MomjianSource alignment cleanups.
2001-02-11 Bruce MomjianMore updates.
2001-02-11 Bruce MomjianMore cleanup.
2001-02-11 Bruce MomjianMore cleanup.
2001-02-11 Bruce MomjianCleanup of source.
2001-02-11 Bruce MomjianThe attached patch does the following:
2001-02-11 Tatsuo IshiiMove pg_encoding_mblen() from common.c to wchar.c.
2001-02-11 Tatsuo Ishiiconv.c did not compile anymore. Fix wrong header file...
2001-02-11 Tatsuo IshiiClean up mutibyte supoorting source files.
2001-02-10 Bruce MomjianDisable X connection close in ODBC until solution is...
2001-02-10 Bruce MomjianFormat to match standard conventions
2001-02-10 Bruce MomjianConvert to standard 4-space tabs.
2001-02-10 Peter EisentrautOnly look for bison as YACC; other yaccs need to be...
2001-02-10 Bruce Momjianmove comment
2001-02-10 Bruce MomjianAdd comment about linker/compiler on bsd.
2001-02-10 Bruce MomjianFix -Bsymbolic for FreeBSD and OpenBSD. NetBSD already...
2001-02-10 Peter EisentrautRepair BSD/OS shared library fixes.
2001-02-10 Bruce MomjianRevert shlib changes.
2001-02-10 Bruce MomjianRemove protcol option buttons.
2001-02-10 Bruce MomjianODBC BSD/OS fix.
2001-02-10 Bruce MomjianAllow -Bsymbolic on BSDI for ODBC.
2001-02-10 Peter EisentrautFix on Linux
2001-02-10 Bruce MomjianMore ODBC formatting cleanup.
2001-02-10 Bruce MomjianRun pgindent over ODBC source. We couldn't do this...
2001-02-10 Bruce MomjianRemove protocol-dependent code. This should have been...
2001-02-10 Bruce MomjianCleanup
2001-02-10 Bruce MomjianMore cleanup, again not sure it works.
2001-02-10 Bruce MomjianClean up bad variable used in script. Still not sure...
2001-02-10 Bruce MomjianProperly exit ODBC with 'X', allow linking on BSD/OS.
2001-02-10 Tom LaneFix byte-vs-word-width oversight in m68k TAS() code.
2001-02-10 Tom LaneIgnore leading whitespace when trying to determine...
next