aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Update timezone data files to release 2006k of the zic database.Tom Lane2006-09-16
|
* Rename xml_valid() to xml_is_well_formed(), but provide a temporaryTom Lane2006-09-16
| | | | | | alias with the old name for backwards compatibility. Per discussion, the old name is actively wrong because validity and well-formedness have different meanings in XML.
* Define errcode as __msvc_errcode not __vc_errcode for MSVC builds,Tom Lane2006-09-16
| | | | per Magnus.
* Fix some more uses of str[n]casecmp that should be pg_str[n]casecmp.Tom Lane2006-09-16
|
* Remove emacs info from footer of SGML files.Bruce Momjian2006-09-16
|
* Document Warm Standby for High AvailabilityBruce Momjian2006-09-15
| | | | | | Includes sample standby script. Simon Riggs
* Document WAL recovery now uses checkpoints.Bruce Momjian2006-09-15
| | | | Simon Riggs
* Several fixes for MSVC build scripts, from Magnus.Tom Lane2006-09-15
|
* Fix some uses of str[n]casecmp that should be pg_str[n]casecmp.Tom Lane2006-09-15
|
* Fix some uses of str[n]casecmp that should be pg_str[n]casecmp,Tom Lane2006-09-15
| | | | per Magnus.
* Remove WINLDAPAPI decoration from ldap_start_tls_sA typedef, per Magnus.Tom Lane2006-09-15
|
* Improve confusing comment for HeapTupleSatisfiesNow, per gripe from Greg Stark.Tom Lane2006-09-15
|
* Make postgresql.conf.sample match the initdb defaults. This fixesBruce Momjian2006-09-14
| | | | comment alignment on most systems.
* Add a couple of information functions to support direct checks on whetherTom Lane2006-09-14
| | | | | | a schema is our own temp schema or another backend's temp schema, and use these in place of some former kluges in information_schema. Per my proposal of yesterday.
* Seems no one wants this:Bruce Momjian2006-09-14
| | | | | < * -Allow PREPARE to automatically determine parameter types based on the SQL < statement (Neil)
* Done:Bruce Momjian2006-09-14
| | | | | < * -Allow protocol-level BIND parameter values to be logged, if text mode > * -Allow protocol-level BIND parameter values to be logged
* Not done yet:Bruce Momjian2006-09-14
| | | | | < o -Allow commenting of variables in postgresql.conf to restore them > o Allow commenting of variables in postgresql.conf to restore them
* Fix missing markup.Tom Lane2006-09-14
|
* Remove sslinfo copyright with author permission, keep author attribution.Bruce Momjian2006-09-14
| | | | Victor Wagner
* Remove:Bruce Momjian2006-09-14
| | | | < * Research storing only active XIDs in subtransaction cache
* Add:Bruce Momjian2006-09-14
| | | | > * Research storing only active XIDs in subtransaction cache
* Add XML item.Bruce Momjian2006-09-14
| | | | | | | > > * Improve XML support > > http://developer.postgresql.org/index.php/XML_Support
* Add description for variable-length header:Bruce Momjian2006-09-14
| | | | | > One idea is to store the header in network byte order (high bits > first), and read the high bits to determine the header length.
* Add recent ICU URL:Bruce Momjian2006-09-14
| | | | > http://archives.postgresql.org/pgsql-hackers/2006-09/msg00662.php
* Update TODO items:Bruce Momjian2006-09-14
| | | | | | | | | | | | | | | | | | < o Store disk pages with no alignment/padding? > > This involves having the user-specified order of columns > be different from the physical order. SELECT * would > need to reorder the physical values to match the > user-specified ordering. > > o Store disk pages with no alignment/padding? > > This necessitates adding CPU-required padding when moving > rows from disk to memory. > > > http://archives.postgresql.org/pgsql-hackers/2006-09/msg00848.php >
* For release notes checklist, add UTF8 URL.Bruce Momjian2006-09-14
|
* In release notes checklist, add URL for HTML non-ASCII escapes, mentionBruce Momjian2006-09-14
| | | | UTF8 escapes.
* Fix SGML markupTeodor Sigaev2006-09-14
|
* Improve error message. Per discussionTeodor Sigaev2006-09-14
| | | | http://archives.postgresql.org/pgsql-general/2006-09/msg00186.php
* GIN documentation and slightly improving GiST docs.Teodor Sigaev2006-09-14
| | | | | Thanks to Christopher Kings-Lynne <chris.kingslynne@gmail.com> for initial version and Jeff Davis <pgsql@j-davis.com> for inspection
* Cygwin systems seem to have a different error message when trying to connect ↵Michael Meskes2006-09-14
| | | | to port 0. Let's try port 20 instead.
* Added missing constuctor/destructor for interval and date.Michael Meskes2006-09-14
|
* Some small editorialization on the description of CREATE INDEXTom Lane2006-09-13
| | | | CONCURRENTLY. Greg Stark, some further tweaks by me.
* Make logging of extended-protocol commands a bit more consistent, perTom Lane2006-09-13
| | | | discussion with Guillaume Smet.
* Code review for patch to avoid second scan when vacuuming index-lessTom Lane2006-09-13
| | | | | table: avoid invoking LockBufferForCleanup without need, put out the same log message we would have before, minor code beautification.
* Change "tps" to "scale" to avoid confusionTatsuo Ishii2006-09-13
| | | | | Fix bug with handling default scaling factor in the default scenarios
* Add David Fetter:Bruce Momjian2006-09-12
| | | | > * David is David Fetter <david@fetter.org>
* Add uninstall scriptTeodor Sigaev2006-09-12
|
* Spell readme file's name correctly, per buildfarm reports.Tom Lane2006-09-12
|
* Small fix for the README install for contrib/sslinfo.Peter Eisentraut2006-09-12
| | | | Dave Page
* 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
| | | | | path.c does not in itself force linking of both exec.c and libintl. Should fix current ecpglib build failure on pickier platforms.
* 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
| | | | | | | match the convention that foo's uninstall script is uninstall_foo.sql. Also, stop installing lo_test.sql, which really ought to be made into a regression test anyway (though it's unclear how to avoid a dependency on the current OID counter...)
* 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
| | | | source-code change.
* 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
| | | | | | | Allow to_char() "D" format specifiers for interval/time. It doesn't work, and I doubt it is useful enough to fix ("D" = day of week).