Commit Graph

10412 Commits (a61e15a5664536896f9d3a7454962d91a13d83bd)
 

Author SHA1 Message Date
Tom Lane a61e15a566 geo_distance function needs to be marked strict. 24 years ago
Bruce Momjian 31874ad39b Update list of files to update. 24 years ago
Tom Lane d4f4b971a4 Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type 24 years ago
Bruce Momjian bcb0ccf5be Add new MD5 pg_hba.conf keyword. Prevent fallback to crypt. 24 years ago
Bruce Momjian f7eedfdff2 This patch fixes the well-known but unfixed bug that fetchone() always returns 24 years ago
Tatsuo Ishii 1e59edd298 Fix typo. pg_dump -B --> pg_dump -b 24 years ago
Bruce Momjian cd6868176e Remove protocol version change. Try MD5 first, then crypt() on all clients. 24 years ago
Bruce Momjian 368e87e6ae Use malloc/palloc as appropriate. 24 years ago
Bruce Momjian d4fb1b2388 Move md5.h contents to crypt.h. 24 years ago
Bruce Momjian b5b0ce2bb7 Remove unneeded patch. 24 years ago
Bruce Momjian 4d0c90b82f Remove UNDO dicussion. It was inconclusive, and too large. 24 years ago
Bruce Momjian b62289938a Just a test. 24 years ago
Bruce Momjian 21dbd06d3a update. 24 years ago
Bruce Momjian 53f530d4dd update 24 years ago
Bruce Momjian d3c1846b95 update 24 years ago
Bruce Momjian 957613be18 Add new files. 24 years ago
Bruce Momjian 38bb1abcda Use MD5 for wire protocol encryption for >= 7.2 client/server. 24 years ago
Tatsuo Ishii 397f65d102 Add convert. 24 years ago
Tatsuo Ishii ab9b6c45cf Add conver/convert2 functions. They are similar to the SQL99's convert. 24 years ago
Bruce Momjian 872cd63d43 Put back changes I overwrote packaging 7.1.3. 24 years ago
Bruce Momjian 495f996765 Put back changes I overwrote in packaging 7.1.3. 24 years ago
Tom Lane 5f7c2bdb53 sum() on int2 and int4 columns now uses an int8, not numeric, accumulator 24 years ago
Bruce Momjian 6f2943b52e Add HISTORY for 7.1.3. Packaging done. 24 years ago
Tom Lane 4bc9f5e9ba Fix brokenness of nested EXCEPT/INTERSECT queries. prepunion was being 24 years ago
Peter Eisentraut ee8ed85da3 Make LANCOMPILER clause in CREATE LANGUAGE optional. Allow "identifier" 24 years ago
Tom Lane 38cfc95865 Make hashjoin give the right answer with toasted input data. 24 years ago
Tom Lane 95f8901a96 Add comparison operators and btree indexing support for type bytea. 24 years ago
Bruce Momjian 4d7af98759 Patch NAME section of reference pages. 24 years ago
Tom Lane 1b5cffacdf Make ALTER TABLE RENAME on a view rename the view's on-select rule too. 24 years ago
Peter Eisentraut a0c449a0f8 Make pg_dump handle the new privileges. 24 years ago
Peter Eisentraut f419de8a7f Clean up some warnings and bugs and make things build easier. 24 years ago
Tom Lane dfb8e3f115 CREATE VIEW with optional column name list wasn't quite right for the 24 years ago
Tom Lane 548512ad03 Document column-name-list option of CREATE VIEW ... which has been there 24 years ago
Tom Lane 458bc44571 Revert removal of relhaspkey support; fix unnecessary use of pg_index.oid. 24 years ago
Tom Lane 6568939852 Mention that COPY cannot be used on a view (per recent suggestion). 24 years ago
Tom Lane 135dea6322 Since PQoidStatus is deprecated, we should probably stop using it in 24 years ago
Peter Eisentraut 633b5d5653 update 24 years ago
Tom Lane ef6ccb0bcc Cleanup some minor oversights in optional-OIDs stuff. 24 years ago
Tom Lane bf56f0759b Make OIDs optional, per discussions in pghackers. WITH OIDS is still the 24 years ago
Tom Lane d062f0f4e9 Fix collateral damage from error message cleanup. 24 years ago
Peter Eisentraut 8265769c82 message refinements 24 years ago
Bruce Momjian e24b4b2832 No longer need TODO.detail/lock. 24 years ago
Bruce Momjian 24641335cf The portion about the PQgetssl() function in the libpq documentation 24 years ago
Bruce Momjian 454f44e8e3 Attached is a patch to remove some redundant code in the JDBC driver. 24 years ago
Bruce Momjian 13923be7c8 1. null-safe interface to GiST 24 years ago
Bruce Momjian 77a69a2ed1 Patch to LOCK multiple tables in one LOCK command. 24 years ago
Bruce Momjian 49eb4f47c7 Update TODO list. 24 years ago
Bruce Momjian fa59ac4933 Update TODO list. 24 years ago
Hiroshi Inoue a9d67d0fa7 Add new files for the preparation. 24 years ago
Peter Eisentraut 9c90a2b045 This should be the right expected file. 24 years ago