summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2001-04-29Add missing Unicode support for Cyrillic encodings.Tatsuo Ishii
2001-04-26Remove bogus Assert from AbsoluteTimeIsBefore(). (If you don't thinkTom Lane
2001-04-25Tweak nestloop costing to weight restart cost of inner path more heavily.Tom Lane
2001-04-23Send 'cd' output to /dev/null.Peter Eisentraut
2001-04-23compatible_oper needs to do ReleaseSysCache in one path to avoidTom Lane
2001-04-21Remove useless setuid() call, instead add a check that real and effectiveTom Lane
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-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-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-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-14Add debug_query_string global variable for pgmonitor and debugging use.Bruce Momjian
2001-04-14Another try at making numeric MODULO operator produce the right answer.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-04Fix/cleanup DLLLIBS handling for Cygwin port. If it works it's toTom Lane
2001-04-04Have to lock buffer while changing page' LSN.Vadim B. Mikheev
2001-04-03Log sequence creation (to initialize magic number on recovery).Vadim B. Mikheev
2001-04-03Correct bogus mktime() calls.Tom Lane
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-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-03-30Re-allow specification of a new default value for an inherited columnTom Lane
2001-03-29Rename 'random_seed' back to 'seed'.Peter Eisentraut
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-27Spell __volatile__ correctly.Tom Lane
2001-03-26Add period to message.Bruce Momjian
2001-03-26Change message to _the_ administrator. There is only one administrativeBruce Momjian
2001-03-25Fix unportable assumptions about alignment of local char[n] variables.Tom Lane
2001-03-25Fix code that incorrectly assumed a 'char foo[N]' local variable wouldTom Lane
2001-03-23When using 'long long int' for int64 type, check to see if the compilerTom Lane
2001-03-23Mark exception and assert global variables as DLLIMPORT, so that plpgsqlTom Lane
2001-03-23Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian