Commit Graph

9962 Commits (0cee65b51fbfaf3e9be10cf4808384abd006e92a)
 

Author SHA1 Message Date
Peter Eisentraut adee1da002 Bump version to 7.1.1. Now run over to hub to rebuild documentation 25 years ago
Peter Eisentraut 4f268b01cd More markup fixes 25 years ago
Tom Lane d45c0794df Fix slightly confused description of debug options. 25 years ago
Tom Lane ac2b9aee1c Synced gram.y and preproc.y. 25 years ago
Thomas G. Lockhart d63571a7f4 Allow a string argument to the EXTRACT() function. 25 years ago
Hiroshi Inoue 892d46e7d0 1) fix bugs reported by Andrea Aime. 25 years ago
Tom Lane 48bdf021b6 Update FAQ_HPUX now that we have reports of out-of-the-box build 25 years ago
Tom Lane c8b5598a11 Document pltcl's return_null command. 25 years ago
Tom Lane 955c8771f8 Repair freshly-broken markup. 25 years ago
Tom Lane 8bb3c8fe54 exec_move_row() should be more forgiving of tuples with a different 25 years ago
Tom Lane e2004dfc69 Suppress pull-up of subqueries that are in the nullable side of an outer 25 years ago
Bruce Momjian 60ba30d13a Break up PQexec() result functions into subsections to be clearer. Both 25 years ago
Bruce Momjian cfc4d6c510 Update TODO list. 25 years ago
Bruce Momjian 9a878b4ec7 Add mention of libpgtcl's options to manual, libpq++ markup fixes. 25 years ago
Bruce Momjian 189a752ef9 Update TODO list. 25 years ago
Tatsuo Ishii c527366b60 Add missing Unicode support for Cyrillic encodings. 25 years ago
Bruce Momjian 82511e3375 In create_function there is a remark concerning SQL/PSM not 25 years ago
Bruce Momjian 651acdaa6e A small patch for a small option (for rel. 7.1). 25 years ago
Bruce Momjian 8926d8b28d Update FAQ. 25 years ago
Bruce Momjian 1531ed897b Update FAQ. 25 years ago
Bruce Momjian ea0d2dab06 Update FAQ. 25 years ago
Tom Lane 2adff4b20e Remove bogus Assert from AbsoluteTimeIsBefore(). (If you don't think 25 years ago
Tom Lane a43f20cb0a Tweak nestloop costing to weight restart cost of inner path more heavily. 25 years ago
Bruce Momjian cbeda8401a Update TODO list. 25 years ago
Philip Warner 8dc42a3aa2 - Fixed CONSTRAINT TRIGGER dump to record tgconstrelid properly 25 years ago
Peter Eisentraut 38b0f2fb3b typological errors 25 years ago
Tom Lane e89bf1258b Undo pgindent brain damage, so that node type numbers can once again be 25 years ago
Tom Lane 5c48b253af Behave sanely when database name is omitted from command line. 25 years ago
Peter Eisentraut fae92fba43 Send 'cd' output to /dev/null. 25 years ago
Tom Lane 19c97b8579 Defend against ancient versions of zlib by checking that zlib.h 25 years ago
Tom Lane a933bceacf compatible_oper needs to do ReleaseSysCache in one path to avoid 25 years ago
Hiroshi Inoue e355992ff9 1) Decrease the size of needlessly large buffers. For example, it 25 years ago
Hiroshi Inoue cc6bdb3e48 A patch to fix the following bugs. 25 years ago
Tom Lane 0e29d760f4 Don't bomb out on indexes on system attributes other than 'oid'. 25 years ago
Tom Lane 8407bb3c72 Remove useless setuid() call, instead add a check that real and effective 25 years ago
Peter Eisentraut 9ae6819038 Make sure that the postmaster options (from postmaster.opts[.default] or 25 years ago
Thomas G. Lockhart e6767a3205 Final markup for 7.1 hardcopy release. Mostly typo and table-fitting 25 years ago
Thomas G. Lockhart 072174f941 Add option --refentry to change \keepn (keep with next paragraph) to 25 years ago
Peter Eisentraut 90f4d0faf1 Remove libsfio check. 25 years ago
Peter Eisentraut 031e1afa23 Pass -D option to pg_ctl because export PGDATA won't be preserved across 25 years ago
Peter Eisentraut 47324d7689 Add extern int optreset declaration, per bug report from <info@decc.nl>. 25 years ago
Peter Eisentraut 7ff8d11065 Fix "off by VARHDRSZ" bug in (Cyrillic) recode support. 25 years ago
Bruce Momjian 73470b27ce Update TODO list. 25 years ago
Tom Lane 2dbdba86db Kluge solution for Alex Pilosov's report of problems with whole-tuple 25 years ago
Tatsuo Ishii b9be04e63d Add a crash gurard to pg_encoding_mblen in case of an invalid encoding 25 years ago
Tom Lane 23436bd530 Further tweaking of error messages for cases involving attributes & 25 years ago
Peter Eisentraut 645ebc0403 Repair misbehavior of \! with immediately following argument that contains 25 years ago
Tom Lane d5096af2c4 Make the world safe for passing whole rows of views to functions. This 25 years ago
Bruce Momjian e4c06b2125 Update TODO list. 25 years ago
Tom Lane 40136f4465 Make rule lister do the right thing with Vars representing whole tuples. 25 years ago