summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-04-231) Decrease the size of needlessly large buffers. For example, itHiroshi Inoue
2001-04-23A patch to fix the following bugs.Hiroshi Inoue
2001-04-22Don't bomb out on indexes on system attributes other than 'oid'.Tom Lane
2001-04-21Remove useless setuid() call, instead add a check that real and effectiveTom Lane
2001-04-21Make sure that the postmaster options (from postmaster.opts[.default] orPeter Eisentraut
2001-04-19Add extern int optreset declaration, per bug report from <info@decc.nl>.Peter Eisentraut
2001-04-19Fix "off by VARHDRSZ" bug in (Cyrillic) recode support.Peter Eisentraut
2001-04-19Kluge solution for Alex Pilosov's report of problems with whole-tupleTom Lane
2001-04-19Add a crash gurard to pg_encoding_mblen in case of an invalid encodingTatsuo Ishii
2001-04-18Further tweaking of error messages for cases involving attributes &Tom Lane
2001-04-18Repair misbehavior of \! with immediately following argument that containsPeter Eisentraut
2001-04-18Make the world safe for passing whole rows of views to functions. ThisTom Lane
2001-04-18Make rule lister do the right thing with Vars representing whole tuples.Tom Lane
2001-04-17The renewal of README thanks to Dave Page.Hiroshi Inoue
2001-04-17Add some defenses to guard against case where a rule refers to a tableTom Lane
2001-04-16Avoid reversing user-given order of WHERE clauses while attaching clausesTom Lane
2001-04-16Correction for mathematical properties in Unicode converison maps.Tatsuo Ishii
2001-04-16getdatabaseencoding() and PG_encoding_to_char() were being sloppy aboutTom Lane
2001-04-16Remove error report from pq_endmessage when pq_putmessage fails. TheTom Lane
2001-04-15Add LDFLAGS_SL to AIX shlib building command, per report fromTom Lane
2001-04-15Constant expressions that appear in ORDER BY, GROUP BY, DISTINCT ONTom Lane
2001-04-15Prevent generation of invalid plans for RIGHT or FULL joins with multipleTom Lane
2001-04-15If the password prompt goes to stderr, then the trailing newline shouldPeter Eisentraut
2001-04-14Work with Readline 4.2.Peter Eisentraut
2001-04-14Add debug_query_string global variable for pgmonitor and debugging use.Bruce Momjian
2001-04-14- Get view OID based on rule OID not base table OIDPhilip Warner
2001-04-14Another try at making numeric MODULO operator produce the right answer.Tom Lane
2001-04-13Suppress compiler warnings in Vax and NS32K assembly code: 'register foo'Tom Lane
2001-04-12I just noticed the beta comment. That's not actually true any moreD'Arcy J.M. Cain
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