2005-04-20 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-04-20 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Tom Lane | Create executor and planner-backend support for decoupl... |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Teodor Sigaev | Add comment about permissions on pg_ts* tables |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Bruce Momjian | >>>>Luckily, PG 8 is available for this. Do you have... |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Bruce Momjian | > >Luckily, PG 8 is available for this. Do you have... |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Bruce Momjian | The following patch should allow UPDATE_INTERVAL to... |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Bruce Momjian | Attached patch gets rid of the global timezone in the... |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Bruce Momjian | Update PITR wording, per Simon. |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Tom Lane | pg_dumpall should enforce the server version check... |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Bruce Momjian | Add WAL entry about compression. |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Bruce Momjian | Added to TODO: |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Bruce Momjian | Update PITR setence to mention WAL and file system... |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Tom Lane | record_in and record_recv must be careful to return... |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Bruce Momjian | Update PITR TODO items: |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Bruce Momjian | Update TODO script sample. |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Bruce Momjian | Update for HTML markup. |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Bruce Momjian | Add description that WAL files used during backup have... |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Bruce Momjian | Add HTML version of TODO to CVS, for web site use. |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Bruce Momjian | Add HTML TODO version to CVS. |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Bruce Momjian | Add description about partial WAL archiving for PITR: |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Bruce Momjian | Fix html. |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Bruce Momjian | Test new html tag. |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Bruce Momjian | Update PITR mention of which WAL files are needed. |
commit | commitdiff | tree | snapshot |
2005-04-17 |
Tom Lane | Initial implementation of lossy-tuple-bitmap data struc... |
commit | commitdiff | tree | snapshot |
2005-04-17 |
Bruce Momjian | Clarify name of file to be checked for PITR expiring. |
commit | commitdiff | tree | snapshot |
2005-04-17 |
Bruce Momjian | Fix comment typo. |
commit | commitdiff | tree | snapshot |
2005-04-16 |
Tom Lane | Create a new 'MultiExecProcNode' call API for plan... |
commit | commitdiff | tree | snapshot |
2005-04-16 |
Tom Lane | Minor improvements to locale documentation. |
commit | commitdiff | tree | snapshot |
2005-04-15 |
Tom Lane | Reduce PANIC to ERROR in several xlog routines that... |
commit | commitdiff | tree | snapshot |
2005-04-15 |
Tom Lane | Modify MoveOfflineLogs/InstallXLogFileSegment to avoid... |
commit | commitdiff | tree | snapshot |
2005-04-15 |
Tom Lane | Revert addition of poorly-thought-out DUMP TIMESTAMP... |
commit | commitdiff | tree | snapshot |
2005-04-15 |
Neil Conway | This patch changes the use of varargs.h to stdarg.h as |
commit | commitdiff | tree | snapshot |
2005-04-15 |
Neil Conway | Remove an unused variable "waitingForSignal". From... |
commit | commitdiff | tree | snapshot |
2005-04-14 |
Bruce Momjian | Done |
commit | commitdiff | tree | snapshot |
2005-04-14 |
Tom Lane | Make equalTupleDescs() compare attlen/attbyval/attalign... |
commit | commitdiff | tree | snapshot |
2005-04-14 |
Tom Lane | Put back blessing of record-function tupledesc, which... |
commit | commitdiff | tree | snapshot |
2005-04-14 |
Tom Lane | Don't try to constant-fold functions returning RECORD... |
commit | commitdiff | tree | snapshot |
2005-04-14 |
Tom Lane | Must count '*' characters as potential arguments. |
commit | commitdiff | tree | snapshot |
2005-04-14 |
Tom Lane | Marginal hack to use a specialized hash function for... |
commit | commitdiff | tree | snapshot |
2005-04-14 |
Tom Lane | Completion of project to use fixed OIDs for all system... |
commit | commitdiff | tree | snapshot |
2005-04-14 |
Michael Meskes | Added patch by Philip Yarra <philip.yarra@internode... |
commit | commitdiff | tree | snapshot |
2005-04-14 |
Tom Lane | First phase of project to use fixed OIDs for all system... |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Tom Lane | Simplify initdb-time assignment of OIDs as I proposed... |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Tom Lane | Change addRangeTableEntryForRelation() to take a Relati... |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Tom Lane | Revert yesterday's change to make pg_cast.h say 'OID... |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Neil Conway | Minor consistency improvement to the documentation... |
commit | commitdiff | tree | snapshot |
2005-04-12 |
Tom Lane | Adjust pg_cast.h so that the OIDs assigned to built... |
commit | commitdiff | tree | snapshot |
2005-04-12 |
Tom Lane | Remove unnecessary UPDATE commands to assign explicit... |
commit | commitdiff | tree | snapshot |
2005-04-12 |
Peter Eisentraut | Revert mistaken renaming of UTF-8. |
commit | commitdiff | tree | snapshot |
2005-04-12 |
Tom Lane | Fix oversight in MIN/MAX optimization: must not return... |
commit | commitdiff | tree | snapshot |
2005-04-12 |
Tom Lane | Add aggsortop column to pg_aggregate, so that MIN/MAX... |
commit | commitdiff | tree | snapshot |
2005-04-12 |
Tom Lane | Fix broken markup. |
commit | commitdiff | tree | snapshot |
2005-04-11 |
Tom Lane | Create the planner mechanism for optimizing simple... |
commit | commitdiff | tree | snapshot |
2005-04-11 |
Tom Lane | Fix interaction between materializing holdable cursors... |
commit | commitdiff | tree | snapshot |
2005-04-11 |
Tom Lane | PersistHoldablePortal must establish the correct value... |
commit | commitdiff | tree | snapshot |
2005-04-10 |
Bruce Momjian | Update to XHTML. |
commit | commitdiff | tree | snapshot |
2005-04-10 |
Tom Lane | Make constant-folding produce sane output for COALESCE... |
commit | commitdiff | tree | snapshot |
2005-04-10 |
Tom Lane | Split out into a separate function the code in grouping... |
commit | commitdiff | tree | snapshot |
2005-04-10 |
Tom Lane | SQL functions returning pass-by-reference types were... |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Bruce Momjian | We don't put URL's in ulink's because the URL is always... |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Tom Lane | If we're going to have a non-panic check for held_lwloc... |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Tom Lane | Use an always-there test, not an Assert, to check for... |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Neil Conway | Change the default setting of "add_missing_from" to... |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Neil Conway | Use fork_process() to avoid some fork()-related boilerp... |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Tom Lane | Update and copy-edit release notes for 8.0.2. |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Tom Lane | Fix some issues with missing or too many newlines at |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Tom Lane | Allow plpgsql functions to omit RETURN command when... |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Neil Conway | Minor documentation tweak. |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Neil Conway | Fix minor breakage to regression tests induced in previ... |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Neil Conway | Add a "USING" clause to DELETE, which is equivalent... |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Neil Conway | Apply the "nodeAgg" optimization to more of the builtin... |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Tom Lane | Remove test for NULL node in ExecProcNode(). No place... |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Tom Lane | Merge Resdom nodes into TargetEntry nodes to simplify... |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Bruce Momjian | Attached patch cleans up the HTML code in tools/backend... |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Neil Conway | Include information about a domain's CHECK constraint... |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Neil Conway | This file was whacked by pgindent before it knew it... |
commit | commitdiff | tree | snapshot |
2005-04-05 |
Tom Lane | Adjust grammar for plpgsql's OPEN command so that a... |
commit | commitdiff | tree | snapshot |
2005-04-05 |
Tom Lane | plpgsql does OUT parameters, as per my proposal a few... |
commit | commitdiff | tree | snapshot |
2005-04-05 |
Tom Lane | Fix broken markup. |
commit | commitdiff | tree | snapshot |
2005-04-04 |
Neil Conway | This patch changes int2_avg_accum() and int4_avg_accum... |
commit | commitdiff | tree | snapshot |
2005-04-04 |
Neil Conway | Minor fixes for psql tab completion. Spell "absolute... |
commit | commitdiff | tree | snapshot |
2005-04-04 |
Neil Conway | Add a link to www.postgresql.org/download to the instal... |
commit | commitdiff | tree | snapshot |
2005-04-04 |
Neil Conway | Remove an unused variable `ShmemBootstrap', and remove... |
commit | commitdiff | tree | snapshot |
2005-04-04 |
Tom Lane | In cost_mergejoin, the early-exit effect should not... |
commit | commitdiff | tree | snapshot |
2005-04-03 |
Tom Lane | Put back code mistakenly removed from copy of postmaster's |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Bruce Momjian | Fix release not typo. |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Bruce Momjian | Update release notes for 8.0.2. |
commit | commitdiff | tree | snapshot |
2005-04-01 |
Tom Lane | Second try at making examine_variable and friends behav... |
commit | commitdiff | tree | snapshot |
2005-04-01 |
Tom Lane | Make plperl work with OUT parameters. |
commit | commitdiff | tree | snapshot |
2005-04-01 |
Tom Lane | Minor improvements in the really-pretty-ad-hoc test... |
commit | commitdiff | tree | snapshot |
2005-04-01 |
Tom Lane | Teach pg_dump about OUT parameters. |
commit | commitdiff | tree | snapshot |
2005-04-01 |
Bruce Momjian | Update pgcvslog examples. |
commit | commitdiff | tree | snapshot |
2005-04-01 |
Bruce Momjian | Fix wrong week returnded by date_trunc('week') for... |
commit | commitdiff | tree | snapshot |
2005-04-01 |
Bruce Momjian | Update pgcvslog examples. |
commit | commitdiff | tree | snapshot |
2005-04-01 |
Neil Conway | Remove pg_buffercache_pages.h -- patch from Mark Kirkwood. |
commit | commitdiff | tree | snapshot |
2005-04-01 |
Bruce Momjian | Adjust pg_proc.proargtypes[0] tests in psql \df to... |
commit | commitdiff | tree | snapshot |
2005-03-31 |
Tom Lane | Flush any remaining statistics counts out to the collec... |
commit | commitdiff | tree | snapshot |
next |