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 |
2005-12-06 |
Tom Lane | Arrange for read-only accesses to SLRU page buffers... |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Tom Lane | In a nestloop inner indexscan, it's OK to use pushed... |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Tom Lane | ecpg/pgtypeslib seems to need snprintf.c pulled in... |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Tom Lane | Put undef's before extern declarations that need 'em... |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Bruce Momjian | Add comment on why pg *printf functions are used uncond... |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Tom Lane | Make Win32 build use our port/snprintf.c routines,... |
commit | commitdiff | tree | snapshot |
2005-12-05 |
Tom Lane | Document return-value conventions used by this implemen... |
commit | commitdiff | tree | snapshot |
2005-12-05 |
Teodor Sigaev | Improve word parser. |
commit | commitdiff | tree | snapshot |
2005-12-05 |
Tom Lane | Add regression test to see if the min/max values of... |
commit | commitdiff | tree | snapshot |
2005-12-05 |
Tom Lane | Fix a rather sizable number of problems in our homegrow... |
commit | commitdiff | tree | snapshot |
2005-12-04 |
Bruce Momjian | Update: |
commit | commitdiff | tree | snapshot |
2005-12-04 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-12-04 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-12-04 |
Bruce Momjian | Add for autovacuum: |
commit | commitdiff | tree | snapshot |
2005-12-04 |
Bruce Momjian | Add configure flag to allow libedit to be preferred... |
commit | commitdiff | tree | snapshot |
2005-12-03 |
Tom Lane | Treat procedural languages as owned by the bootstrap... |
commit | commitdiff | tree | snapshot |
2005-12-03 |
Tom Lane | Fix out-of-order inclusion of -L switches from LDFLAGS... |
commit | commitdiff | tree | snapshot |
2005-12-03 |
Bruce Momjian | Allow to_char(interval) and to_char(time) to use AM... |
commit | commitdiff | tree | snapshot |
2005-12-03 |
Bruce Momjian | Item removed: |
commit | commitdiff | tree | snapshot |
2005-12-03 |
Tom Lane | Tweak indexscan machinery to avoid taking an AccessShar... |
commit | commitdiff | tree | snapshot |
2005-12-02 |
Tom Lane | Fix obsolete description of -h option, per Andreas... |
commit | commitdiff | tree | snapshot |
2005-12-02 |
Tom Lane | Fix obsolete comment. |
commit | commitdiff | tree | snapshot |
2005-12-02 |
Tom Lane | Adjust scan plan nodes to avoid getting an extra Access... |
commit | commitdiff | tree | snapshot |
2005-12-02 |
Bruce Momjian | Remove idea of increasing NUMERIC length: |
commit | commitdiff | tree | snapshot |
2005-12-02 |
Michael Meskes | Added special handling of CONNECTION variable that... |
commit | commitdiff | tree | snapshot |
2005-12-02 |
Bruce Momjian | Add calcluation of bitmap storage capacity. |
commit | commitdiff | tree | snapshot |
2005-12-02 |
Bruce Momjian | Remove comment on errno=0 lines, but add mention to... |
commit | commitdiff | tree | snapshot |
2005-12-02 |
Tom Lane | Rearrange code in ExecInitBitmapHeapScan so that we... |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Bruce Momjian | Add all heap page rows visible bitmap idea: |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Bruce Momjian | Add MERGE TODO.detail: |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Bruce Momjian | Add merge TODO.detail item. |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Bruce Momjian | Split out MERGE and REPLACE/UPSERT items. |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Bruce Momjian | Add comment to pg_atoi. |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Bruce Momjian | Comment "errno = 0" in a more generic way. |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Tom Lane | Retry in FileRead and FileWrite if Windows returns... |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Bruce Momjian | Add comments about why errno is set to zero. |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Tom Lane | Check for overflow in strtol() while parsing datetime... |
commit | commitdiff | tree | snapshot |
next |