aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Initial checkin of a contributed type that handles passwords efficiently.D'Arcy J.M. Cain2001-05-03
|
* In the outputs section the NOTICE reads:Bruce Momjian2001-05-02
| | | | | | | | aggregate 'agg' for 'type' does not exist. Mismatch with synopsis, agg must be name here. Frank Wegmann
* Added mention of SHMALL and removed BSD/OS-specific table.Bruce Momjian2001-05-02
|
* description of the command line option echo should read:Bruce Momjian2001-05-02
| | | | | | | Echo the queries that createuser generates and sends to the backend. ^^^^^^^^^^ Frank Wegmann
* Previous commit mistakenly converted all newlines to DOS style (CR/LF).Tom Lane2001-05-02
| | | | | Convert back to Unix style --- it seems some versions of nmake insist on this.
* Add note explaining why inserts take longer as tables grow. Also suggestD'Arcy J.M. Cain2001-05-02
| | | | the way to handle this.
* Change "|zzlzzzz" argument specification to "|zzizzzz" so that the code worksD'Arcy J.M. Cain2001-05-02
| | | | | | properly on 64 bit systems. Change submitted by Marc Poinot (Marc.Poinot@onera.fr)
* Bump version to 7.1.1. Now run over to hub to rebuild documentationPeter Eisentraut2001-05-01
| | | | before release...
* More markup fixesPeter Eisentraut2001-05-01
|
* Fix slightly confused description of debug options.Tom Lane2001-05-01
|
* Synced gram.y and preproc.y.Tom Lane2001-05-01
|
* Allow a string argument to the EXTRACT() function.Thomas G. Lockhart2001-05-01
| | | | | | | This is an extension to the SQL9x standard, but is consistant with usage of the underlying date_part() function used to implement it. Example: EXTRACT('YEAR',...) No impact on regression tests.
* 1) fix bugs reported by Andrea Aime.Hiroshi Inoue2001-05-01
| | | | | 2) fix a bug reported by Jan Wieck. psqlodbc is 7.01.0005 now.
* Update FAQ_HPUX now that we have reports of out-of-the-box buildTom Lane2001-04-30
| | | | on HPUX 11.
* Document pltcl's return_null command.Tom Lane2001-04-30
|
* Repair freshly-broken markup.Tom Lane2001-04-30
|
* exec_move_row() should be more forgiving of tuples with a differentTom Lane2001-04-30
| | | | | number of columns than it was expecting, for reasons that are now documented in the code...
* Suppress pull-up of subqueries that are in the nullable side of an outerTom Lane2001-04-30
| | | | | | join. This is needed to avoid improper evaluation of expressions that should be nulled out, as in Victor Wagner's bug report of 4/27/01. Pretty ugly solution, but no time to do anything better for 7.1.1.
* Break up PQexec() result functions into subsections to be clearer. BothBruce Momjian2001-04-30
| | | | libpq and libpq++ reorganized.
* Update TODO list.Bruce Momjian2001-04-30
|
* Add mention of libpgtcl's options to manual, libpq++ markup fixes.Bruce Momjian2001-04-30
|
* Update TODO list.Bruce Momjian2001-04-30
|
* Add missing Unicode support for Cyrillic encodings.Tatsuo Ishii2001-04-29
| | | | Patches contributed by Victor Wagner.
* In create_function there is a remark concerning SQL/PSM notBruce Momjian2001-04-28
| | | | | | | | | | being ratified as yet. This is certainly no longer true, it wasn't even true in Q2/1998 when I did a little research for Date's book. SQL/PSM had been published on 1996-12-15 as ISO/IEC 9075:4. So you might want to update that section. Frank Wegmann
* A small patch for a small option (for rel. 7.1).Bruce Momjian2001-04-27
| | | | Jimmy Olgeni
* Update FAQ.Bruce Momjian2001-04-27
|
* Update FAQ.Bruce Momjian2001-04-27
|
* Update FAQ.Bruce Momjian2001-04-27
|
* Remove bogus Assert from AbsoluteTimeIsBefore(). (If you don't thinkTom Lane2001-04-26
| | | | it's bogus, try building a btree index on the regress tests' abstime_tbl.)
* Tweak nestloop costing to weight restart cost of inner path more heavily.Tom Lane2001-04-25
| | | | | Without this, it was making some pretty silly decisions about whether an expensive sub-SELECT should be the inner or outer side of a join...
* Update TODO list.Bruce Momjian2001-04-25
|
* - Fixed CONSTRAINT TRIGGER dump to record tgconstrelid properlyPhilip Warner2001-04-25
| | | | - pgsql v7.0 compatbility
* typological errorsPeter Eisentraut2001-04-24
|
* Undo pgindent brain damage, so that node type numbers can once again beTom Lane2001-04-24
| | | | counted off by lines ...
* Behave sanely when database name is omitted from command line.Tom Lane2001-04-23
|
* Send 'cd' output to /dev/null.Peter Eisentraut2001-04-23
|
* Defend against ancient versions of zlib by checking that zlib.hTom Lane2001-04-23
| | | | defines z_streamp.
* compatible_oper needs to do ReleaseSysCache in one path to avoidTom Lane2001-04-23
| | | | complaints about 'Cache reference leak'. Per report from Don Baccus.
* 1) Decrease the size of needlessly large buffers. For example, itHiroshi Inoue2001-04-23
| | | | | resolved the stack over flow errors reported by Johann Zuschlag. 2) Support {oj syntax for 71. servers.
* A patch to fix the following bugs.Hiroshi Inoue2001-04-23
| | | | | | | | | | | 1) [ODBC] Psqlodbc and Centura: here it is a patch posted by Matteo Cavalleli 2) [ODBC] pgsqODBC binding parameters II posted by Ludek Finstrle 3) Invalid Page Fault in PSQLODBC.DLL personal mail from Johann Zuschlag Hiroki Kataoka kataoka@interwiz.koganei.tokyo.jp
* Don't bomb out on indexes on system attributes other than 'oid'.Tom Lane2001-04-22
| | | | | (Not sure such an index is actually useful, but just because it's useless doesn't mean pg_dump should coredump.)
* Remove useless setuid() call, instead add a check that real and effectiveTom Lane2001-04-21
| | | | userids are the same. Per today's pghackers discussion.
* Make sure that the postmaster options (from postmaster.opts[.default] orPeter Eisentraut2001-04-21
| | | | | -o option) are properly dequoted. Also, always pass an explicit -D option to postmaster, don't rely on it being set in postmaster.opts.
* Final markup for 7.1 hardcopy release. Mostly typo and table-fittingThomas G. Lockhart2001-04-20
| | | | | | adjustments. Note that many tables are being abused with *really* long description columns. Should probably shrink those columns to be more concise, and move some of the info to follow-on reference notes.
* Add option --refentry to change \keepn (keep with next paragraph) toThomas G. Lockhart2001-04-20
| | | | | | \keep (keep current paragraph together). This fixes most troubles with reference pages marked up with <refentry> tags. Use on reference.rtf, generated by "make reference.rtf".
* Remove libsfio check.Peter Eisentraut2001-04-19
|
* Pass -D option to pg_ctl because export PGDATA won't be preserved acrossPeter Eisentraut2001-04-19
| | | | | | 'su -l'. Reported by <VASQUEZ_JASON@LILLY.COM>.
* 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
|
* Update TODO list.Bruce Momjian2001-04-19
|