summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-04-06Sorry my previous change was a mistake.Hiroshi Inoue
2001-04-061) Fit the precision of floating point to that of server sideHiroshi Inoue
2001-04-06Alter the previous test for "time with time zone" implicit time zoneThomas G. Lockhart
2001-04-06Since plpgsql keeps its compiled function parsetrees until backend exit,Tom Lane
2001-04-05Fix comment that Vadim found confusing.Tom Lane
2001-04-05StartupXLOG(): initialize XLogCtl->Insert to new page if there isVadim B. Mikheev
2001-04-05Hopefully fixed the long long problem.Michael Meskes
2001-04-05pg_dump needs to use ONLY when selecting data from user tables, in caseTom Lane
2001-04-04Clean up AIX makefile to recognize subversions of AIX 4.1 correctly.Tom Lane
2001-04-04Fix/cleanup DLLLIBS handling for Cygwin port. If it works it's toTom Lane
2001-04-04Remove daylight-savings-time-dependent tests of 'time with time zone'Tom Lane
2001-04-04Have to lock buffer while changing page' LSN.Vadim B. Mikheev
2001-04-04Don't dump CHECK constraints with same source and names bothPhilip Warner
2001-04-03Log sequence creation (to initialize magic number on recovery).Vadim B. Mikheev
2001-04-03Correct bogus mktime() calls.Tom Lane
2001-04-03- Handle overridden attrs as per discussions 2-Apr-2001Philip Warner
2001-04-03Check for failure of malloc() and realloc() when allocating space forTom Lane
2001-04-03open(2) flags saved for re-opening a virtual file should probably notTom Lane
2001-04-02Restore pre-7.1 behavior of allowing DROP of a table whose underlyingTom Lane
2001-04-02_mdfd_getrelnfd() should include kernel error code in failure message.Tom Lane
2001-04-02Complain if the same column name is inherited from multiple parentsTom Lane
2001-04-02Disable creation of indexes on system tables.Bruce Momjian
2001-04-02Synced pgc.l with scan.l.Michael Meskes
2001-04-02Remove duplicate definition of DLLLIBS, per gripe from Fred Yankowski.Tom Lane
2001-04-02Tom Ivar Helbekkmo <tih@kpnQwest.no> says that dynamic linking worksTom Lane
2001-04-01Planner wasn't correctly handling adjustment of tuple_fraction for theTom Lane
2001-04-01Patch to put rudimentary dependency support into pg_dump. This addressesPhilip Warner
2001-03-31On Cygwin, do initial connect() call in blocking mode, per report fromTom Lane
2001-03-31pqWait() should check for exception status as well as read or writeTom Lane
2001-03-30Re-allow specification of a new default value for an inherited columnTom Lane
2001-03-30Marc-Andre is changing where DateTime goes. This change allows the moduleD'Arcy J.M. Cain
2001-03-30Correct indenting in _quote() function.D'Arcy J.M. Cain
2001-03-30Add appropriately ifdef'd hack to make ARM compiler allocate ItemPointerDataTom Lane
2001-03-30random_seed => seed ...Tom Lane
2001-03-29Put proper pgaccess Chinese big5 file in place.Bruce Momjian
2001-03-29Rename 'random_seed' back to 'seed'.Peter Eisentraut
2001-03-29Applied bug fix by Adriaan Joubert <a.joubert@albourne.com>Michael Meskes
2001-03-27Quick hack to fix Oliver Elphick's problem with subselects in anTom Lane
2001-03-27Repair pgindent damage to comments.Tom Lane
2001-03-27The following patch updates the FAQ_AIX and makes C++ code work withBruce Momjian
2001-03-27Add changes from Mikhail Terekhov <terekhov@emc.com>.D'Arcy J.M. Cain
2001-03-27Add checking for valid database encoding.Tatsuo Ishii
2001-03-27ODBC source code cleanup. Mostly alignment of #define constants.Bruce Momjian
2001-03-27Spell __volatile__ correctly.Tom Lane
2001-03-26OpenBSD resultmap change:Bruce Momjian
2001-03-26Add period to message.Bruce Momjian
2001-03-26Change message to _the_ administrator. There is only one administrativeBruce Momjian
2001-03-26Add #define HAVE_ATEXIT, per report from Magnus.Tom Lane
2001-03-26pqsignal call needs to be #ifndef WIN32, per report from Magnus.Tom Lane
2001-03-26Add multibyte supportHiroshi Inoue