2005-12-24 |
Bruce Momjian | Formatting cleanup. |
commit | commitdiff | tree | snapshot |
2005-12-24 |
Tatsuo Ishii | Fix long standing Asian multibyte charsets bug. |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Tom Lane | Wups, fat-fingered the calculation the first time.... |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Tom Lane | Update info about shared memory space calculation to... |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Tom Lane | Fix make_relative_path() to support cases where target_... |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Peter Eisentraut | Allow CREATE/ALTER ROLE PASSWORD NULL to allow restorin... |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Tatsuo Ishii | Fix for rearranging encoding id ISO-8859-5 to ISO-8859-8. |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Tom Lane | Add an officially exported libpq function to encrypt... |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Bruce Momjian | Add quotes around search_path "$user" so that SHOW... |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Bruce Momjian | Update item: |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Tom Lane | Adjust string comparison so that only bitwise-equal... |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Bruce Momjian | Update interval documenation to mention the storage... |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Bruce Momjian | Add documentation example of using interval multiplicat... |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Bruce Momjian | Add additional example for interval multiplication. |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Teodor Sigaev | Multibyte encodings support for ISpell dictionary |
commit | commitdiff | tree | snapshot |
2005-12-20 |
Tom Lane | Teach planner how to rearrange join order for some... |
commit | commitdiff | tree | snapshot |
2005-12-20 |
Tom Lane | Fix broken markup. |
commit | commitdiff | tree | snapshot |
2005-12-18 |
Peter Eisentraut | Add new psql command \password for changing role passwo... |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Bruce Momjian | Fix typo. |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Bruce Momjian | Update s_lock.c comments. |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Bruce Momjian | Update ASM comments. |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Bruce Momjian | Remove item: |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Bruce Momjian | Update: |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Bruce Momjian | Add mention of possible patent problems with star joins... |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Bruce Momjian | Add more function to TODO: |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Bruce Momjian | Update: |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Bruce Momjian | Update FAQ, second version. |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Bruce Momjian | Update Japanese FAQ. |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Bruce Momjian | Add URL for Solaris qsort() bug. |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Bruce Momjian | Update doc mention that Solaris qsort() might be fixed. |
commit | commitdiff | tree | snapshot |
2005-12-16 |
Alvaro Herrera | Add a note to Win32 gettimeofday() emulation, per Qingq... |
commit | commitdiff | tree | snapshot |
2005-12-16 |
Bruce Momjian | Force update. |
commit | commitdiff | tree | snapshot |
2005-12-16 |
Neil Conway | Fix some typos in the TODO list. |
commit | commitdiff | tree | snapshot |
2005-12-16 |
Tom Lane | Rethink prior patch to filter out dead backend entries... |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Tom Lane | Defend against crash while processing Describe Statemen... |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Tom Lane | Fix problem with whole-row Vars referencing sub-select... |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Bruce Momjian | Use a proper enum for tri-valued variables. |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Bruce Momjian | Document tri-valued variables in createdb, +1, -1, 0. |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Bruce Momjian | Update wording, query -> statement: |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Teodor Sigaev | Improve support of multibyte encoding: |
commit | commitdiff | tree | snapshot |
2005-12-11 |
Tom Lane | Divide the lock manager's shared state into 'partitions... |
commit | commitdiff | tree | snapshot |
2005-12-11 |
Neil Conway | Implement IS NOT DISTINCT FROM, update the regression... |
commit | commitdiff | tree | snapshot |
2005-12-11 |
Bruce Momjian | Remove item: |
commit | commitdiff | tree | snapshot |
2005-12-10 |
Tom Lane | Teach deparsing of CASE expressions to cope with the... |
commit | commitdiff | tree | snapshot |
2005-12-10 |
Tom Lane | Remove incorrect increment of lineno, per David Fetter. |
commit | commitdiff | tree | snapshot |
2005-12-09 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2005-12-09 |
Peter Eisentraut | Allow installation into directories containing spaces... |
commit | commitdiff | tree | snapshot |
2005-12-09 |
Tom Lane | Add release notes for back branches (7.3 and up). |
commit | commitdiff | tree | snapshot |
2005-12-09 |
Bruce Momjian | Add documentation about the behavior of BEFORE triggers... |
commit | commitdiff | tree | snapshot |
2005-12-09 |
Bruce Momjian | Remove mention that history is _now_ automatically... |
commit | commitdiff | tree | snapshot |
2005-12-09 |
Tom Lane | Fix broken markup. |
commit | commitdiff | tree | snapshot |
2005-12-09 |
Tom Lane | Fix core dump in error path of plpgsql_parse_tripwordty... |
commit | commitdiff | tree | snapshot |
2005-12-09 |
Bruce Momjian | Completed: |
commit | commitdiff | tree | snapshot |
2005-12-09 |
Peter Eisentraut | Let initdb detect the date order of the lc_time locale... |
commit | commitdiff | tree | snapshot |
2005-12-09 |
Bruce Momjian | I reconfirmed MS-VC6. Thank you for wonderful correspon... |
commit | commitdiff | tree | snapshot |
2005-12-09 |
Bruce Momjian | Stamp libraries for 8.2 by updating minor library versi... |
commit | commitdiff | tree | snapshot |
2005-12-09 |
Tom Lane | Simplify lock manager data structures by making a clear... |
commit | commitdiff | tree | snapshot |
2005-12-08 |
Bruce Momjian | Release note wording improvements. |
commit | commitdiff | tree | snapshot |
2005-12-08 |
Bruce Momjian | Wrap UTF-8 paragraph. |
commit | commitdiff | tree | snapshot |
2005-12-08 |
Bruce Momjian | Update wording of translation bug item. |
commit | commitdiff | tree | snapshot |
2005-12-08 |
Bruce Momjian | Update for 8.1.1. |
commit | commitdiff | tree | snapshot |
2005-12-08 |
Bruce Momjian | Update release notes for 8.1.1. |
commit | commitdiff | tree | snapshot |
2005-12-08 |
Bruce Momjian | Add Teodor: |
commit | commitdiff | tree | snapshot |
2005-12-08 |
Bruce Momjian | Remove a few people: |
commit | commitdiff | tree | snapshot |
2005-12-08 |
Bruce Momjian | FAQ_AIX in 8.1.0 contains outdated information about... |
commit | commitdiff | tree | snapshot |
2005-12-08 |
Bruce Momjian | there's a paragraph in the ALTER TABLE reference page... |
commit | commitdiff | tree | snapshot |
2005-12-08 |
Bruce Momjian | > 1) I'm proposing a patch to do the DROP FUNCTION... |
commit | commitdiff | tree | snapshot |
2005-12-08 |
Peter Eisentraut | Put [] around default value for port number. |
commit | commitdiff | tree | snapshot |
2005-12-08 |
Bruce Momjian | Remove empty heading row in error table. |
commit | commitdiff | tree | snapshot |
2005-12-08 |
Peter Eisentraut | Add missing translation marker |
commit | commitdiff | tree | snapshot |
2005-12-08 |
Bruce Momjian | Add "Constant" column to error code table. |
commit | commitdiff | tree | snapshot |
2005-12-08 |
Peter Eisentraut | Documentation fix: s/event_object_name/event_object_table/g |
commit | commitdiff | tree | snapshot |
2005-12-08 |
Tom Lane | Fix bgwriter's failure to release buffer pins and open... |
commit | commitdiff | tree | snapshot |
2005-12-08 |
Bruce Momjian | I recently received the Debian bug report below about... |
commit | commitdiff | tree | snapshot |
2005-12-08 |
Bruce Momjian | Add documentation about the inability of plpsql to... |
commit | commitdiff | tree | snapshot |
2005-12-08 |
Bruce Momjian | Disble some Win32-specific code in win32-client-only... |
commit | commitdiff | tree | snapshot |
2005-12-08 |
Tom Lane | Fix thinko in comment. |
commit | commitdiff | tree | snapshot |
2005-12-08 |
Teodor Sigaev | Improve tag recognizing |
commit | commitdiff | tree | snapshot |
2005-12-07 |
Tom Lane | Push the responsibility for handling ignore_killed_tupl... |
commit | commitdiff | tree | snapshot |
2005-12-07 |
Tom Lane | A couple of tiny performance hacks in _bt_step(). ... |
commit | commitdiff | tree | snapshot |
2005-12-07 |
Bruce Momjian | Update: |
commit | commitdiff | tree | snapshot |
2005-12-07 |
Tom Lane | Fix incorrect SPI example, per Yoshihisa Nakano. |
commit | commitdiff | tree | snapshot |
2005-12-07 |
Tom Lane | Fix a couple of lingering references to POSTQUEL query... |
commit | commitdiff | tree | snapshot |
2005-12-07 |
Tom Lane | Spell "explicitly" correctly, per Simon. |
commit | commitdiff | tree | snapshot |
2005-12-07 |
Bruce Momjian | Improve lazy vacuum wording. |
commit | commitdiff | tree | snapshot |
2005-12-07 |
Teodor Sigaev | Fix small memory leak |
commit | commitdiff | tree | snapshot |
2005-12-07 |
Teodor Sigaev | Improve word parser. |
commit | commitdiff | tree | snapshot |
2005-12-07 |
Bruce Momjian | Clarify vacuum lazy can shrink a file under certain... |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Tom Lane | Get rid of slru.c's hardwired insistence on a fixed... |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Bruce Momjian | Update iconv wording, per Peter. |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Bruce Momjian | Highlight diff idea for iconv. |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Bruce Momjian | iconv uses UTF-8, not UTF8. |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Bruce Momjian | Document method of removing invalid UTF8 escape sequenc... |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Bruce Momjian | Documentation cleanup mention: |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Bruce Momjian | Since my name has a non-ascii-letter in it, it's often... |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Bruce Momjian | Add documentation on the use of *printf() macros and... |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Teodor Sigaev | Fix stupid bug with sizeof |
commit | commitdiff | tree | snapshot |
next |