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 |
2006-12-12 |
Bruce Momjian | Oops, removed: |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Peter Eisentraut | Allow augmenting CPPFLAGS from the configure command... |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Bruce Momjian | Remove blank lines in HTML FAQ. |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Bruce Momjian | Add FAQ entry to mention using COALESCE() for concatena... |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Tom Lane | Add a paramtypmod field to Param nodes. This is dead... |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Peter Eisentraut | Make separate targets for building printable documentat... |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Peter Eisentraut | Reorganize XSLT stylesheet support. Put common things... |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Peter Eisentraut | Add some information about increasing JadeTeX parameters. |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Peter Eisentraut | Drop indentation of verbatim environments in print... |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Peter Eisentraut | Generalize Texinfo rules. Prevent them from overriding... |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Tom Lane | Remove the logId/logSeg fields from pg_control, because... |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Tom Lane | Fix broken markup. |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Neil Conway | Fix the build for when SHOW_MEMORY_STATS is defined... |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Tom Lane | Avoid double free of _SPI_current->tuptable. AtEOSubXa... |
commit | commitdiff | tree | snapshot |
2006-12-07 |
Tom Lane | Repair incorrect placement of WHERE clauses when there... |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Tom Lane | Fix planning of SubLinks to ensure that Vars generated... |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Neil Conway | Add a txn_start column to pg_stat_activity. This makes... |
commit | commitdiff | tree | snapshot |
next |