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 |
2005-12-01 |
Neil Conway | Fix typo in PL/PgSQL documentation, per Chris KL. |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Alvaro Herrera | Refactor some bits in aclchk.c in order to reduce code... |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Tom Lane | Rearrange code in pg_atoi() to avoid assuming that... |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Tom Lane | Tweak choose_bitmap_and() heuristics in the light of... |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Michael Meskes | - Made several variables "const char *" instead of... |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Bruce Momjian | Update for 8.2: |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Bruce Momjian | Item removed, looping always required: |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Alvaro Herrera | Document PGXS' REGRESS feature. |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Tom Lane | Fix EXPLAIN and EXECUTE commands to pass portal paramet... |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Tom Lane | Tweak hash join code to use an additional heuristic... |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Bruce Momjian | Improve documentation for COALESCE and NULLIF. Add... |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Tom Lane | Come to think of it, the backend doesn't use -lz either. |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Tom Lane | Don't link readline and supporting libraries into the... |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Alvaro Herrera | Install a more future-proof fix for the snapshot-unset... |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Tom Lane | Recent changes to allow hash join to exit early given... |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Alvaro Herrera | Set a snapshot before running analyze on a single table... |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Alvaro Herrera | Install pg_regress where PGXS' "make installcheck"... |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Tom Lane | Change the parser to translate "foo [NOT] IN (expressio... |
commit | commitdiff | tree | snapshot |
2005-11-27 |
Tom Lane | Teach predtest.c how to reason about ScalarArrayOpExpr... |
commit | commitdiff | tree | snapshot |
2005-11-27 |
Tom Lane | Add missing semicolon. Recent versions of bison seem... |
commit | commitdiff | tree | snapshot |
2005-11-26 |
Tom Lane | Teach tid-scan code to make use of "ctid = ANY (array... |
commit | commitdiff | tree | snapshot |
2005-11-26 |
Tom Lane | Teach push_nots() how to negate a ScalarArrayOpExpr... |
commit | commitdiff | tree | snapshot |
2005-11-26 |
Tom Lane | Some marginal additional hacking to shave a few more... |
commit | commitdiff | tree | snapshot |
2005-11-26 |
Tom Lane | Change seqscan logic so that we check visibility of... |
commit | commitdiff | tree | snapshot |
2005-11-25 |
Tom Lane | Teach planner and executor to handle ScalarArrayOpExpr... |
commit | commitdiff | tree | snapshot |
2005-11-25 |
Tom Lane | Improve ExecStoreTuple to be smarter about replacing... |
commit | commitdiff | tree | snapshot |
2005-11-24 |
Bruce Momjian | Add space. |
commit | commitdiff | tree | snapshot |
2005-11-24 |
Bruce Momjian | Add item: |
commit | commitdiff | tree | snapshot |
2005-11-23 |
Tom Lane | Get rid of ExecAssignResultTypeFromOuterPlan() and... |
commit | commitdiff | tree | snapshot |
2005-11-23 |
Tom Lane | Fix problems with rewriter failing to set Query.hasSubL... |
commit | commitdiff | tree | snapshot |
2005-11-23 |
Tatsuo Ishii | Having blank lines in -f scripts was causing silent... |
commit | commitdiff | tree | snapshot |
2005-11-23 |
Bruce Momjian | Fix pgindent of libpq-fe.h by hacking pgindent script. |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Tom Lane | Fix up comment munged by pg_indent. (Not pg_indent... |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Bruce Momjian | Re-run pgindent, fixing a problem where comment lines... |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Bruce Momjian | Update most recent version number. |
commit | commitdiff | tree | snapshot |
next |