aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Synced pgc.l with scan.l.Michael Meskes2001-04-02
* Remove duplicate definition of DLLLIBS, per gripe from Fred Yankowski.Tom Lane2001-04-02
* Tom Ivar Helbekkmo <tih@kpnQwest.no> says that dynamic linking worksTom Lane2001-04-02
* Planner wasn't correctly handling adjustment of tuple_fraction for theTom Lane2001-04-01
* Patch to put rudimentary dependency support into pg_dump. This addressesPhilip Warner2001-04-01
* On Cygwin, do initial connect() call in blocking mode, per report fromTom Lane2001-03-31
* pqWait() should check for exception status as well as read or writeTom Lane2001-03-31
* Re-allow specification of a new default value for an inherited columnTom Lane2001-03-30
* Marc-Andre is changing where DateTime goes. This change allows the moduleD'Arcy J.M. Cain2001-03-30
* Correct indenting in _quote() function.D'Arcy J.M. Cain2001-03-30
* Add appropriately ifdef'd hack to make ARM compiler allocate ItemPointerDataTom Lane2001-03-30
* random_seed => seed ...Tom Lane2001-03-30
* Put proper pgaccess Chinese big5 file in place.Bruce Momjian2001-03-29
* Rename 'random_seed' back to 'seed'.Peter Eisentraut2001-03-29
* Applied bug fix by Adriaan Joubert <a.joubert@albourne.com>Michael Meskes2001-03-29
* Quick hack to fix Oliver Elphick's problem with subselects in anTom Lane2001-03-27
* Repair pgindent damage to comments.Tom Lane2001-03-27
* The following patch updates the FAQ_AIX and makes C++ code work withBruce Momjian2001-03-27
* Add changes from Mikhail Terekhov <terekhov@emc.com>.D'Arcy J.M. Cain2001-03-27
* Add checking for valid database encoding.Tatsuo Ishii2001-03-27
* ODBC source code cleanup. Mostly alignment of #define constants.Bruce Momjian2001-03-27
* Spell __volatile__ correctly.Tom Lane2001-03-27
* OpenBSD resultmap change:Bruce Momjian2001-03-26
* Add period to message.Bruce Momjian2001-03-26
* Change message to _the_ administrator. There is only one administrativeBruce Momjian2001-03-26
* Add #define HAVE_ATEXIT, per report from Magnus.Tom Lane2001-03-26
* pqsignal call needs to be #ifndef WIN32, per report from Magnus.Tom Lane2001-03-26
* Add multibyte supportHiroshi Inoue2001-03-26
* Fix unportable assumptions about alignment of local char[n] variables.Tom Lane2001-03-25
* Improve comments for xlog item size #defines.Tom Lane2001-03-25
* Update the changes for version 3.2.D'Arcy J.M. Cain2001-03-25
* Document the --with-python flag as a simpler way of installing theD'Arcy J.M. Cain2001-03-25
* Pick up any extra -I options for Python build.Peter Eisentraut2001-03-25
* Fix unportable assumptions about alignment of local char[n] variables.Tom Lane2001-03-25
* Re-order declarations to un-break the non-HAS_TEST_AND_SET case.Tom Lane2001-03-25
* Fix code that incorrectly assumed a 'char foo[N]' local variable wouldTom Lane2001-03-25
* Make less misleading message for failed + ignored tests.Peter Eisentraut2001-03-24
* Portability fix from Steve Nicolai.Tom Lane2001-03-24
* Disable pg_upgrade.Peter Eisentraut2001-03-24
* Hadn't built on a PARISC 1.1 box in a long time ... but when I did,Tom Lane2001-03-24
* When using 'long long int' for int64 type, check to see if the compilerTom Lane2001-03-23
* Mark exception and assert global variables as DLLIMPORT, so that plpgsqlTom Lane2001-03-23
* Add checking for strtoul. SunOS4 does not have it.Tatsuo Ishii2001-03-23
* Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian2001-03-23
* Fix checking of file operations in demo ('files') output format.Philip Warner2001-03-23
* Fix problems with coredumps due to ^C when longjmp buffer isn't valid.Tom Lane2001-03-23
* Fix Joubert's complaint that int8-sized numeric literals are mishandledTom Lane2001-03-22
* geometry tests 'FAILED' from a precision standpoint, but differently thenMarc G. Fournier2001-03-22
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-22
* pgindent run. Make it all clean.Bruce Momjian2001-03-22