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 |
2007-07-18 |
Bruce Momjian | Properly adjust age() seconds to match the sign of... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Bruce Momjian | Document that age() adds days, then full months. |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Tom Lane | Fix incorrect optimization of foreign-key checks. ... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Bruce Momjian | Remove http://www.benchmarkresources.com, no longer... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Neil Conway | Implement CREATE TABLE LIKE ... INCLUDING INDEXES.... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Bruce Momjian | Add CVS Wiki URL to docs. |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Tom Lane | Fix outfuncs.c to dump A_Const nodes representing NULLs... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Bruce Momjian | Update docs that GNU tar versions >=1.16 exit with... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Tom Lane | Fix pg_buffercache to release buffer partition locks... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Tom Lane | Add comments spelling out why it's a good idea to relea... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Neil Conway | With the native compiler on Unixware, disable optimizat... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Tom Lane | Allow plpgsql function parameter names to be qualified... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Tom Lane | Hmm, so evidently _check_lock and _clear_lock take... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Magnus Hagander | Quote pathnames so pg_standby works with paths that... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Tom Lane | So our reward for including <sys/atomic_op.h> seems... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Tom Lane | On AIX, include <sys/atomic_op.h> so that the functions... |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Tom Lane | Get rid of overly cute, unportable, probably not very... |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Tom Lane | Fix CHECK_RELATION_BLOCK_RANGE macro, which was not... |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Tom Lane | Fix a passel of signed vs unsigned char warnings. |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Tom Lane | Silence a rather odd compiler warning. In passing... |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Tom Lane | Avoid possibly-unportable initializer, per buildfarm... |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Tom Lane | Change a couple of exit(0) to return 0 to suppress... |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Tom Lane | Silence Solaris compiler warnings, per buildfarm. |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Tom Lane | Silence Solaris compiler warning, per buildfarm. |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Tom Lane | Fix compile warning on Solaris, per buildfarm. (Why... |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Tom Lane | Fix possible portability problem, per buildfarm warnings. |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Tom Lane | Fix unportable use of isspace(), per buildfarm results. |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Tom Lane | Because plpgsql's scanner uses %option case-insensitive... |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Tom Lane | Reject zero or negative BY step in plpgsql integer... |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Tom Lane | Note incompatibility with Oracle's version of FOR ... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Tom Lane | Editorial overhaul of plpgsql documentation. Provide... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Magnus Hagander | Support for finding gssapi functions in the library... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Tom Lane | Volatile-qualify a dozen variables in plpython.c to... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Tom Lane | Fix map_sql_typecoll_to_xmlschema_types() to not fail... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Tom Lane | Add casts to suppress warnings about m68k-specific... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Tom Lane | Fix a portability bug (ye olde not casting a <ctype... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Tom Lane | Get dirmod.c on the same page as port.h about whether... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Neil Conway | Fixup the indentation of a comment that was mangled... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Tom Lane | Simplify overly-cute array coding to avoid an apparent... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Tom Lane | Suppress Sun Studio warnings, per Stefan. |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Tom Lane | Suppress an integer-overflow warning. |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Tom Lane | Some of our port-specific dynloader implementations... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Tom Lane | Compute max and min int8 values using unsigned arithmet... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Tom Lane | Fix some warnings (probably actual bugs) generated... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Tom Lane | Fix mistaken Assert in adjust_appendrel_attr_needed... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Magnus Hagander | Silence compile warning on win32, per Stefan and Buildfarm. |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Magnus Hagander | Enable GSSAPI to build using MSVC. Always build GSSAPI... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Magnus Hagander | Support GSSAPI builds where the header is <gssapi.h... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Magnus Hagander | Fix freenig of names in Kerberos when using MIT - need... |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Tom Lane | Suppress a warning that some versions of gcc emit about... |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Magnus Hagander | A bunch of GSSAPI fixes per comments from Tom: |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Tom Lane | Add note that building from CVS requires bison and... |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Tom Lane | Fix misspelling. |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Magnus Hagander | Add support for GSSAPI authentication. |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Tom Lane | Adjust processSQLNamePattern() so that $ within the... |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Tom Lane | Fix stddev_pop(numeric) and var_pop(numeric), which... |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Tom Lane | Fix single-user mode so that interrupts (particularly... |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Tom Lane | Minor copy-editing. |
commit | commitdiff | tree | snapshot |
2007-07-08 |
Tom Lane | Remove the pgstat_drop_relation() call from smgr_intern... |
commit | commitdiff | tree | snapshot |
2007-07-08 |
Tom Lane | Get rid of client-code dependencies on the exact text... |
commit | commitdiff | tree | snapshot |
2007-07-08 |
Tom Lane | Closer code review for PQconnectionUsedPassword() patch... |
commit | commitdiff | tree | snapshot |
2007-07-08 |
Tom Lane | Fix broken markup. |
commit | commitdiff | tree | snapshot |
2007-07-08 |
Joe Conway | Restrict non-superusers to password authenticated conne... |
commit | commitdiff | tree | snapshot |
2007-07-08 |
Joe Conway | Arrange for the authentication request type to be prese... |
commit | commitdiff | tree | snapshot |
2007-07-08 |
Bruce Momjian | Remove TODO.detail/win32intr, no longer needed. |
commit | commitdiff | tree | snapshot |
2007-07-08 |
Bruce Momjian | Remove, per Magnus: |
commit | commitdiff | tree | snapshot |
2007-07-07 |
Tom Lane | Fix a couple of planner bugs introduced by the new... |
commit | commitdiff | tree | snapshot |
next |