2007-01-05 |
Bruce Momjian | Update Japanese FAQ. |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Bruce Momjian | Stamp major release 8.3.0, and increment library versio... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Bruce Momjian | Update for release 8.2.1. |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Bruce Momjian | Create release notes for all back-branch relases on... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Andrew Dunstan | Call setrlimit if possible in pg_regress to allow core... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Bruce Momjian | Update float dpow() comment about whick platforms had... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Tom Lane | Add missing reference to pg_shdescription. Greg Mullane |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Bruce Momjian | Fix tab to space mention in FAQ_DEV. |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Tom Lane | Fix AddDefine to handle quotes properly. Magnus |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Tom Lane | Tweak pg_dumpall to add GRANT CONNECT ON DATABASE ... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Tom Lane | Fix some small typos in comments. Greg Stark |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Bruce Momjian | Simplify assignment of Inf for pow Nan (don't worry... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Tom Lane | Fix erroneous implementation of -s in postmaster.c... |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Tom Lane | Fix regex_fixed_prefix() to cope reasonably well with... |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Bruce Momjian | Update pow() tests to check for both errno==EDOM _and_... |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Tom Lane | Fix erroneous error tests in pow/exp. |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Tom Lane | Fix btree_gist for new larger money type. |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Tom Lane | Clean up smgr.c/md.c APIs as per discussion a couple... |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Bruce Momjian | Attempt to return proper overflow/underflow messages... |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Bruce Momjian | For float4/8, remove errno checks for pow() and exp... |
commit | commitdiff | tree | snapshot |
2007-01-03 |
D'Arcy J.M... | Widen the money type to 64 bits. |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Bruce Momjian | Update expected result for new inet error message wording. |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Bruce Momjian | Adjust network errmsg("result is out of range") message... |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Bruce Momjian | Some platforms set errno on pow(), exp() overflow,... |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Tom Lane | Add a regression test for ALTER SET TABLESPACE; this... |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Bruce Momjian | finite() no longer used; remove finite() platform-specific |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Bruce Momjian | Add n_live_tuples and n_dead_tuples to pg_stat_all_tables. |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Bruce Momjian | Add #include <float.h> for platforms that still need it. |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Bruce Momjian | Fix float4/8 to handle Infinity and Nan consistently... |
commit | commitdiff | tree | snapshot |
2006-12-31 |
Tom Lane | Found the problem with my operator-family changes:... |
commit | commitdiff | tree | snapshot |
2006-12-30 |
Tom Lane | Support type modifiers for user-defined types, and... |
commit | commitdiff | tree | snapshot |
2006-12-30 |
Bruce Momjian | Clarify wording on when ctid is modified by VACUUM... |
commit | commitdiff | tree | snapshot |
2006-12-29 |
Tom Lane | Add support for XML build option to MSVC build scripts. |
commit | commitdiff | tree | snapshot |
2006-12-29 |
Tom Lane | Fix multiple breakages in last XML patch. |
commit | commitdiff | tree | snapshot |
2006-12-29 |
Peter Eisentraut | De-escape XML names when reverse-compiling XML expressions. |
commit | commitdiff | tree | snapshot |
2006-12-28 |
Tom Lane | Fix up btree's initial scankey processing to be able... |
commit | commitdiff | tree | snapshot |
2006-12-28 |
Bruce Momjian | Add TLS thread URL: |
commit | commitdiff | tree | snapshot |
2006-12-28 |
Bruce Momjian | Remove: |
commit | commitdiff | tree | snapshot |
2006-12-28 |
Tom Lane | Remove caveat about avoiding cross-type operators in... |
commit | commitdiff | tree | snapshot |
2006-12-28 |
Tom Lane | Enable btree_predicate_proof() to make proofs involving... |
commit | commitdiff | tree | snapshot |
2006-12-28 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2006-12-28 |
Peter Eisentraut | Add send and recv functions for xml type. |
commit | commitdiff | tree | snapshot |
2006-12-28 |
Peter Eisentraut | Handle content and document options in xmlparse() corre... |
commit | commitdiff | tree | snapshot |
2006-12-28 |
Tom Lane | Add a defense to prevent core dumps if 8.2 version... |
commit | commitdiff | tree | snapshot |
2006-12-28 |
Tom Lane | fflush the \o file, if any, after each backslash comman... |
commit | commitdiff | tree | snapshot |
2006-12-28 |
Tom Lane | Revert exports.list change pending closer study. |
commit | commitdiff | tree | snapshot |
2006-12-27 |
Tom Lane | Use a more backward-compatible syntax for exports.list... |
commit | commitdiff | tree | snapshot |
2006-12-27 |
Bruce Momjian | Clean up pgindent handling of comments after 'else... |
commit | commitdiff | tree | snapshot |
2006-12-27 |
Tom Lane | Modify local buffer management to request memory for... |
commit | commitdiff | tree | snapshot |
2006-12-27 |
Tom Lane | Improve memory management code to avoid inefficient... |
commit | commitdiff | tree | snapshot |
2006-12-27 |
Tom Lane | Print combining characters (those reported as having... |
commit | commitdiff | tree | snapshot |
2006-12-27 |
Tom Lane | Use FROM clause in example UPDATE commands where approp... |
commit | commitdiff | tree | snapshot |
2006-12-27 |
Bruce Momjian | Use "dead" rather than "expired" for vacuumable rows. |
commit | commitdiff | tree | snapshot |
2006-12-26 |
Tom Lane | Fix failure due to accessing an already-freed tuple... |
commit | commitdiff | tree | snapshot |
2006-12-26 |
Tom Lane | Repair bug #2839: the various ExecReScan functions... |
commit | commitdiff | tree | snapshot |
2006-12-26 |
Tom Lane | Repair bug #2836: SPI_execute_plan returned zero if... |
commit | commitdiff | tree | snapshot |
2006-12-26 |
Tom Lane | Remove incorrect semicolon in example. Joachim Wieland |
commit | commitdiff | tree | snapshot |
2006-12-26 |
Teodor Sigaev | Fix memory reallocation condition |
commit | commitdiff | tree | snapshot |
2006-12-26 |
Tatsuo Ishii | Call srandom() instead of srand(). |
commit | commitdiff | tree | snapshot |
2006-12-24 |
Tom Lane | Make HISTCONTROL=ignoredups work again (broken by misor... |
commit | commitdiff | tree | snapshot |
2006-12-24 |
Tom Lane | Bring some order and sanity to error handling in the... |
commit | commitdiff | tree | snapshot |
2006-12-24 |
Tom Lane | Fix machine-dependent crash in sqlchar_to_unicode(... |
commit | commitdiff | tree | snapshot |
2006-12-24 |
Tom Lane | Code review for XML patch. Instill a bit of sanity... |
commit | commitdiff | tree | snapshot |
2006-12-23 |
Tom Lane | Suppress various compiler warnings in new xml code. |
commit | commitdiff | tree | snapshot |
2006-12-23 |
Bruce Momjian | Remove unnecessary parentheses in if() statements. |
commit | commitdiff | tree | snapshot |
2006-12-23 |
Bruce Momjian | Change a VACUUM manual page word from 'deleted' to... |
commit | commitdiff | tree | snapshot |
2006-12-23 |
Bruce Momjian | Document that CREATE TYPE names should not begin with... |
commit | commitdiff | tree | snapshot |
2006-12-23 |
Bruce Momjian | For GUC values, check for partial string matches on... |
commit | commitdiff | tree | snapshot |
2006-12-23 |
Tom Lane | Restructure operator classes to allow improved handling... |
commit | commitdiff | tree | snapshot |
2006-12-22 |
Bruce Momjian | Add a link to the developer's FAQ for my article about... |
commit | commitdiff | tree | snapshot |
2006-12-22 |
Bruce Momjian | Slight adjustments to xml documentation to reflect... |
commit | commitdiff | tree | snapshot |
2006-12-21 |
Peter Eisentraut | Fix expected file. |
commit | commitdiff | tree | snapshot |
2006-12-21 |
Peter Eisentraut | Catalog version bump for SQL/XML changes. |
commit | commitdiff | tree | snapshot |
2006-12-21 |
Teodor Sigaev | Fix convertion for 'PFX flag N num' |
commit | commitdiff | tree | snapshot |
2006-12-21 |
Peter Eisentraut | Initial SQL/XML support: xml data type and initial... |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Bruce Momjian | 8.3 release schedule is year 2007, not 2006. |
commit | commitdiff | tree | snapshot |
2006-12-19 |
Bruce Momjian | Add timeline for next release to developer's FAQ. |
commit | commitdiff | tree | snapshot |
2006-12-19 |
Bruce Momjian | Item done. |
commit | commitdiff | tree | snapshot |
2006-12-19 |
Andrew Dunstan | Interpret a dbName param to PQsetdbLogin as a conninfo... |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Tom Lane | Set pg_am.amstrategies to zero for index AMs that don... |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Andrew Dunstan | fix thinko in placement of TimeValStruct typedef in... |
commit | commitdiff | tree | snapshot |
2006-12-17 |
Bruce Momjian | Fix typo: |
commit | commitdiff | tree | snapshot |
2006-12-17 |
Bruce Momjian | Move entry into CLUSTER section: |
commit | commitdiff | tree | snapshot |
2006-12-16 |
Andrew Dunstan | enable \timing oputput for \copy commands |
commit | commitdiff | tree | snapshot |
2006-12-15 |
Tom Lane | Fix some planner bugs exposed by reports from Arjen... |
commit | commitdiff | tree | snapshot |
2006-12-15 |
Tom Lane | Put JST back into the default set of timezone abbreviat... |
commit | commitdiff | tree | snapshot |
2006-12-15 |
Bruce Momjian | Back out double-run of PDF/PS output. Requires buildin... |
commit | commitdiff | tree | snapshot |
2006-12-15 |
Bruce Momjian | TODO item not wanted: |
commit | commitdiff | tree | snapshot |
2006-12-15 |
Bruce Momjian | Link to summary XML email, rather than thread top: |
commit | commitdiff | tree | snapshot |
2006-12-15 |
Bruce Momjian | Document issues for SGML and XML: |
commit | commitdiff | tree | snapshot |
2006-12-15 |
Bruce Momjian | Document patch needed to get PDF and PS output in a... |
commit | commitdiff | tree | snapshot |
2006-12-15 |
Bruce Momjian | Remove unneeded tab in file. |
commit | commitdiff | tree | snapshot |
2006-12-15 |
Bruce Momjian | Run Jade twice when outputting Postscript and PDF so... |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Tom Lane | Make --with-ldap build on Unixware, per Olivier Prenant. |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Peter Eisentraut | Remove Windows port^W^Wobsolete template file. |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Peter Eisentraut | Activate WIN32_STACK_RLIMIT override only on platforms... |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Tom Lane | Put back yet another improperly-removed #include, per... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Bruce Momjian | Update entry: |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Tom Lane | Fix planner to do the right thing when a degenerate... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Bruce Momjian | Document that log_line_prefix %t does not print timezon... |
commit | commitdiff | tree | snapshot |
next |