2007-11-27 |
Tom Lane | Fix plpgsql to not lookup block labels except in contex... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Tom Lane | Fix pg_regress to check the directory it is actually... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Tom Lane | Add quote_literal(anyelement) to preserve (and, in... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Tom Lane | Suppress compiler warning. |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Bruce Momjian | Add example of MONEY casting to numeric if locale is... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Peter Eisentraut | Make casts from xml to text independent of the XML... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Peter Eisentraut | correct capitalization |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Bruce Momjian | Wording improvement for MONEY casting. |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Bruce Momjian | Add documentation about the issues of casting MONEY... |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Peter Eisentraut | Change index_name to name for consistency. |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Tom Lane | Fix select_common_type() so that it can select a domain... |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Peter Eisentraut | Require a specific Autoconf version, instead of a lower... |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Andrew Dunstan | Allow for X as well as x to be the prefix for hexadecim... |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Andrew Dunstan | Fix XML tag namespace change inadvertantly missed from... |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Peter Eisentraut | Use double quotes for quoting xml attributes. |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Tom Lane | Fix thinko in comment. |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Tom Lane | Reduce routine successful-archiving message from LOG... |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Tom Lane | Fix (I think) broken usage of MultiByteToWideChar.... |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Tom Lane | Slightly more paranoia and slightly better comments... |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Tom Lane | Add missed entry for new money regression test. |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Tom Lane | Move resetting of currSchema to a spot where it's not... |
commit | commitdiff | tree | snapshot |
2007-11-24 |
D'Arcy J.M... | Add regression tests for MONEY type. |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Tom Lane | Save another little bit of planner overhead on simple... |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Bruce Momjian | If pg_dump drops a schema, make sure 'search_path'... |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Bruce Momjian | Clarify how MONEY trims off trailing thousands separator. |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Bruce Momjian | Make the MONEY data type have a thousands separator... |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Bruce Momjian | Borland BCC does not support SSPI, per cnliou9@fastmail.fm. |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Bruce Momjian | Borland CC 5.5.1 needs ssize_t, per cnliou9@fastmail.fm. |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Tom Lane | Change fix_scan_expr() to avoid copying the input node... |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Tom Lane | Avoid uselessly building a duplicate of the original... |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Bruce Momjian | Fix white space in MONEY type code. Rename 'comma... |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Bruce Momjian | Update text: |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Alvaro Herrera | Fix buggy usage of vsnprintf in PL/Python by removing... |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Tatsuo Ishii | Fix "Overall Page Layout" table. The second row should... |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Tom Lane | Actually ... it's pretty silly that parse_oper.c doesn... |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Tom Lane | Save one syscache lookup when examining volatility... |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Bruce Momjian | Add more comments about thousands separator handling. |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Tom Lane | Prevent Perl from introducing a possibly-incompatible... |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Bruce Momjian | Add comments about thousands separator logic. |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Bruce Momjian | Document that doc builds now build indexes by default... |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Bruce Momjian | WSATYPE_NOT_FOUND was already defined for BCC so don... |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Bruce Momjian | Fix build of libpq for Borland CC. |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Bruce Momjian | When setting default thousands separator when locale... |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Bruce Momjian | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Tom Lane | Clarify the syntax rules for raw tsvector input. |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Tom Lane | Fix bogus length calculation that could lead to crash... |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Bruce Momjian | Fix pg_ctl -t to register -t value, per Alvaro. |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Bruce Momjian | Split release notes up into smaller sections; easier... |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Tom Lane | Fix some missed usages of 'HTML tag' and 'HTML entity'. |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Bruce Momjian | Make "contrib/" tag consistent. |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Bruce Momjian | Split out data types and function entries into separate... |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Bruce Momjian | Release note adjustments suggested by IRC users. |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Andrew Dunstan | Adjust contrib/tsearch2 regression results to use XML... |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Bruce Momjian | Reorder a few release notes items for consistency. |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Bruce Momjian | Trim down release section headings (no need for Changes). |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Andrew Dunstan | Change descriptions of entity and tag objects to "XML... |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Bruce Momjian | Split "server changes" up into smaller sections in... |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Bruce Momjian | Markup fix. |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Bruce Momjian | More release notes wording cleanups. |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Bruce Momjian | Update COMMENT item: |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Bruce Momjian | Update wording: |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Bruce Momjian | Update comment. |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Bruce Momjian | Add suggested syntax for COMMENT ON DATABASE: |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Bruce Momjian | Add comment about COMMENT ON DATABASE failing for diffe... |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Tom Lane | Improve description of implicit-text-casting compatibil... |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Tom Lane | Minor improvement in documentation of temp_tablespaces... |
commit | commitdiff | tree | snapshot |
2007-11-18 |
Tom Lane | Remove no-longer-accurate claim that REINDEX won't... |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Bruce Momjian | Wordsmith improvements to first half of release notes... |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Bruce Momjian | Simplify TEXT cast working; spelling fixes to release... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Tom Lane | Improve GIN index build's tracking of memory usage... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Tom Lane | GIN index build's allocatedMemory counter needs to... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Alvaro Herrera | Fix inconsistent message wording, and split off a coupl... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Tom Lane | Repair still another bug in the btree page split WAL... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Bruce Momjian | Fix a few mentions of "Postgres" that slipped into... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Bruce Momjian | Add release note that "Postgres" is now documented... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Bruce Momjian | Simplify wording. |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Bruce Momjian | Add FAQ items about "Postgres" alias usage, remove... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Teodor Sigaev | Fix tsvectorout() and tsqueryout() to escape backslesh... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Tom Lane | Fix markup that doesn't work in HISTORY generation. REL8_3_BETA3 |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Tom Lane | Re-do configure with autoconf 2.59 |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Marc G. Fournier | update files for beta3 |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Tom Lane | Add a couple of notes pointing out that GIN index build... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Bruce Momjian | Small comment spacing improvement. |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Bruce Momjian | Better guard token used by pgindent. |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Bruce Momjian | Run pgindent on remaining files now that LOOPBYTE is... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Bruce Momjian | Cleanup for new else/comment handling. |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Tom Lane | Fix stupid typo in recently-added code :-( |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Tom Lane | Add snb_ru_init(internal) to list of stub functions... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Bruce Momjian | Modify LOOPBYTE/LOOPBIT macros to be more logical;... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Bruce Momjian | Fix pgindent to properly handle 'else' and single-line... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Bruce Momjian | Re-run pgindent with updated list of typedefs. (Update... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Bruce Momjian | Beef up README instructions, again. |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Bruce Momjian | CUpdate README to suggest 'gmake distclean'. Add libra... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Bruce Momjian | Update pgtools README to be clearer about typdefs. |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Bruce Momjian | Update pgindent with current typedefs. |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Peter Eisentraut | When logging the recovery.conf parameters, show them... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Bruce Momjian | Add blank lines to pgindent. |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Tom Lane | Use ftruncate() not truncate() in mdunlink. Seems... |
commit | commitdiff | tree | snapshot |
next |