Commit Graph

26641 Commits (a84171b078ba07ddf8f93c12ff3b7e00c4ef131c)
 

Author SHA1 Message Date
Bruce Momjian a84171b078 Add documentation clarification for IS [NOT] NULL and row-valued 18 years ago
Tom Lane 347dd6a1cf Make plpgsql support FOR over a query specified by a cursor declaration, 18 years ago
Tom Lane 2604359251 Improve hash_any() to use word-wide fetches when hashing suitably aligned 18 years ago
Tom Lane d785b39fbf A small visit from the portability and localization police. 18 years ago
Bruce Momjian 470b2dc35d Make dblink_current_query() reference pg_catalog.current_query(), per Tom. 18 years ago
Bruce Momjian 67fe107554 Re-add dblink_current_query() for backward compatibility. 18 years ago
Tom Lane ceb5db69d4 Defend against JOINs having more than 32K columns altogether. We cannot 18 years ago
Bruce Momjian 2a1cf97c22 Have pg_stop_backup() wait for all archive files to be sent, rather than 18 years ago
Tom Lane a0fad9762a Re-implement division for numeric values using the traditional "schoolbook" 18 years ago
Bruce Momjian b6f0ad4b0e Have psql command 'help' suggest the use of \?, updated version. 18 years ago
Bruce Momjian dc565af454 Allow 'help' in psql to show \? help, for novice assistance. 18 years ago
Tom Lane a051ab0a80 Remove no-longer-used function assign_backslash_quote() 18 years ago
Bruce Momjian 4f22db501e Remove unneed #include now that current_query() has moved to the backend. 18 years ago
Bruce Momjian f96928fde9 Implement current_query(), that shows the currently executing query. 18 years ago
Magnus Hagander cfaf8b6b67 Oops, change should go in scan.l to survive a clean checkout and not just 18 years ago
Magnus Hagander 2288d646a6 Convert backslash_quote guc to use enum. 18 years ago
Magnus Hagander d672ea6ffa Turn xmlbinary and xmloption GUC variables into enumsTurn xmlbinary and 18 years ago
Tom Lane 55f6e5f689 Add a variant of the Levenshtein string-distance function that lets the user 18 years ago
Bruce Momjian bbe48195ab Add Wiki URLs for: 18 years ago
Tom Lane b03271590e Remove heap_release_fetch, which is no longer used anywhere; this simplifies 18 years ago
Bruce Momjian d3bf8c7097 Add to TODO: 18 years ago
Tom Lane 51e1445f10 Teach ANALYZE to distinguish dead and in-doubt tuples, which it formerly 18 years ago
Magnus Hagander f1e0d5a8ca Oops, add proper #ifdef for systems without support for syslog. 18 years ago
Peter Eisentraut ec0be6073a Remove -C from rsync call, because it omits directories named "core". 18 years ago
Magnus Hagander 409e386be0 Convert syslog_facility guc to enum type. 18 years ago
Bruce Momjian b011c5ff6a Add URLs for: 18 years ago
Tom Lane 1591fcbec7 Revert my bad decision of about a year ago to make PortalDefineQuery 18 years ago
Magnus Hagander ad6bf716ba Convert three more guc settings to enum type: 18 years ago
Bruce Momjian afa2a9ec9c Remove due to survey/discussion: 18 years ago
Tom Lane e2a8804330 Support EXECUTE USING in plpgsql. 18 years ago
Tom Lane d5466e38f0 Add SPI-level support for executing SQL commands with one-time-use plans, 18 years ago
Tom Lane 6b73d7e567 Fix an oversight I made in a cleanup patch over a year ago: 18 years ago
Tom Lane d344115519 Apply my original fix for Taiki Yamaguchi's bug report about DISTINCT MAX(). 18 years ago
Tom Lane e86237ff31 Fix my brain fade in TRUNCATE triggers patch: can't release relcache refcounts 18 years ago
Tom Lane 3405f2b925 Use error message wordings for permissions checks on .pgpass and SSL private 18 years ago
Tom Lane c5f11f9d19 Fix a number of places that were making file-type tests infelicitously. 18 years ago
Tom Lane b65a509746 Show database access privileges in psql's \l command. For \l+, also show 18 years ago
Tom Lane 2be368a5af Display incoming as well as outgoing foreign-key constraints in psql's 18 years ago
Neil Conway 2169e42bef Enable 64-bit integer datetimes by default, per previous discussion. 18 years ago
Tom Lane 2f6e61b8a6 Improve description of \du and \dg, per suggestion from 18 years ago
Tom Lane 5787d50acc Improve psql's tab completion to handle completing attribute names in cases 18 years ago
Tom Lane 6fc9d4272c Revert my erroneous fix for Taiki Yamaguchi's DISTINCT MAX() bug. 18 years ago
Bruce Momjian 2b350bc585 Done: 18 years ago
Heikki Linnakangas 958db06181 Clarify documentation on PITR and warm standby on the fact that the standby 18 years ago
Bruce Momjian da215f05ec Add to TODO: 18 years ago
Bruce Momjian 79262016a3 Add: 18 years ago
Tom Lane 2e4094dad8 Department of second thoughts: the rule that ORDER BY and DISTINCT are 18 years ago
Tom Lane 7692d8d5b7 Support statement-level ON TRUNCATE triggers. Simon Riggs 18 years ago
Bruce Momjian 107b3d0c23 Add to TODO: 18 years ago
Bruce Momjian de44ecf860 Add URL for: 18 years ago