1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-30 21:42:05 +03:00
Commit Graph

9111 Commits

Author SHA1 Message Date
b1f528f86c Check for -lresolv. 2001-02-04 14:09:33 +00:00
8791d12d9e Pass LDFLAGS along with LIBS to the Python build stuff, especially to pick
up -L options.
2001-02-04 13:21:46 +00:00
72813984da Must run jadetex three times to get correct page numbers. Add support for
pdfjadetex.
2001-02-04 12:23:11 +00:00
c1f5ed6394 When making xrefs to refsects, the linkend should point to the refsect and
the endterm to the title element, not both to the title.  At least
docbook2man prefers it that way.
2001-02-04 12:18:08 +00:00
930b283a89 Re-add Peter E's changes. 2001-02-03 21:50:45 +00:00
503f042cd7 Fix inappropriate attempt to push down qual clauses into a view that
has UNION/INTERSECT/EXCEPT operations.  Per bug report from Ferrier.
2001-02-03 21:17:52 +00:00
67849c84d6 Use elog() instead of exit() for fatal scanner errors. 2001-02-03 20:13:05 +00:00
251de13afd Improved wording, from Albert REINER <areiner@tph.tuwien.ac.at>. 2001-02-03 19:09:46 +00:00
7c164dca0b Update, polish, consistencify preface/intro sections. 2001-02-03 19:03:27 +00:00
80dbae395d Change description. 2001-02-03 04:13:22 +00:00
b18c09ee3a Runtime tree recovery is implemented, just testing is left -:) 2001-02-02 19:49:15 +00:00
b60c57da2d Apply patches for QNX from Maurizio 2001-02-02 18:21:59 +00:00
a1c68b4e6b A patch for the GROUP BY/HAVING example. p.date should be s.date.
Robert B. Easter
2001-02-01 19:13:47 +00:00
58f882d4b2 Please replace with the one attached to this email message. The
previous version depended on the below patch, this one does not. It is
also a bit cleaner and has a few more helpful comments.

Ryan Kirkpatrick
2001-02-01 18:31:10 +00:00
c9ecf3d1f1 Applied two bug fixes by Christof Petig. 2001-01-31 16:12:34 +00:00
234599e943 Wed Jan 31 08:46:00 GMT 2001 peter@retep.org.uk
- Some minor additions to Statement to make our own extensions more
          portable.
        - Statement.close() will now call ResultSet.close() rather than just
          dissasociating with it.
2001-01-31 09:23:45 +00:00
8439a83d84 Tue Jan 30 22:24:00 GMT 2001 peter@retep.org.uk
- Fixed bug where Statement.setMaxRows() was a global setting. Now
          limited to just itself.
        - Changed LargeObject.read(byte[],int,int) to return the actual number
          of bytes read (used to be void).
        - LargeObject now supports InputStream's!
        - PreparedStatement.setBinaryStream() now works!
        - ResultSet.getBinaryStream() now returns an InputStream that doesn't
          copy the blob into memory first!
        - Connection.isClosed() now tests to see if the connection is still alive
          rather than if it thinks it's alive.
2001-01-31 08:26:02 +00:00
dca0762efc Couple additional functions to fix tree at runtime.
Need in one more function to handle "my bits moved..."
case. FixBTree is still FALSE.
2001-01-31 01:08:36 +00:00
ed7910ef44 Update /contrib README and add init.d from Ryan. 2001-01-30 17:37:49 +00:00
8255fc1716 Update HISTORY/release with current changes. 2001-01-29 18:58:45 +00:00
6efa7838f5 Update TODO list. 2001-01-29 17:57:41 +00:00
99f964fcc6 Remove unused TODO.detail functions. 2001-01-29 17:57:26 +00:00
da0e6bfeaf Remove subquery. 2001-01-29 17:52:47 +00:00
621fc06cb8 Update TODO list. 2001-01-29 17:50:26 +00:00
c8e18b105a Update TODO list. 2001-01-29 17:48:11 +00:00
bb6ffb479a Update to PyGreSQL-3.1 2001-01-29 16:27:48 +00:00
598a12722a Call _bt_fixroot() from _bt_insertonpg. 2001-01-29 07:28:17 +00:00
72401a4490 update configure to beta4
Install a ChangeLog file from beta3->beta4
2001-01-29 02:52:30 +00:00
4ad180691f Update FAQ. 2001-01-29 01:23:36 +00:00
0d54d6ac44 Clean up handling of tuple descriptors so that result-tuple descriptors
allocated by plan nodes are not leaked at end of query.  This doesn't
really matter for normal queries, but it sure does for queries invoked
repetitively inside SQL functions.  Clean up some other grotty code
associated with tupdescs, and fix a few other memory leaks exposed by
tests with simple SQL functions.
2001-01-29 00:39:20 +00:00
51cd037746 The following patch is required for successful compilation on Irix.
Robert E. Bruccole
2001-01-29 00:11:41 +00:00
be88b0d888 Update FAQ. 2001-01-28 17:43:54 +00:00
08dcf0a680 Update FAQ. 2001-01-28 17:42:12 +00:00
ab71c20fdf Update FAQ. 2001-01-28 17:39:44 +00:00
a4477341b8 Update TODO list. 2001-01-28 15:42:42 +00:00
0543cded86 Update TODO list. 2001-01-28 15:41:58 +00:00
677fe55c12 Update FAQ. 2001-01-28 15:18:45 +00:00
da86b9cb5c Update TODO list. 2001-01-28 05:05:11 +00:00
3e896ebe4a Used LEFT OUTER JOIN for various queries 2001-01-28 03:47:49 +00:00
2f9bdffc37 Applied (slightly modified) patches from Tatsuo:
Ok. I have made patches for fixing some of pg_dump problems(see
attached patches). The patches address the problem with user defined
functions, operators and aggregates.
2001-01-28 02:57:06 +00:00
d7f0b7ef6e Here is an update on the Win32 patch. Modified files are 'config.h.win32'
and two 'win32.mak'. Addresses the following:

1) Oops. Spelled fcntl.h wrong in the last one. D'uh.
2) PG_VERSION changed to be defined with " around it. psql/command.c failed
to compile without that.
3) Changed makefiles to use "/MD" and link both psql and libpq.dll against
MSVCRT.DLL instead of a static library. This takes care of the
crash-upon-free in psql.

I *think* this is what is on the "Open 7.1 Items" list as "Magnus Hagander
ODBC Issues?". It has nothing to do with ODBC, but it's the only issue I've
been involved with...

Magnus Hagander
2001-01-27 21:49:59 +00:00
b72ca55ed5 Update FAQ. 2001-01-27 20:19:34 +00:00
f3416bef03 Add 'foreign' file. 2001-01-27 19:49:45 +00:00
2679a38a1f Add missing pgaccess files. 2001-01-27 18:36:24 +00:00
2a7ab4d916 Update to pgaccess 0.98.7. 2001-01-27 18:34:38 +00:00
7fcd675dc3 When dropping the schema, reconnect as owner of each object. 2001-01-27 12:35:29 +00:00
94bf45265f Make into appendix, correct some items. 2001-01-27 11:12:53 +00:00
dc7a0009f0 Add permission check for CHECKPOINT. 2001-01-27 10:19:52 +00:00
80caa741ab Fix failure to create sequences for more than one SERIAL column in a
table.
2001-01-27 07:23:48 +00:00
8505fc8f98 Update TODO list. 2001-01-27 05:49:12 +00:00