aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Allow a string argument to the EXTRACT() function.Thomas G. Lockhart2001-05-01
* Suppress pull-up of subqueries that are in the nullable side of an outerTom Lane2001-04-30
* Add missing Unicode support for Cyrillic encodings.Tatsuo Ishii2001-04-29
* Remove bogus Assert from AbsoluteTimeIsBefore(). (If you don't thinkTom Lane2001-04-26
* Tweak nestloop costing to weight restart cost of inner path more heavily.Tom Lane2001-04-25
* Send 'cd' output to /dev/null.Peter Eisentraut2001-04-23
* compatible_oper needs to do ReleaseSysCache in one path to avoidTom Lane2001-04-23
* Remove useless setuid() call, instead add a check that real and effectiveTom Lane2001-04-21
* Add extern int optreset declaration, per bug report from <info@decc.nl>.Peter Eisentraut2001-04-19
* Fix "off by VARHDRSZ" bug in (Cyrillic) recode support.Peter Eisentraut2001-04-19
* Kluge solution for Alex Pilosov's report of problems with whole-tupleTom Lane2001-04-19
* Add a crash gurard to pg_encoding_mblen in case of an invalid encodingTatsuo Ishii2001-04-19
* Further tweaking of error messages for cases involving attributes &Tom Lane2001-04-18
* Make the world safe for passing whole rows of views to functions. ThisTom Lane2001-04-18
* Make rule lister do the right thing with Vars representing whole tuples.Tom Lane2001-04-18
* Add some defenses to guard against case where a rule refers to a tableTom Lane2001-04-17
* Avoid reversing user-given order of WHERE clauses while attaching clausesTom Lane2001-04-16
* Correction for mathematical properties in Unicode converison maps.Tatsuo Ishii2001-04-16
* getdatabaseencoding() and PG_encoding_to_char() were being sloppy aboutTom Lane2001-04-16
* Remove error report from pq_endmessage when pq_putmessage fails. TheTom Lane2001-04-16
* Constant expressions that appear in ORDER BY, GROUP BY, DISTINCT ONTom Lane2001-04-15
* Prevent generation of invalid plans for RIGHT or FULL joins with multipleTom Lane2001-04-15
* Add debug_query_string global variable for pgmonitor and debugging use.Bruce Momjian2001-04-14
* Another try at making numeric MODULO operator produce the right answer.Tom Lane2001-04-14
* Fix comment that Vadim found confusing.Tom Lane2001-04-05
* StartupXLOG(): initialize XLogCtl->Insert to new page if there isVadim B. Mikheev2001-04-05
* Fix/cleanup DLLLIBS handling for Cygwin port. If it works it's toTom Lane2001-04-04
* Have to lock buffer while changing page' LSN.Vadim B. Mikheev2001-04-04
* Log sequence creation (to initialize magic number on recovery).Vadim B. Mikheev2001-04-03
* Correct bogus mktime() calls.Tom Lane2001-04-03
* Check for failure of malloc() and realloc() when allocating space forTom Lane2001-04-03
* open(2) flags saved for re-opening a virtual file should probably notTom Lane2001-04-03
* Restore pre-7.1 behavior of allowing DROP of a table whose underlyingTom Lane2001-04-02
* _mdfd_getrelnfd() should include kernel error code in failure message.Tom Lane2001-04-02
* Complain if the same column name is inherited from multiple parentsTom Lane2001-04-02
* Disable creation of indexes on system tables.Bruce Momjian2001-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
* Re-allow specification of a new default value for an inherited columnTom Lane2001-03-30
* Rename 'random_seed' back to 'seed'.Peter Eisentraut2001-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
* Spell __volatile__ correctly.Tom Lane2001-03-27
* Add period to message.Bruce Momjian2001-03-26
* Change message to _the_ administrator. There is only one administrativeBruce Momjian2001-03-26
* Fix unportable assumptions about alignment of local char[n] variables.Tom Lane2001-03-25
* Fix code that incorrectly assumed a 'char foo[N]' local variable wouldTom Lane2001-03-25
* When using 'long long int' for int64 type, check to see if the compilerTom Lane2001-03-23