Commit Graph

4459 Commits (c8cc45b2f369adeba8b033cea5b41fbc5eb4dcfe)

Author SHA1 Message Date
Jan Wieck c8cc45b2f3 Fixed small bug in ruleutils and added output of pg_views and 27 years ago
Jan Wieck b7a86e4046 Fixed wrong hasAggs when aggregate columns of view aren't 27 years ago
Jan Wieck 79c2576f77 Replaced targetlist entry in GroupClause by reference number 27 years ago
Bruce Momjian 1a87c14c9c I am sorry, I misinterpreted the still failing trigger regression test. 27 years ago
Jan Wieck ca00c902fb Added installation of created procedural languages to initdb 27 years ago
Thomas G. Lockhart 5dd715b592 Adjust elog NOTICE messages to surround table and column names with single 27 years ago
Thomas G. Lockhart bcb5aac81d Add keywords to implement Vadim's transaction isolation 27 years ago
Thomas G. Lockhart 3ce054b57d Fix problem with multiple indices defined if using column- and table- 27 years ago
Thomas G. Lockhart 575c40a61f Handle conversion of floating point constants to internal strings. 27 years ago
Thomas G. Lockhart 8d21a6ef51 Keep long non-quoted numeric strings *as* untyped strings if they fail 27 years ago
Tom Lane a36a7a16eb Fix bogus assumption that MAXALIGN is at least sizeof(pointer). 27 years ago
Tom Lane 5085132c6d Fix configure to generate correct expansion of library directory 27 years ago
Bruce Momjian a9bd936066 Just a couple more files to untar in src/test/regress 27 years ago
Jan Wieck 5057010944 Changed debug options: 27 years ago
Bruce Momjian 1ba362f567 put back mklang.sql.in file. 27 years ago
Bruce Momjian 12f9de3fd4 clean up comments 27 years ago
Jan Wieck bb885dd1a1 Check for NUMERIC overflow a second time after rounding 27 years ago
Bruce Momjian 0d5c832363 Allow perl install as non-root, from Geoff Keating 27 years ago
Bruce Momjian 94bd4e3da7 Update to PyGreSQL 2.3. 27 years ago
Bruce Momjian 86dacdb74c libpq++ uses fe_setauthsvc which is deprecated and results in an error 27 years ago
Bruce Momjian d6e33c8b07 Rename MAP_FILE to USERMAP_FILE for Digital Unix. 27 years ago
Bruce Momjian f4213e6b23 Fix initdb problem introduced by recent patch. 27 years ago
Bruce Momjian 4853495e03 Change error messages to oids come out as %u and not %d. Change has no 27 years ago
Tom Lane b7332c9243 Correct type_sanity test so it doesn't spit up on new 27 years ago
Tom Lane 0b69d8a27c Rearrange top-level rewrite operations so that EXPLAIN works 27 years ago
Tatsuo Ishii 6458daa180 Running lo_read/lo_write under different memory context 27 years ago
Vadim B. Mikheev 202e523d10 Mistyping by me. 27 years ago
Tom Lane 3c6491ff96 Repair incorrect pg_proc entry for numeric_in. 27 years ago
Tom Lane b5bcef683b Fix some miscellaneous places that were using raw open() or 27 years ago
Tom Lane 71d5d95376 Update hash and join routines to use fd.c's new temp-file 27 years ago
Tom Lane c1167a08ca Add 'temporary file' facility to fd.c, and arrange for temp 27 years ago
Bruce Momjian b0f1880a8e Add new netbsd file. 27 years ago
Michael Meskes e18c912acf *** empty log message *** 27 years ago
Bruce Momjian ef26ad2ebd Remove unused Netbsd files. 27 years ago
Bruce Momjian c22d35be4e Please apply the following patch for regress.sh to do something useful with 27 years ago
Bruce Momjian 5a0b77aa44 Please apply the following patch for regress.sh to do something useful 27 years ago
Vadim B. Mikheev 122abf3af3 Fix LMGR for MVCC. 27 years ago
Tom Lane 86bc1da262 Update regress test for CASE to enable tests involving joins. 27 years ago
Tom Lane ec1f5f78b9 Fix oversights in flatten_tlistentry and replace_clause_joinvar_refs 27 years ago
Tom Lane 5729c3503d fix_indxqual_references didn't cope with ArrayRef nodes, 27 years ago
Tom Lane 9f82f9e459 Fix some nasty coredump bugs in hashjoin. This code was just 27 years ago
Bruce Momjian 5d5cf912bc I have two patches for 6.5.0: 27 years ago
Bruce Momjian 81ff51615d small error message improvement from Dmitry Samersoff 27 years ago
Tom Lane 1afe0b3146 Repair incorrectly-figured snprintf length restriction. 27 years ago
Thomas G. Lockhart 84e832a802 Use sprintf() to convert float8 to a string during conversion to numeric. 27 years ago
Thomas G. Lockhart 54067db642 Allow -t tablename to preserve case if specified as "tablename". 27 years ago
Tom Lane 5da466c597 Make sure targetlist generated for subplan does not share 27 years ago
Tom Lane b6c732e63c Correct declaration of array_map() so that it doesn't make 27 years ago
Bruce Momjian 210055ad61 here are some patches for 6.5.0 which I already submitted but have never 27 years ago
Tom Lane da5f1dd722 Revise union_planner and associated routines to clean up breakage 27 years ago