2005-03-16 |
Neil Conway | This patch makes \d on tables and views sort fk constra... |
commit | commitdiff | tree | snapshot |
2005-03-16 |
Bruce Momjian | Force initdb cause of encoding additions. |
commit | commitdiff | tree | snapshot |
2005-03-16 |
Tom Lane | Revise TupleTableSlot code to avoid unnecessary constru... |
commit | commitdiff | tree | snapshot |
2005-03-16 |
Bruce Momjian | Add sprintf support, that were were missing. |
commit | commitdiff | tree | snapshot |
2005-03-16 |
Bruce Momjian | pgindent snprintf.c for consistency. |
commit | commitdiff | tree | snapshot |
2005-03-16 |
Bruce Momjian | Fix snprintf for %*$. |
commit | commitdiff | tree | snapshot |
2005-03-16 |
Bruce Momjian | Add CVS \r\n regression tests. |
commit | commitdiff | tree | snapshot |
2005-03-16 |
Bruce Momjian | Fix snprintf to handle %$ properly by storing and reord... |
commit | commitdiff | tree | snapshot |
2005-03-16 |
Bruce Momjian | Add missing include for new lc_ctype_is_c() function. |
commit | commitdiff | tree | snapshot |
2005-03-16 |
Bruce Momjian | Prevent locale-aware handling of upper, lower, and... |
commit | commitdiff | tree | snapshot |
2005-03-16 |
Neil Conway | Wrap the implementation of fork_process() inside #ifnde... |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Bruce Momjian | Update to 8.0.1. |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Bruce Momjian | Update Win32 item: |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Bruce Momjian | Clean up win1252 documentation. Mention how we determi... |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Bruce Momjian | Issue free space notices to both the user and the serve... |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Tom Lane | Make pg_dump emit a useful error message, instead of... |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Bruce Momjian | Add support for Win1252 encoding. |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Bruce Momjian | Bump minor version numbers for 8.1 compared to 8.0. |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Bruce Momjian | Completed: |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Neil Conway | Fix mistakes in SGML markup. From David Fetter. |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Tom Lane | Note that the -F and -R command line options only affec... |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Tom Lane | Avoid O(N^2) overhead in repeated nocachegetattr calls... |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Bruce Momjian | Document client-only encodings. |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Bruce Momjian | Fix typo on URL. |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Bruce Momjian | Add user: |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Bruce Momjian | Finalize character set documentation changes. |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Neil Conway | Allow ALTER FUNCTION to change a function's strictness... |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Bruce Momjian | Update comments for new encoding names. |
commit | commitdiff | tree | snapshot |
2005-03-13 |
Tom Lane | Add missing identification comment, remove entirely... |
commit | commitdiff | tree | snapshot |
2005-03-13 |
Tom Lane | Add some missing #includes. |
commit | commitdiff | tree | snapshot |
2005-03-13 |
Bruce Momjian | Increment all major version numbers in 8.0.X to force... |
commit | commitdiff | tree | snapshot |
2005-03-13 |
Tom Lane | Forgot that I had intended to replace division by maski... |
commit | commitdiff | tree | snapshot |
2005-03-13 |
Bruce Momjian | Remove CENTER tag. |
commit | commitdiff | tree | snapshot |
2005-03-13 |
Neil Conway | Make default_with_oids default to false -- user-created... |
commit | commitdiff | tree | snapshot |
2005-03-13 |
Bruce Momjian | More ordering adjustments. |
commit | commitdiff | tree | snapshot |
2005-03-13 |
Neil Conway | Update obsolete comment. |
commit | commitdiff | tree | snapshot |
2005-03-13 |
Bruce Momjian | Fix markup. |
commit | commitdiff | tree | snapshot |
2005-03-13 |
Bruce Momjian | More markup changes. |
commit | commitdiff | tree | snapshot |
2005-03-13 |
Bruce Momjian | More cleanups. |
commit | commitdiff | tree | snapshot |
2005-03-13 |
Bruce Momjian | More improvements. |
commit | commitdiff | tree | snapshot |
2005-03-13 |
Bruce Momjian | More additions to the table. |
commit | commitdiff | tree | snapshot |
2005-03-13 |
Bruce Momjian | Keep changing the markup until I like it. :-) |
commit | commitdiff | tree | snapshot |
2005-03-13 |
Bruce Momjian | More table markup improvements. |
commit | commitdiff | tree | snapshot |
2005-03-13 |
Bruce Momjian | More table markup fixes. |
commit | commitdiff | tree | snapshot |
2005-03-13 |
Bruce Momjian | Rework "aliases" column for encodings. |
commit | commitdiff | tree | snapshot |
2005-03-13 |
Bruce Momjian | Fix markup typo. |
commit | commitdiff | tree | snapshot |
2005-03-13 |
Bruce Momjian | Add missing conversion documentation for certain encodings. |
commit | commitdiff | tree | snapshot |
2005-03-13 |
Bruce Momjian | Reorder documented encodings to be alphabetical. |
commit | commitdiff | tree | snapshot |
2005-03-13 |
Bruce Momjian | Document aliases for our supported encodings. |
commit | commitdiff | tree | snapshot |
2005-03-12 |
Tom Lane | When cloning template0 (or other fully-frozen databases... |
commit | commitdiff | tree | snapshot |
2005-03-12 |
Tom Lane | Fix ALTER DATABASE RENAME to allow the operation if... |
commit | commitdiff | tree | snapshot |
2005-03-12 |
Tom Lane | Adjust the API for aggregate function calls so that... |
commit | commitdiff | tree | snapshot |
2005-03-12 |
Neil Conway | Add pg_buffercache contrib module, from Mark Kirkwood. |
commit | commitdiff | tree | snapshot |
2005-03-12 |
Neil Conway | Some builds (depends on crypto engine support?) of... |
commit | commitdiff | tree | snapshot |
2005-03-12 |
Bruce Momjian | Documention all our supported encodings. |
commit | commitdiff | tree | snapshot |
2005-03-12 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2005-03-12 |
Bruce Momjian | Handle carriage returns and line feeds in COPY CSV... |
commit | commitdiff | tree | snapshot |
2005-03-12 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2005-03-12 |
Bruce Momjian | Add warning about the need to increase "max_fsm_relatio... |
commit | commitdiff | tree | snapshot |
2005-03-12 |
Bruce Momjian | Fix snprintf() to properly handle precision specificati... |
commit | commitdiff | tree | snapshot |
2005-03-12 |
Tom Lane | Fix problem with infinite recursion between write_syslo... |
commit | commitdiff | tree | snapshot |
2005-03-11 |
Bruce Momjian | Here's the patch to fix a lot of markup errors in the... |
commit | commitdiff | tree | snapshot |
2005-03-11 |
Bruce Momjian | Add fprintf() custom version to libpgport. |
commit | commitdiff | tree | snapshot |
2005-03-11 |
Bruce Momjian | Define snprintf() to call pg_snprintf() so our own... |
commit | commitdiff | tree | snapshot |
2005-03-11 |
Bruce Momjian | Add 'static' to initdb.c file-global variables. |
commit | commitdiff | tree | snapshot |
2005-03-11 |
Bruce Momjian | Mark file-global function and variables as static. |
commit | commitdiff | tree | snapshot |
2005-03-11 |
Bruce Momjian | Fix typos. |
commit | commitdiff | tree | snapshot |
2005-03-11 |
Bruce Momjian | Fix typos. |
commit | commitdiff | tree | snapshot |
2005-03-11 |
Bruce Momjian | Fix typos. |
commit | commitdiff | tree | snapshot |
2005-03-11 |
Bruce Momjian | Fix typo. |
commit | commitdiff | tree | snapshot |
2005-03-11 |
Neil Conway | Slight refactoring and optimization of some code in... |
commit | commitdiff | tree | snapshot |
2005-03-11 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-03-10 |
Tom Lane | Make the behavior of HAVING without GROUP BY conform... |
commit | commitdiff | tree | snapshot |
2005-03-10 |
Bruce Momjian | Add spinlock support for Itanium processor with Intel... |
commit | commitdiff | tree | snapshot |
2005-03-10 |
Neil Conway | Refactor fork()-related code. We need to do various... |
commit | commitdiff | tree | snapshot |
2005-03-08 |
Bruce Momjian | Add comma. |
commit | commitdiff | tree | snapshot |
2005-03-08 |
Bruce Momjian | Fix markup of URL. |
commit | commitdiff | tree | snapshot |
2005-03-08 |
Bruce Momjian | Add URL for patches queues. |
commit | commitdiff | tree | snapshot |
2005-03-07 |
Neil Conway | Unbreak out-of-tree builds, by fixing a typo. |
commit | commitdiff | tree | snapshot |
2005-03-07 |
Neil Conway | Replace an instance of $Id$ and an instance of $Header... |
commit | commitdiff | tree | snapshot |
2005-03-07 |
Bruce Momjian | Properly implement "Response files" for bcc. Add URL... |
commit | commitdiff | tree | snapshot |
2005-03-07 |
Tom Lane | Adjust creation/destruction of TupleDesc data structure... |
commit | commitdiff | tree | snapshot |
2005-03-07 |
Bruce Momjian | Rename canonical encodings, per Peter: |
commit | commitdiff | tree | snapshot |
2005-03-07 |
Neil Conway | Here's a tiny fix for a harmless typo in catalog.c: |
commit | commitdiff | tree | snapshot |
2005-03-07 |
Tom Lane | Add a note that regression test row ordering difference... |
commit | commitdiff | tree | snapshot |
2005-03-06 |
Tom Lane | Revise hash join code so that we can increase the numbe... |
commit | commitdiff | tree | snapshot |
2005-03-05 |
Teodor Sigaev | Prevent rank change in case of duplicate search terms |
commit | commitdiff | tree | snapshot |
2005-03-04 |
Tom Lane | Replace the BufMgrLock with separate locks on the looku... |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Bruce Momjian | Move snprintf int64 compatibility letters into a NOT_US... |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Tom Lane | Fix misspelling of sysctl, per Stefan Hans. |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Bruce Momjian | Use test && test rather than test -a, per Peter. |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Bruce Momjian | Fix for %I64d snprintf. |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Bruce Momjian | snprintf() %I64d code fix. |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Bruce Momjian | Use our own snprintf() only if NLS is enabled, and... |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Bruce Momjian | Prevent large allocation in snprintf to hold positional... |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Tom Lane | Another go at making pred_test() handle all reasonable... |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Bruce Momjian | Fix snprintf on Win32: |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Bruce Momjian | Make port snprintf.c finally thread-safe. |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Neil Conway | SGML improvements to the DML chapter. |
commit | commitdiff | tree | snapshot |
next |