summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Blank line Makefile cleanups.Bruce Momjian2009-04-283-6/+3
* Move SERVER to the right place in the alphabetically sorted keyword list.Heikki Linnakangas2009-04-281-2/+2
* In VACUUM, FREEZE must be before ANALYZE; fix this in vacuumdb. DocsBruce Momjian2009-04-281-3/+3
* Proofreading adjustments for first two parts of documentation (TutorialBruce Momjian2009-04-2739-1271/+1352
* Some more work on the 8.4 release notes. Document a few changes that BruceTom Lane2009-04-261-189/+327
* Remove Windows-specific definition of S_ISDIR(). This should not be here;Tom Lane2009-04-261-5/+1
* Typo fix.Tom Lane2009-04-261-3/+3
* Update citext expected output to exactly match the real output, ratherTom Lane2009-04-262-2/+2
* Fix the handling of sub-SELECTs appearing in the arguments of an outer-levelTom Lane2009-04-253-3/+48
* Improve server spoofing wording, per request from Magnus.Bruce Momjian2009-04-241-2/+2
* Fix some more 'variable may be used uninitialized' warnings from gcc 4.4.Tom Lane2009-04-241-1/+10
* More clearly document what the different sslmode options mean, both the newMagnus Hagander2009-04-241-4/+183
* Remove sslverify parameter from release notes, mention that sslmode isMagnus Hagander2009-04-241-14/+6
* Remove sslverify parameter again, replacing it with two new sslmode values:Magnus Hagander2009-04-245-102/+89
* Move gettext encoding names into encnames.c, so we only have one place to upd...Magnus Hagander2009-04-243-47/+60
* Suppress some 'variable may be used uninitialized' warnings from gcc 4.4.Tom Lane2009-04-231-1/+3
* Don't use the result of strcmp as if it were a boolean.Tom Lane2009-04-231-3/+3
* Mention that tables have a visibility map fork alongside the main forkHeikki Linnakangas2009-04-231-2/+4
* Improve the documentation on 8.4 visibility map related VACUUM changes.Heikki Linnakangas2009-04-231-29/+51
* varstr_cmp and any comparison function that piggybacks on it can returnHeikki Linnakangas2009-04-234-11/+12
* Change the default value of max_prepared_transactions to zero, and addTom Lane2009-04-2310-53/+305
* After archive recovery, mark the last WAL segment from the parent timelineHeikki Linnakangas2009-04-221-1/+13
* Use brackets in psql \df \? help.Bruce Momjian2009-04-221-2/+2
* Remove the long-obsolete homebrew dl*() functions for AIX, in favor of justTom Lane2009-04-213-827/+26
* Fix obsolete cross-reference (this file isn't called alpha.c anymore)Tom Lane2009-04-211-3/+5
* Improve psql \df error handling.Bruce Momjian2009-04-211-2/+8
* Merge psql \df options into a single \? line, and update docs.Bruce Momjian2009-04-212-6/+4
* Add agg/normal/trigger/window flags for psql \df and in \df output.Bruce Momjian2009-04-216-38/+163
* Read nls.nk files to determine the proper name of NLS catalogs to install.Magnus Hagander2009-04-201-3/+11
* Assorted portability fixes for Borland C, from Pavel Golub.Tom Lane2009-04-194-5/+29
* Rethink the idea of having plpgsql depend on parser/gram.h. Aside from theTom Lane2009-04-196-50/+43
* Fix de-escaping checks so that we will reject \000 as well as other invalidlyTom Lane2009-04-192-26/+28
* Fix textsearch documentation examples to not recommend concatenating separateTom Lane2009-04-191-6/+6
* Fix estimate_num_groups() to not fail on PlaceHolderVars, per report fromTom Lane2009-04-1912-39/+63
* Revise plpgsql's scanner to process comments and string literals in a wayTom Lane2009-04-198-236/+398
* Mention as a potential incompatibility the fact that SELECT DISTINCT, UNION,Tom Lane2009-04-191-33/+39
* Add Ron Mayer as primary contributor for:Bruce Momjian2009-04-181-3/+3
* Bump disable_cost up from 1e8 to 1e10, per gripe from Kris Jurka.Tom Lane2009-04-171-2/+2
* Fix planner to restore its previous level of intelligence about pushingTom Lane2009-04-169-68/+132
* Fix the regression test error message for array_fill, too.Alvaro Herrera2009-04-161-1/+1
* Substitute extraneous underscores with spaces.Alvaro Herrera2009-04-151-4/+4
* Remove mention of pre-7.1 inheritance behavior from /ref pages; keepBruce Momjian2009-04-152-15/+8
* Add missing gettext calls around some strings. Also remove quotes around theAlvaro Herrera2009-04-151-6/+7
* Add missing periods.Alvaro Herrera2009-04-151-3/+3
* Remove beer-ware license from crypt-md5.c, perMagnus Hagander2009-04-151-7/+2
* Fix SGML markup I broke yesterday.Bruce Momjian2009-04-151-39/+40
* Fix broken {xufailed} production that made HEAD fail onTom Lane2009-04-141-3/+9
* Reformat 'sslmode' options into an SGML table; improve wording.Bruce Momjian2009-04-141-13/+45
* Add libpq error message text on how to handle missing root.crt file.Bruce Momjian2009-04-141-2/+3
* Do some copy-editing on description of ts_headline().Tom Lane2009-04-141-26/+32