summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-05-03Permission checking wasn't quite right for insert/update/delete rules,Tom Lane
2001-05-03apply a little patch:Bruce Momjian
2001-05-03Ensure that btree sort ordering functions and boolean comparison operatorsTom Lane
2001-05-03Permissions were not checked correctly when one view invokes another.Tom Lane
2001-05-03Improve list.Bruce Momjian
2001-05-03Updates for 7.1.1. Not done yet.Bruce Momjian
2001-05-03Correct pg_description entry for type macaddr.Tom Lane
2001-05-03Fixes to make ecpg work on Cygwin, from Jason Tishler <Jason.Tishler@dothill....Tom Lane
2001-05-02Previous commit mistakenly converted all newlines to DOS style (CR/LF).Tom Lane
2001-05-02Add note explaining why inserts take longer as tables grow. Also suggestD'Arcy J.M. Cain
2001-05-02Change "|zzlzzzz" argument specification to "|zzizzzz" so that the code worksD'Arcy J.M. Cain
2001-05-01Synced gram.y and preproc.y.Tom Lane
2001-05-01Allow a string argument to the EXTRACT() function.Thomas G. Lockhart
2001-05-011) fix bugs reported by Andrea Aime.Hiroshi Inoue
2001-04-30exec_move_row() should be more forgiving of tuples with a differentTom Lane
2001-04-30Suppress pull-up of subqueries that are in the nullable side of an outerTom Lane
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-25- Fixed CONSTRAINT TRIGGER dump to record tgconstrelid properlyPhilip Warner
2001-04-24Undo pgindent brain damage, so that node type numbers can once again beTom Lane
2001-04-23Behave sanely when database name is omitted from command line.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-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