Commit Graph

30172 Commits (350ab443beba3ce8a7ddf2090a3694de330f6bb3)
 

Author SHA1 Message Date
Teodor Sigaev 3e7451a6df Add missed function dblink_connect_u(text[,text]) to uninstall script 16 years ago
Itagaki Takahiro b5faba1284 Ensure default-only storage parameters for TOAST relations 16 years ago
Itagaki Takahiro 3fd839950a Replace "slave" to "standby" in documentation for consistent terminology. 16 years ago
Tom Lane 2944e6ecb6 Improve our explanation of the OVERLAPS operator. 16 years ago
Michael Meskes 98e4005efb Added variable handling for RETURNING clause to ecpg. 16 years ago
Marc G. Fournier dcd52a64bd tag 9.0beta2 16 years ago
Tom Lane 3ceb44fa0a Adjust misleading comment in walsender.c. We try to send all WAL data that's 16 years ago
Tom Lane 0cc59cc1f3 Add current WAL end (as seen by walsender, ie, GetWriteRecPtr() result) 16 years ago
Tom Lane 572ec5a276 Remove link that breaks HISTORY file generation. 16 years ago
Peter Eisentraut 1eca1b7a68 Translation updates for 9.0beta2 16 years ago
Peter Eisentraut cb6038c168 Fix some inconsistent quoting of wal_level values in messages 16 years ago
Alvaro Herrera 667440162c Add comments about definitions that may affect PG_CONTROL_VERSION, 16 years ago
Bruce Momjian 58028240bb Fix CREATE TRIGGER release mention, WHERE -> WHEN. 16 years ago
Peter Eisentraut af3c7e60ee Fix reference to nonexistent configure option 16 years ago
Bruce Momjian a68055eab6 Update 9.0 release notes to current. 16 years ago
Tom Lane 34e543763c Bump PG_CONTROL_VERSION to account for the incompatible change committed earlier. 16 years ago
Bruce Momjian 319baeab21 Markup fix. 16 years ago
Bruce Momjian 0562820097 Document regexp_matches() better and show example of single-row usage. 16 years ago
Bruce Momjian 3b19a45964 Document use of C++ for extension use. 16 years ago
Itagaki Takahiro 7dff7260af Fix dblink to treat connection names longer than NAMEDATALEN-2 (62 bytes). 16 years ago
Robert Haas d561430b66 On clean shutdown during recovery, don't warn about possible corruption. 16 years ago
Bruce Momjian f0c437cf54 Document that citext operators must be in the current search path. 16 years ago
Bruce Momjian 356e4dbf9a Clarify array generate_subscripts() documentation example. 16 years ago
Bruce Momjian 9b5c3611d7 Document that && geometric operator is true even if only a point 16 years ago
Heikki Linnakangas 6b24036365 Fix obsolete comments that I neglected to update in a previous patch. 16 years ago
Bruce Momjian 2681c51eca Update C++ release note item wording. 16 years ago
Bruce Momjian 1f152c656b Comment out C++ docs for later user. Tone down C++ compatibility in 9.0 16 years ago
Bruce Momjian d149fbf411 Mention palloc/pfree for C++ memory allocation in docs. 16 years ago
Bruce Momjian 06625abeef Fix SGML markup for tag title. 16 years ago
Bruce Momjian b67fbb6c57 Add documentation section "Using C++ for Extensibility". 16 years ago
Bruce Momjian 309193bbd3 Show schema name for REINDEX. 16 years ago
Bruce Momjian a128991705 Overflow box is on page after listed page number, per Alvaro. 16 years ago
Bruce Momjian 0b4150323b Update TeX overflow documentation page pattern mask, in docs. 16 years ago
Bruce Momjian 66dd050560 Document how to find TeX overflow boxes in our documentation build, per 16 years ago
Bruce Momjian 763129e04f Add error hint that PL/pgSQL "EXECUTE of SELECT ... INTO" can be 16 years ago
Alvaro Herrera a7b2f694e7 Add note about database ownership to REASSIGN OWNED command documentation, 16 years ago
Bruce Momjian 6f1932c249 Reword fsync and full_page_writes docs to be clearer about when to turn 16 years ago
Heikki Linnakangas e0b581acd2 Send all outstanding WAL before exiting when smart shutdown is requested. 16 years ago
Tom Lane bc0f080928 Fix misuse of Lossy Counting (LC) algorithm in compute_tsvector_stats(). 16 years ago
Tom Lane b12b7a9038 Change the notation for calling functions with named parameters from 16 years ago
Bruce Momjian 2bde07c198 Clarify the meaning of "trusted language" in the documentation. 16 years ago
Tom Lane 63f591e969 Add text to "Populating a Database" pointing out that bulk data load into a 16 years ago
Bruce Momjian d800b036d2 Document that NOT NULL domain constraints are not always honored. 16 years ago
Heikki Linnakangas 23e9fe0391 Fix typos in recent doc patch. Fujii Masao 16 years ago
Bruce Momjian 7190220555 Add C comment that we will have to remove an exclusion constraint check 16 years ago
Tom Lane 47d6d4485b Abort a FETCH_COUNT-controlled query if we observe any I/O error on the 16 years ago
Tom Lane ece869b11e Fix oversight in the previous patch that made LIKE throw error for \ at the 16 years ago
Bruce Momjian 9b94e3696e Document use of VPATH builds. 16 years ago
Tom Lane dbde97cdde Rewrite LIKE's %-followed-by-_ optimization so it really works (this time 16 years ago
Itagaki Takahiro e54b0cba96 PGDLLEXPORT is __declspec (dllexport) only on MSVC, 16 years ago