summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Cope with configure arguments that contain spaces.Peter Eisentraut2001-05-131-2/+2
* proisstrict must be assumed FALSE when dumping from a 7.0 database,Tom Lane2001-05-121-11/+12
* Backpatch jdbc1 compile failure fix.Bruce Momjian2001-05-121-1/+1
* - Don't dump COMMENTs in data-only dumpsPhilip Warner2001-05-123-66/+122
* Stamp for 7.1.2. Ready when you are...Bruce Momjian2001-05-112-6/+6
* Fix remaining RI permission problems (cascaded update/delete, restrict,Peter Eisentraut2001-05-091-3/+62
* Append and SubqueryScan nodes were not passing changed-parameter signals downTom Lane2001-05-082-8/+30
* Un-break exec_move_row() for case that a NULL tuple and tupdesc areTom Lane2001-05-081-14/+11
* Fix collateral damage from previous (rev 1.49) patch.Peter Eisentraut2001-05-061-1/+4
* Makefile should have automatic dependency for parser.o too, if it'sTom Lane2001-05-041-2/+4
* Seems like we should not hold off cancel/die interrupts while we areTom Lane2001-05-041-4/+4
* Consolidate several near-identical uses of mktime() into a singleTom Lane2001-05-034-122/+69
* BTW it does not add encodign it just patches existing one (KOI8) toBruce Momjian2001-05-034-19/+20
* Permission checking wasn't quite right for insert/update/delete rules,Tom Lane2001-05-031-13/+12
* apply a little patch:Bruce Momjian2001-05-031-1/+1
* Ensure that btree sort ordering functions and boolean comparison operatorsTom Lane2001-05-0313-651/+440
* Permissions were not checked correctly when one view invokes another.Tom Lane2001-05-031-1/+3
* Improve list.Bruce Momjian2001-05-031-1/+1
* Updates for 7.1.1. Not done yet.Bruce Momjian2001-05-033-5/+5
* Correct pg_description entry for type macaddr.Tom Lane2001-05-031-2/+2
* Fixes to make ecpg work on Cygwin, from Jason Tishler <Jason.Tishler@dothill....Tom Lane2001-05-033-4/+17
* Previous commit mistakenly converted all newlines to DOS style (CR/LF).Tom Lane2001-05-021-486/+486
* Add note explaining why inserts take longer as tables grow. Also suggestD'Arcy J.M. Cain2001-05-021-0/+5
* Change "|zzlzzzz" argument specification to "|zzizzzz" so that the code worksD'Arcy J.M. Cain2001-05-021-1/+1
* Synced gram.y and preproc.y.Tom Lane2001-05-011-1/+6
* Allow a string argument to the EXTRACT() function.Thomas G. Lockhart2001-05-011-2/+7
* 1) fix bugs reported by Andrea Aime.Hiroshi Inoue2001-05-014-10/+26
* exec_move_row() should be more forgiving of tuples with a differentTom Lane2001-04-301-32/+33
* Suppress pull-up of subqueries that are in the nullable side of an outerTom Lane2001-04-301-3/+36
* Add missing Unicode support for Cyrillic encodings.Tatsuo Ishii2001-04-299-7/+972
* Remove bogus Assert from AbsoluteTimeIsBefore(). (If you don't thinkTom Lane2001-04-261-8/+2
* Tweak nestloop costing to weight restart cost of inner path more heavily.Tom Lane2001-04-251-4/+12
* - Fixed CONSTRAINT TRIGGER dump to record tgconstrelid properlyPhilip Warner2001-04-258-73/+370
* Undo pgindent brain damage, so that node type numbers can once again beTom Lane2001-04-241-9/+5
* Behave sanely when database name is omitted from command line.Tom Lane2001-04-231-3/+14
* Send 'cd' output to /dev/null.Peter Eisentraut2001-04-231-2/+2
* compatible_oper needs to do ReleaseSysCache in one path to avoidTom Lane2001-04-231-1/+4
* 1) Decrease the size of needlessly large buffers. For example, itHiroshi Inoue2001-04-235-17/+42
* A patch to fix the following bugs.Hiroshi Inoue2001-04-237-47/+181
* Don't bomb out on indexes on system attributes other than 'oid'.Tom Lane2001-04-221-31/+55
* Remove useless setuid() call, instead add a check that real and effectiveTom Lane2001-04-213-22/+42
* Make sure that the postmaster options (from postmaster.opts[.default] orPeter Eisentraut2001-04-211-18/+14
* Add extern int optreset declaration, per bug report from <info@decc.nl>.Peter Eisentraut2001-04-191-1/+4
* Fix "off by VARHDRSZ" bug in (Cyrillic) recode support.Peter Eisentraut2001-04-191-2/+2
* Kluge solution for Alex Pilosov's report of problems with whole-tupleTom Lane2001-04-191-9/+20
* Add a crash gurard to pg_encoding_mblen in case of an invalid encodingTatsuo Ishii2001-04-191-2/+2
* Further tweaking of error messages for cases involving attributes &Tom Lane2001-04-181-22/+54
* Repair misbehavior of \! with immediately following argument that containsPeter Eisentraut2001-04-181-4/+4
* Make the world safe for passing whole rows of views to functions. ThisTom Lane2001-04-187-44/+161
* Make rule lister do the right thing with Vars representing whole tuples.Tom Lane2001-04-182-10/+29