2006-08-17 |
Tom Lane | Implement archive_timeout feature to force xlog file... |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Peter Eisentraut | Produce a clean failure in configure when dtrace is... |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Tom Lane | Fix an oversight in mergejoin planning: the planner... |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Tom Lane | Teach convert_subquery_pathkeys() to handle the case... |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2006-08-16 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2006-08-16 |
Peter Eisentraut | Put probes.o file in right directory, fixes dtrace... |
commit | commitdiff | tree | snapshot |
2006-08-16 |
Tom Lane | Seems some C compilers think 'restrict' is a fully... |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Tom Lane | Add a hack so that get_type_io_data() can work from... |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Tom Lane | Add hooks to allow debugging and performance measuremen... |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Tom Lane | Add server support for "plugin" libraries that can... |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Tatsuo Ishii | Fix pgbench to handle empty lines in script files as... |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Michael Meskes | Fixed a typo and made two mallocs Coverity friendly. |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Michael Meskes | Sorry, forgot the new files. |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Michael Meskes | Added lots of SoC stuff made by Joachim. |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Tom Lane | Cause '*' and 'foo.*' notations to mark the referenced... |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Tom Lane | Fix oversight in initial implementation of PORTAL_ONE_R... |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Tom Lane | Support INSERT/UPDATE/DELETE RETURNING in plpgsql,... |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Tom Lane | When executing a list of queries derived from rule... |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Tom Lane | Remove hash_destroy calls in hash_create's failure... |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Bruce Momjian | Revert (again) GUC patch to return commented fields... |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Tom Lane | Get rid of "lookahead" functionality in plpgsql's yylex... |
commit | commitdiff | tree | snapshot |
2006-08-13 |
Tom Lane | Fix core dump in duration logging for a V3-protocol... |
commit | commitdiff | tree | snapshot |
2006-08-13 |
Tom Lane | Cause psql to report both the returned data and the... |
commit | commitdiff | tree | snapshot |
2006-08-13 |
Tom Lane | If test postmaster fails to start within 60 seconds... |
commit | commitdiff | tree | snapshot |
2006-08-13 |
Tom Lane | Extend 'guc' regression test to check manipulations... |
commit | commitdiff | tree | snapshot |
2006-08-13 |
Tom Lane | Original coding of 'returning' regression test inadvert... |
commit | commitdiff | tree | snapshot |
2006-08-13 |
Bruce Momjian | Back out plperl OUT hash/array parameter patch, again. |
commit | commitdiff | tree | snapshot |
2006-08-13 |
Bruce Momjian | Fix recent guc comment-to-default patch for custom... |
commit | commitdiff | tree | snapshot |
2006-08-13 |
Michael Meskes | Applied patch for VPATH builds by Alvaro Herrera <alvhe... |
commit | commitdiff | tree | snapshot |
2006-08-13 |
Bruce Momjian | Re-apply plperl patch that allows OUT parameters to... |
commit | commitdiff | tree | snapshot |
2006-08-13 |
Bruce Momjian | Recommit patch to allow commented GUC variables to... |
commit | commitdiff | tree | snapshot |
2006-08-13 |
Bruce Momjian | Re-apply guc cleanup patch, with memory allocation... |
commit | commitdiff | tree | snapshot |
2006-08-12 |
Tom Lane | Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE... |
commit | commitdiff | tree | snapshot |
2006-08-12 |
Tom Lane | Remove ancient, obsolete comment. |
commit | commitdiff | tree | snapshot |
2006-08-12 |
Bruce Momjian | Back out patch for plperl to handle OUT paramaters... |
commit | commitdiff | tree | snapshot |
2006-08-12 |
Bruce Momjian | Back out patch to reorganize guc processing. Was causi... |
commit | commitdiff | tree | snapshot |
2006-08-12 |
Bruce Momjian | Back out patch that allowed commented guc variables... |
commit | commitdiff | tree | snapshot |
2006-08-12 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2006-08-12 |
Bruce Momjian | Fix wording, per Neil. |
commit | commitdiff | tree | snapshot |
2006-08-12 |
Tom Lane | Add INSERT/UPDATE/DELETE RETURNING, with basic docs... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Bruce Momjian | Set Win32 server-size socket buffer to 32k, for perform... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Bruce Momjian | Revert undesired FAQ_DEV change. |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Bruce Momjian | Allow commenting of variables in postgresql.conf to... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Bruce Momjian | Refactor GUC set_config_option function: |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Bruce Momjian | plperl: |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Bruce Momjian | Make the psql line counter 64-bit so it can handle... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Bruce Momjian | Add Neil's presentation to FAQ_DEV. |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Alvaro Herrera | Fix typo. |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Bruce Momjian | Update for company URL. |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Bruce Momjian | Add URLs |
commit | commitdiff | tree | snapshot |
2006-08-10 |
Tom Lane | Fix UNION/INTERSECT/EXCEPT so that when two inputs... |
commit | commitdiff | tree | snapshot |
2006-08-10 |
Bruce Momjian | Return inline to win32.h because code was OK, but keep... |
commit | commitdiff | tree | snapshot |
2006-08-10 |
Bruce Momjian | Move "#define inline __inline" from port/win32.h to... |
commit | commitdiff | tree | snapshot |
2006-08-10 |
Bruce Momjian | Fix display of log duration so it is milliseconds.micro... |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Tom Lane | Fix inadequate makefile-fu in ecpg regression tests... |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Bruce Momjian | Round microseconds on setitimer upwards. |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Bruce Momjian | On Win32, make minimum setitimer() sleep be 1ms, so... |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Bruce Momjian | Add URL for typmod: |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Bruce Momjian | Fix statement_timeout on Win32 so that it properly... |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Bruce Momjian | Formatting improvement. |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Bruce Momjian | Add URL: |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Bruce Momjian | Add TODO items we don't want (Idea from Josh Berkus) |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Bruce Momjian | Update packages: |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Michael Meskes | Fixed some memory bugs that somehow reappeared. |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Michael Meskes | Fixed error handling in numeric conversion (Joachim). |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Bruce Momjian | Suppress MSVC warnings about weak functions by using |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Bruce Momjian | Update packages description: |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Bruce Momjian | Update packages: |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Bruce Momjian | Fix win32.mak for config cleanup. |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Bruce Momjian | Update: |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Tom Lane | Fix 'make clean' for change of regression.diffs file... |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Tom Lane | Add a feature for automatic initialization and finaliza... |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Bruce Momjian | Reverse order of performance guides so powerpostgresql... |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Bruce Momjian | Add detail on packages: |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Bruce Momjian | Add package item: |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Bruce Momjian | Fix definition of "errcode" for MSVC. |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Teodor Sigaev | Fix bug introduced by last patch, thanks again to Mario... |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Michael Meskes | Cleaned up log output a little bit more. |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Michael Meskes | Clarified COPY FROM STDIN in ecpg todo |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Michael Meskes | Made parser check for valid copy to/from stdin/stdout... |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Bruce Momjian | For protocol-level prepare/bind/execute: |
commit | commitdiff | tree | snapshot |
2006-08-07 |
Tom Lane | Put back another improperly-removed #include. |
commit | commitdiff | tree | snapshot |
2006-08-07 |
Tom Lane | On some platforms, pg_usleep isn't interruptible by... |
commit | commitdiff | tree | snapshot |
2006-08-07 |
Teodor Sigaev | fix bug about modifying value in shared buffer, |
commit | commitdiff | tree | snapshot |
2006-08-07 |
Tom Lane | Make recovery from WAL be restartable, by executing... |
commit | commitdiff | tree | snapshot |
2006-08-07 |
Michael Meskes | Joachim fixed some bugs in numeric handling in pgtypeslib. |
commit | commitdiff | tree | snapshot |
2006-08-06 |
Tom Lane | Tweak sanity_check regression test to display more... |
commit | commitdiff | tree | snapshot |
2006-08-06 |
Tom Lane | Add support for forcing a switch to a new xlog file... |
commit | commitdiff | tree | snapshot |
2006-08-06 |
Bruce Momjian | Use better named loop variable for large loop, rather... |
commit | commitdiff | tree | snapshot |
2006-08-05 |
Tom Lane | Fix inheritance_planner() to delete dummy subplans... |
commit | commitdiff | tree | snapshot |
2006-08-05 |
Michael Meskes | Two more changes to regression tests to fix two differe... |
commit | commitdiff | tree | snapshot |
2006-08-05 |
Neil Conway | Fix references to the Options section in the pgcrypto... |
commit | commitdiff | tree | snapshot |
2006-08-05 |
Tom Lane | Extend relation_excluded_by_constraints() to check... |
commit | commitdiff | tree | snapshot |
2006-08-05 |
Tom Lane | Teach predicate_refuted_by() how to do proofs involving... |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Bruce Momjian | Add some blank lines for formatting. |
commit | commitdiff | tree | snapshot |
next |