aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Use RTLD_GLOBAL flag for dlopen-style dynamic loaders.Peter Eisentraut2001-05-14
* Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. InitdbBruce Momjian2001-05-14
* Current implementation of FOR UPDATE has no hope of working correctlyTom Lane2001-05-14
* Modify RelationGetBufferForTuple() so that we only do lseek and lockTom Lane2001-05-12
* Make bootstrap debug messages more readable. Clean up some clutter.Peter Eisentraut2001-05-12
* Avoid unnecessary lseek() calls by cleanups in md.c. mdfd_lstbcnt wasTom Lane2001-05-10
* First cut at making indexscan cost estimates depend on correlationTom Lane2001-05-09
* I have modifed heap.c so that it won't automatically generate duplicateBruce Momjian2001-05-09
* This patch should catch cases where the typesBruce Momjian2001-05-09
* Noticed a small bug in the code. Probably been there for some time. NoteBruce Momjian2001-05-09
* Use ColId instead of Ident for SET SESSION AUTHORIZATION.Peter Eisentraut2001-05-09
* Cause planner to make use of average-column-width statistic that is nowTom Lane2001-05-09
* Add SET SESSION AUTHORIZATION command.Peter Eisentraut2001-05-08
* Append and SubqueryScan nodes were not passing changed-parameter signals downTom Lane2001-05-08
* Need to factor out strdup.o for separate treatment since it's in aPeter Eisentraut2001-05-08
* Small cleanup.Bruce Momjian2001-05-08
* Add newlines around debug output in optimizer showing total costs.Bruce Momjian2001-05-08
* Fix comment in file about 2*max_connections.Bruce Momjian2001-05-07
* Fix remaining RI permission problems (cascaded update/delete, restrict,Peter Eisentraut2001-05-07
* > Occasionally and without warning I get this from my daily vacuumBruce Momjian2001-05-07
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-07
* Makefile should have automatic dependency for parser.o too, if it'sTom Lane2001-05-04
* Seems like we should not hold off cancel/die interrupts while we areTom Lane2001-05-04
* Consolidate several near-identical uses of mktime() into a singleTom Lane2001-05-03
* BTW it does not add encodign it just patches existing one (KOI8) toBruce Momjian2001-05-03
* Permission checking wasn't quite right for insert/update/delete rules,Tom Lane2001-05-03
* Ensure that btree sort ordering functions and boolean comparison operatorsTom Lane2001-05-03
* Permissions were not checked correctly when one view invokes another.Tom Lane2001-05-03
* 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