Commit Graph

14504 Commits (4b833d080b56e69127567478298d3dbbf28a58b8)
 

Author SHA1 Message Date
Tom Lane 4b833d080b Prevent core dump when die_horribly() is called with null AH pointer. 23 years ago
Bruce Momjian 4dc2bceef4 Mark IN performance problem as fixed in 7.4 23 years ago
Bruce Momjian dc87ea755c Include IPv6 addresses in pg_hba.conf even if IPv6 is not supported; at 23 years ago
Bruce Momjian 677d77817d Add: 23 years ago
Tom Lane 9f5f212475 Allow the planner to collapse explicit inner JOINs together, rather than 23 years ago
Tom Lane 15ab7a8720 Where available, use utime() or utimes() to update the file mod time 23 years ago
Tom Lane 80727ce14f Use stat(2) to probe for existing xlog segments in InstallXLogFileSegment, 23 years ago
Tom Lane 7a196bab23 Suppress gcc warnings. 23 years ago
Tom Lane f5e83662d0 Modify planner's implied-equality-deduction code so that when a set 23 years ago
Peter Eisentraut ef7422510e Grant options, and cascading revoke. Grant options are allowed only for 23 years ago
Dave Cramer aa78ca3a95 added fix from Joel Hock to get the inserted row into the current buffer 23 years ago
Tom Lane 36777c1e35 Fix obsolete error message (isImmutable doesn't exist). 23 years ago
Tom Lane 790d5bc992 Change CREATE TABLE AS / SELECT INTO to create the new table with OIDs, 23 years ago
Tom Lane 742403bdad Update 'Mathematical Functions' table to reflect 7.3 addition of float8 23 years ago
Tom Lane b3d7af46a9 Fix sloppy comment. 23 years ago
Tom Lane c4d0ff32e9 Make estimation of mergejoin scan selectivities more robust, per recent 23 years ago
Tom Lane c7b4047234 Improve print_expr() a little. It's still not very bright though. 23 years ago
Tom Lane e2114817c7 Implement choice between hash-based and sort-based grouping for doing 23 years ago
Tom Lane a4482f4c4c Fix coredump problem in plpgsql's RETURN NEXT. When a SELECT INTO 23 years ago
Michael Meskes f8d8266ac5 Synced parser. 23 years ago
Tom Lane 1a7c6ee8c6 Avoid gratuitous variation in spelling of same error message. 23 years ago
Peter Eisentraut 980acc8329 Fix sed expression for BSD sed. 23 years ago
Tom Lane bdfbfde1b1 IN clauses appearing at top level of WHERE can now be handled as joins. 23 years ago
Bruce Momjian be2b660ecd This patch includes a lot of minor cleanups to the SGML documentation, 23 years ago
Bruce Momjian 2042daf5c3 Improve symlink handling for C tags file. 23 years ago
Bruce Momjian d12be5c37b Add section on testing index scan. 23 years ago
Bruce Momjian 3c731e0ed7 Add dash to: 23 years ago
Tom Lane b19adc1aae Fix parse_agg.c to detect ungrouped Vars in sub-SELECTs; remove code 23 years ago
Tom Lane a4d82dd4b4 Adjust API of expression_tree_mutator and query_tree_mutator to 23 years ago
Tom Lane 227a404cf4 Add code to print information about a detected deadlock cycle. The 23 years ago
Tom Lane 136828c699 Ooops, didn't cut-and-paste quite enough code from ResolveNew; 23 years ago
Tom Lane 57ce0f84f2 Fix bogus formatting of DROP DATABASE command, per Christopher Kings-Lynne. 23 years ago
Tom Lane cb23b8415b Repair an embarrassingly large number of alphabetization mistakes in the 23 years ago
Peter Eisentraut 828822bc96 Add remaining documentation tables to information schema. 23 years ago
Tom Lane cde9f852e0 Now that switch_outer processing no longer relies on being run after 23 years ago
Bruce Momjian 606d4f7b38 Oops, put back changes. Those were Peter's, not mine. 23 years ago
Bruce Momjian 57a15288a1 Revert my changes to features.sgml. 23 years ago
Bruce Momjian 0c64b58b6c More comment cleanups for shared_buffers in postgresql.conf. 23 years ago
Bruce Momjian 20803fa3d2 Update shared_buffer comment in postgresql.conf. 23 years ago
Bruce Momjian 4b874036c2 Back out ORDER BY addition to Inet, for Tom. 23 years ago
Tom Lane de97072e3c Allow merge and hash joins to occur on arbitrary expressions (anything not 23 years ago
Bruce Momjian 0eed62f34d Reorder VARCHAR() to appear before CHAR() in docs. 23 years ago
Bruce Momjian d14c64c4a3 This patch fixes an incorrect statement and makes a few cleanups to 23 years ago
Bruce Momjian 3b6ca54cda This patch includes some minor fixes and improvements to the SGML docs 23 years ago
Bruce Momjian ecbd8daaac Add ORDER BY for inet regression, pointed out by Rod Taylor. 23 years ago
Peter Eisentraut 2160c9177d Add sql_features table to information schema. Generate the features list 23 years ago
Bruce Momjian 1eddbd81fa Readd #include netinet/in.h for FreeBSD. 23 years ago
Peter Eisentraut 97f0d0c86f Escape ampersand. 23 years ago
Barry Lind 56e6436c3a Bumped up build number to 200 23 years ago
Barry Lind feefc329bd Patch from Florian Wunderlich to correctly support java Timestamps. Previously 23 years ago