Commit Graph

28289 Commits (af2cf3be03f284aa12a07bce2b95d4a2768b290f)
 

Author SHA1 Message Date
Magnus Hagander af2cf3be03 More clearly document what the different sslmode options mean, both the new 16 years ago
Magnus Hagander 7e9375a59a Remove sslverify parameter from release notes, mention that sslmode is 16 years ago
Magnus Hagander e883d0b551 Remove sslverify parameter again, replacing it with two new sslmode values: 16 years ago
Magnus Hagander 420ea68817 Move gettext encoding names into encnames.c, so we only have one place to update. 16 years ago
Tom Lane 9563afafeb Suppress some 'variable may be used uninitialized' warnings from gcc 4.4. 16 years ago
Tom Lane b9e9775e0c Don't use the result of strcmp as if it were a boolean. 16 years ago
Heikki Linnakangas 88f4d38d20 Mention that tables have a visibility map fork alongside the main fork 16 years ago
Heikki Linnakangas 335904b4f8 Improve the documentation on 8.4 visibility map related VACUUM changes. 16 years ago
Heikki Linnakangas 283939a321 varstr_cmp and any comparison function that piggybacks on it can return 16 years ago
Tom Lane 8d4f2ecd41 Change the default value of max_prepared_transactions to zero, and add 16 years ago
Heikki Linnakangas bae8102f52 After archive recovery, mark the last WAL segment from the parent timeline 16 years ago
Bruce Momjian 73b44dca38 Use brackets in psql \df \? help. 16 years ago
Tom Lane f2cc453dd7 Remove the long-obsolete homebrew dl*() functions for AIX, in favor of just 16 years ago
Tom Lane fea168823a Fix obsolete cross-reference (this file isn't called alpha.c anymore) 16 years ago
Bruce Momjian 0669785ba8 Improve psql \df error handling. 16 years ago
Bruce Momjian 301f800895 Merge psql \df options into a single \? line, and update docs. 16 years ago
Bruce Momjian aeb3c2fce4 Add agg/normal/trigger/window flags for psql \df and in \df output. 16 years ago
Magnus Hagander 02dec25003 Read nls.nk files to determine the proper name of NLS catalogs to install. 16 years ago
Tom Lane ce53791b2a Assorted portability fixes for Borland C, from Pavel Golub. 16 years ago
Tom Lane 85128e5d56 Rethink the idea of having plpgsql depend on parser/gram.h. Aside from the 16 years ago
Tom Lane 22c922269f Fix de-escaping checks so that we will reject \000 as well as other invalidly 16 years ago
Tom Lane c1c40e580a Fix textsearch documentation examples to not recommend concatenating separate 16 years ago
Tom Lane 1d97c19a0f Fix estimate_num_groups() to not fail on PlaceHolderVars, per report from 16 years ago
Tom Lane 3a624e9200 Revise plpgsql's scanner to process comments and string literals in a way 16 years ago
Tom Lane 7f2f798b30 Mention as a potential incompatibility the fact that SELECT DISTINCT, UNION, 16 years ago
Bruce Momjian 6df6846d56 Add Ron Mayer as primary contributor for: 16 years ago
Tom Lane b24c02ff2c Bump disable_cost up from 1e8 to 1e10, per gripe from Kris Jurka. 16 years ago
Tom Lane d7a6a04dc7 Fix planner to restore its previous level of intelligence about pushing 16 years ago
Alvaro Herrera c5593d5405 Fix the regression test error message for array_fill, too. 16 years ago
Alvaro Herrera a8a5595fc8 Substitute extraneous underscores with spaces. 16 years ago
Bruce Momjian 74aa1a45f7 Remove mention of pre-7.1 inheritance behavior from /ref pages; keep 16 years ago
Alvaro Herrera fa2afcfea8 Add missing gettext calls around some strings. Also remove quotes around the 16 years ago
Alvaro Herrera 1bb257fae6 Add missing periods. 16 years ago
Magnus Hagander 2377e8e508 Remove beer-ware license from crypt-md5.c, per 16 years ago
Bruce Momjian 2d4843694d Fix SGML markup I broke yesterday. 16 years ago
Tom Lane 6a68f7fd3c Fix broken {xufailed} production that made HEAD fail on 16 years ago
Bruce Momjian 334f4e12d8 Reformat 'sslmode' options into an SGML table; improve wording. 16 years ago
Bruce Momjian 418fd59663 Add libpq error message text on how to handle missing root.crt file. 16 years ago
Tom Lane bda9dc7e19 Do some copy-editing on description of ts_headline(). 16 years ago
Alvaro Herrera 14a4f6f374 pg_restore -jN does not equate "multiple jobs", so partly revert the 16 years ago
Alvaro Herrera d29a2ee3c0 Make new strings more alike previously existing messages. 16 years ago
Tom Lane 15aa0252da Make a copy-editing pass over the 8.4 release notes. 16 years ago
Andrew Dunstan f7a08e71e9 Fix logic to detect conflicts or blocks involving exclusive locks in parallel restore items. 16 years ago
Tom Lane e1e17e2a0a Fix pg_dumpall so that when --clean is specified, it drops roles and 16 years ago
Alvaro Herrera 088ac581d4 Make string more alike other similar messages. 16 years ago
Bruce Momjian d0c64c8388 More wording clarification of sslverify setting. 16 years ago
Peter Eisentraut fbaeae3fc5 Message fix 16 years ago
Peter Eisentraut 86eab8dae0 Message improvement 16 years ago
Bruce Momjian 5817673448 Better document libpq sslverify behavior as requiring root.crt. 16 years ago
Bruce Momjian ebac30ed11 Wording improvement. 16 years ago