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