aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Seems this wasn't committed originallyMichael Meskes2006-09-12
* Move set_pglocale_pgservice() from path.c to exec.c, so that pulling inTom Lane2006-09-11
* Move xml2's PG_MODULE_MAGIC block to the right source file, per Michael Fuhr.Tom Lane2006-09-11
* Rename the uninstall scripts for contrib/lo and contrib/tsearch2 toTom Lane2006-09-11
* Add LDAP_LIBS_FE to $(libpq) for static or AIX linking, per Albe Laurenz.Tom Lane2006-09-11
* Ooops, forgot to update ecpg comparison files to matchTom Lane2006-09-11
* Fix omissions in contrib uninstall scripts. Michael FuhrTom Lane2006-09-11
* Fix unportable usage complained of by icc. Per buildfarm results.Tom Lane2006-09-11
* Remove unnecessary brace pair.Bruce Momjian2006-09-10
* Back out patch added during 8.2.X development:Bruce Momjian2006-09-10
* Add items:Bruce Momjian2006-09-10
* Install a cleaner solution to the AIX libpq linking problem, as perTom Lane2006-09-10
* Fix dblink build for --enable-nls or --enable-openssl on AIX.Tom Lane2006-09-10
* Remove unhelpful/misleading advice about how to use SPI_saveplan().Tom Lane2006-09-10
* contrib/isn updates from Jeremy Kronuz.Tom Lane2006-09-10
* If we're going to advertise the array overlap/containment operators,Tom Lane2006-09-10
* Add missing documentation for new anyarray-overlap operator.Tom Lane2006-09-10
* Rename contrib contains/contained-by operators to @> and <@, per discussion.Tom Lane2006-09-10
* Rename contains/contained-by operators to @> and <@, per discussion thatTom Lane2006-09-10
* Remove reference to contrib/mac, which isn't there anymore.Tom Lane2006-09-09
* Add contrib/isn module for ISBN/ISSN/EAN13/etc product numbers, andTom Lane2006-09-09
* Revise OpenLDAP configuration and linking to work on more platformsTom Lane2006-09-09
* Fix pg_dump for recent change removing separate RULE privilege.Tom Lane2006-09-08
* Put back plan-time check for trying to apply SELECT FOR UPDATE/SHARETom Lane2006-09-08
* Tweak the behavior of log_duration as proposed by Guillaume Smet: ratherTom Lane2006-09-08
* Not all C compilers understand the "//" comment in this test case, so I remov...Michael Meskes2006-09-08
* Replaced complex tests with small ones.Michael Meskes2006-09-08
* More logic from complex/test* moved to their own testcases.Michael Meskes2006-09-08
* Clean up logging for extended-query-protocol operations, as per my recentTom Lane2006-09-07
* Update pgcvslog comments.Bruce Momjian2006-09-07
* Specify lo_write() to take a _const_ buffer, to match documentation.Bruce Momjian2006-09-07
* Changing a test case also changes the output that is expected.Michael Meskes2006-09-07
* Removed one output because integer/double usage differMichael Meskes2006-09-07
* HTLM cleanup.Bruce Momjian2006-09-07
* Update Emacs/vim editor info.Bruce Momjian2006-09-07
* Update emacs info for FAQ_DEV.Bruce Momjian2006-09-07
* Add XML documentation.Bruce Momjian2006-09-07
* Update tools directory name.Bruce Momjian2006-09-06
* Change processing of extended-Query mode so that an unnamed statementTom Lane2006-09-06
* Be more wary about which LIBS elements to pull into sslinfo link.Tom Lane2006-09-06
* Fix compiler warnings on 64-bit boxes: difference betweenTeodor Sigaev2006-09-06
* Add interval division/multiplication regression tests.Bruce Momjian2006-09-06
* Fix sslinfo so it builds on Darwin.Tom Lane2006-09-05
* Silence compiler warning about signed vs unsigned chars.Tom Lane2006-09-05
* Silence compiler warnings about incompatible function pointer types.Tom Lane2006-09-05
* Remove pgcrypto functions that were deprecated and slated for removal.Tom Lane2006-09-05
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-05
* Make Gen_fmgrtab.sh locale-proof. Per report from Marko Kreen andTom Lane2006-09-05
* Fix markup and license.Teodor Sigaev2006-09-05
* Fix Intel compiler bug. Per discussionTeodor Sigaev2006-09-05