Commit Graph

32272 Commits (2b250fb077a15790c6fc1e12b981330ed007e66d)
 

Author SHA1 Message Date
Magnus Hagander 2b250fb077 Note that sslmode=require verifies the CA if root cert is present 14 years ago
Tom Lane c7f144b643 Fix our mapping of Windows timezones for Central America. 14 years ago
Simon Riggs 8ab067da91 synchronous_commit is an enum not a boolean. 14 years ago
Tom Lane 8da4007a4d Stamp 9.1.1. 14 years ago
Tom Lane 7f70f35031 Update release notes for 9.1.1, 9.0.5, 8.4.9, 8.3.16, 8.2.22. 14 years ago
Peter Eisentraut f992679318 Translation updates 14 years ago
Robert Haas c67bba9925 Fix another bit of unlogged-table-induced breakage. 14 years ago
Tom Lane c47e629498 Suppress "unused function" warning when not HAVE_LOCALE_T. 14 years ago
Tom Lane 226bc87c2d Improve reporting of newlocale() failures in CREATE COLLATION. 14 years ago
Tom Lane e5b86c93b6 Avoid unnecessary page-level SSI lock check in heap_insert(). 14 years ago
Tom Lane 57d3dc2035 gistendscan() forgot to free so->giststate. 14 years ago
Heikki Linnakangas f6950429da Teach the makefile used to build stand-alone libpq on Windows that libpq 14 years ago
Heikki Linnakangas 7334135310 In the manual section on primary_conninfo, recommend using a role with 14 years ago
Tom Lane 663bee0d5c deflist_to_tuplestore dumped core on an option with no value. 14 years ago
Tom Lane 1f43001424 Stamp 9.1.0. 14 years ago
Peter Eisentraut bd6db68f71 Translation updates for 9.1.0 14 years ago
Peter Eisentraut ba7ef09a3b Add missing format argument to ecpg_log() call 14 years ago
Tom Lane c7d60312fb One last round of copy-editing for the 9.1 release notes. 14 years ago
Tom Lane 5df20a6e4f Fix corner case bug in numeric to_char(). 14 years ago
Bruce Momjian 60765d86c3 Allow bcc32 and win32 batch files to compile libpq. 14 years ago
Bruce Momjian 8cdd62068d In pg_upgrade, disallow migration of 8.3 clusters using contrib/ltree 14 years ago
Tom Lane 673dfe9690 Fix typo in error message. 14 years ago
Tom Lane 9039813241 Fix get_name_for_var_field() to deal with RECORD Params. 14 years ago
Bruce Momjian d5d94e1601 Revert documentation patch about NEW/OLD and triggers. 14 years ago
Bruce Momjian e4d59f3536 Properly document the existance of OLD/NEW trigger pl/pgsql trigger 15 years ago
Bruce Momjian 6117526b5b Fix spelling mistake in pgpass documentation change. 15 years ago
Bruce Momjian 2b3e86d475 Add documentation suggestion about adding a comment to the top of 15 years ago
Bruce Momjian 3430ab5986 Fix plpgsql "PERFORM" markup. 15 years ago
Tom Lane 8b81b99b89 Avoid possibly accessing off the end of memory in SJIS2004 conversion. 15 years ago
Tom Lane 460bfd07b3 Avoid possibly accessing off the end of memory in examine_attribute(). 15 years ago
Bruce Momjian 94bf47db8f Document PERFORM limitation when using WITH queries. 15 years ago
Tom Lane a3850a5f75 Add an "incompatibility" entry to 9.1 release notes about CREATE EXTENSION. 15 years ago
Tom Lane 95a07c1ebe Update type-conversion documentation for long-ago changes. 15 years ago
Bruce Momjian f85adb65bf Properly document semphore requirements by accounting for worker 15 years ago
Bruce Momjian 0603ba3415 Add documentation link to strftime supported options. 15 years ago
Alvaro Herrera 7dc956fee3 Adjust translator comment format to xgettext expectations 15 years ago
Alvaro Herrera c729082da4 Mark some untranslatable messages with errmsg_internal 15 years ago
Bruce Momjian 082befb516 Add mention that UTC really means UT1. 15 years ago
Tom Lane 33c371b4f5 Update time zone data files to tzdata release 2011i. 15 years ago
Bruce Momjian 2c62b5bb63 Document that contrib/pgtrgm only processes ASCII alphanumeric 15 years ago
Tom Lane eed7dcfcee Guard against using plperl's Makefile without specifying --with-perl. 15 years ago
Tom Lane 1ae019f04b Fix #include problems in 9.1 branch. 15 years ago
Tom Lane b6cfede8b6 Fix typo in pg_srand48 (srand48 in older branches). 15 years ago
Michael Meskes 7c0e1a28ac Fix brace indentation of commit 5ad0e899f0 to fit PostgreSQL style. 15 years ago
Heikki Linnakangas 8027e4d4be Remove spurious comma. Spotted by Tom. 15 years ago
Heikki Linnakangas 4fcceef0de libpq compiles various pgport files like ecpg does, and needs similar Makefile 15 years ago
Michael Meskes 5ad0e899f0 In ecpglib restore LC_NUMERIC in case of an error. 15 years ago
Heikki Linnakangas 6952071450 Fix MinGW build, broken by my previous patch to add a setlocale() wrapper 15 years ago
Heikki Linnakangas 83748f3a4e setlocale() on Windows doesn't work correctly if the locale name contains 15 years ago
Heikki Linnakangas 116b67f3ad Move the line to undefine setlocale() macro on Win32 outside USE_REPL_SNPRINTF 15 years ago