2007-08-21 |
Tom Lane | Avoid using TEXT as a Bison symbol, since this provokes... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Bruce Momjian | Remove tabs from SGML files. |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Magnus Hagander | Build snowball DLL for tsearch-in-core. |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Magnus Hagander | Don't define BUILDING_DLL for snowball lib. Should... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Tom Lane | Remove extraneous semicolon --- buildfarm member bear... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Tom Lane | Fix cash_mul_int4 and cash_div_int4 for overenthusiasti... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Tom Lane | Fix money type's send/receive functions to conform... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Tom Lane | Fix potential access-off-the-end-of-memory in varbit_ou... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Tom Lane | Suppress uninitialized-variable warning. |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Tom Lane | Fix a small 64-bit problem in tsearch patch. |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Tom Lane | contrib/tsearch2 now fails its regression test because... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Tom Lane | Tsearch2 functionality migrates to core. The bulk... |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Peter Eisentraut | Add configure option --with-system-tzdata to use operat... |
commit | commitdiff | tree | snapshot |
2007-08-19 |
Andrew Dunstan | minor typo fixes in CSVlog docs, per Michael Glaesemann |
commit | commitdiff | tree | snapshot |
2007-08-19 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2007-08-19 |
Andrew Dunstan | Provide for logfiles in machine readable CSV format... |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Tom Lane | Arrange to cache a ResultRelInfo in the executor's... |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Tom Lane | Repair problems occurring when multiple RI updates... |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Bruce Momjian | Add third idea about pulling data from indexes. |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Bruce Momjian | Fix whitespace in TODO. |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Tom Lane | Fix oversight in async-commit patch: there were some... |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Bruce Momjian | Done for ecpg: |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Michael Meskes | It seems we simply expected the same output for failure... |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Michael Meskes | It seems I always forget .in files. |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Michael Meskes | Hopefully fixed missing CHAR_BIT symbol |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Michael Meskes | Fixed compiler warning for enum handling |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Michael Meskes | As usual I forgot some files. :-) |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Michael Meskes | - Finished major rewrite to use new protocol version |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Tom Lane | TEMPORARILY make synchronous_commit default to OFF... |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Tom Lane | Fix two bugs induced in VACUUM FULL by async-commit... |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Tom Lane | Document that the regexp split functions ignore zero... |
commit | commitdiff | tree | snapshot |
2007-08-12 |
Tom Lane | Remove an "optimization" I installed in 2001, to make... |
commit | commitdiff | tree | snapshot |
2007-08-12 |
Tom Lane | Increase the initial size of StringInfo buffers to... |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Tom Lane | Avoid memory leakage across successive calls of regexp_... |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Tom Lane | Code review for regexp_matches/regexp_split patch.... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Tom Lane | Fix uninitialized-memory bug in plpython proargnames... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Tom Lane | Fix unintended change of output format for createlang... |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Tom Lane | Fix search for SGML stylesheets to include the place... |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Tom Lane | Revise postmaster startup/shutdown logic to eliminate... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Neil Conway | Fix a gradual memory leak in ExecReScanAgg(). Because... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Tom Lane | Fix thinko in multi-autovac-workers code: validity... |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Neil Conway | Adjust the output of MemoryContextStats() so that the... |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Magnus Hagander | Fix incorrect URI for cvs rsync |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Tom Lane | Fix pg_restore to guard against unexpected EOF while... |
commit | commitdiff | tree | snapshot |
2007-08-05 |
Tom Lane | Adjust configure so that it sets CFLAGS properly for... |
commit | commitdiff | tree | snapshot |
2007-08-05 |
Tom Lane | Apparently icc doesn't always define __ICC, and it... |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Tom Lane | Fix up bad layout of some comments (probably pg_indent... |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Neil Conway | Tweak for initdb: if more command-line arguments were... |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Tom Lane | Fix crash caused by log_timezone patch if we attempt... |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Tom Lane | Fix a problem in my recent patch to initialize cancel_k... |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Tom Lane | Switch over to using the src/timezone functions for... |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Tom Lane | Fix some sloppiness in the recent multiple-autovacuum... |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Magnus Hagander | Update supported standalone VC++ version to 7.1+ only... |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Andrew Dunstan | Move session_start out of MyProcPort stucture and make... |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Andrew Dunstan | Make sure syslogPipe runs in binary mode on Windows... |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Neil Conway | Fix a memory leak in tuplestore_end(). Unlikely to... |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Tom Lane | Support an optional asynchronous commit mode, in which... |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Bruce Momjian | Fix strange quoting. |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Bruce Momjian | Fix script quoting problem. |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Bruce Momjian | Remove links to old Win32 source code ports. |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Tom Lane | Fix a bug in the original implementation of redundant... |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Tom Lane | If we're gonna use ExecRelationIsTargetRelation here... |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Tom Lane | Fix security definer functions with polymorphic argumen... |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Neil Conway | Slight refactor for ExecOpenScanRelation(): we can use |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Peter Eisentraut | Update conformance information about bigint type |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Tom Lane | Remove FileUnlink(), which wasn't being used anywhere... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Tom Lane | Arrange to put TOAST tables belonging to temporary... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Tom Lane | Suppress warning when compiling with -DPROFILE_PID_DIR... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Tom Lane | Adjust horology test to avoid join-plan-dependent resul... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Michael Meskes | Synced parser |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Magnus Hagander | Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Magnus Hagander | Fix standalone win32 makefile (MSVC6) for SSPI and... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Magnus Hagander | Disable warning 4090 = different const qualifiers on... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Magnus Hagander | Silence compiler warnings on mingw |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Neil Conway | Implement RETURN QUERY for PL/PgSQL. This provides... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Tom Lane | Fix predicate-proving logic to cope with binary-compati... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Magnus Hagander | Silence compiler warning on mingw |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Magnus Hagander | Make it possible, and default, for MingW to build with... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Tom Lane | Create a new dedicated Postgres process, "wal writer... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Alvaro Herrera | Set a default autovacuum vacuum_cost_delay value of... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Tom Lane | Just noticed that libpq thinks the maximum command... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Magnus Hagander | Use PQExpBuffer for error message in fe-auth.c. |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Alvaro Herrera | Reword paragraph about the autovacuum_max_workers setti... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Magnus Hagander | Stupid typo. |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Magnus Hagander | SSPI authentication on Windows. GSSAPI compatible clien... |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Tom Lane | Fix elog.c to avoid infinite recursion (leading to... |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Tom Lane | Provide a bit more high-level documentation for the... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Peter Eisentraut | Fix regression tests for PL/pgSQL error message changes |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Tom Lane | Fix WAL replay of truncate operations to cope with... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Peter Eisentraut | Capitalize language key words in error messages |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Tom Lane | On second thought, the tests for what to do with stderr... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Tom Lane | Make replace(), split_part(), and string_to_array(... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Andrew Dunstan | Only use the pipe chunking protocol if we know the... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Tom Lane | Adjust configure script to print the bison and flex... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Tom Lane | Fix an old thinko in SS_make_initplan_from_plan, which... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Alvaro Herrera | Cast NULL to a pointer type in the execl() call, to... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Magnus Hagander | GSSAPI documentation |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Bruce Momjian | Document that 'deleted' is also tracked by autovacuum. |
commit | commitdiff | tree | snapshot |
next |