2010-09-23 |
Tom Lane | Make _outPathInfo print the relid set of the path's... |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Heikki Linnakangas | Initialize tableoid field correctly when dumping foreig... |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Tom Lane | Re-allow input of Julian dates prior to 0001-01-01 AD. |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Tom Lane | More fixes for libpq's .gitignore file. |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Robert Haas | Fix inconsistent capitalization of "PL/pgSQL". |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Tom Lane | Do some copy-editing on the Git usage docs. |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Tom Lane | Fix remaining stray references to CVS. |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Tom Lane | Add assorted other documentation build targets to docum... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Tom Lane | Some more gitignore cleanups: cover contrib and PL... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Magnus Hagander | Add gitignore files for ecpg regression tests. |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Magnus Hagander | Remove anonymous cvs instructions, and replace them... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Magnus Hagander | Convert cvsignore to gitignore, and add .gitignore... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Robert Haas | Typo fix. "CVS" is not the same thing as "CSV". |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Tom Lane | pgcvslog isn't useful anymore, either. |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Tom Lane | add_cvs_markers isn't useful anymore. |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Tom Lane | Some more cleanup of CVS keyword noise. |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Tom Lane | The port/pg_latch.c symlink ought to be removed by... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Tom Lane | Fix a missed explanation of auto-analyze threshold... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Tom Lane | Trivial typo fix. |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Robert Haas | Remove various mentions of CVS from src/tools/RELEASE_C... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Robert Haas | git_topo_order script, to match up commits across branches. |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Magnus Hagander | Rename README.CVS to README.git and change references... |
commit | commitdiff | tree | snapshot |
2010-09-20 |
Magnus Hagander | Remove cvs keywords from all files. |
commit | commitdiff | tree | snapshot |
2010-09-19 |
Bruce Momjian | Update HOT README about when single-page vacuums happen. |
commit | commitdiff | tree | snapshot |
2010-09-19 |
Tom Lane | Replace last remaining $Id$ with $PostgreSQL$. |
commit | commitdiff | tree | snapshot |
2010-09-19 |
Tom Lane | Fix several broken $PostgreSQL$ keywords. Noted while... |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Tom Lane | Make sure we wait for protocol-level EOF when ending... |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Tom Lane | Give a suitable HINT when an INSERT's data source is... |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Robert Haas | Move pg_db_role_setting docs to correct place in alphab... |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Robert Haas | Remove duplicated code left behind by my recent refacto... |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Tom Lane | Add some documentation about how we WAL-log filesystem... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Magnus Hagander | Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Tom Lane | Stamp 9.0 release notes with expected release date... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Tom Lane | Fix bad grammar. |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Tom Lane | Fix two new-in-9.0 bugs in hstore. |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Tom Lane | Add a compatibility note about plpgsql's treatment... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Heikki Linnakangas | Fix two typos in comments, spotted by Fujii Masao and... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Heikki Linnakangas | Use a latch to make startup process wake up and replay... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Heikki Linnakangas | Simplify Windows implementation of latches. There's... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Heikki Linnakangas | Don't call OwnLatch while holding a spinlock. OwnLatch... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Tom Lane | Fix join-removal logic for pseudoconstant and outerjoin... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Heikki Linnakangas | Oops, the timeout argument to WaitLatchOrSocket is... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Heikki Linnakangas | Don't warn about an in-progress online backup, when... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Heikki Linnakangas | Add a comment noting that the owner_pid test in OwnLatc... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Robert Haas | Elaborate on what gets stored in pg_authid.rolpasswd. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Heikki Linnakangas | Remove prototype for non-existent function from walrece... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Heikki Linnakangas | Process options from the startup packed in walsender... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Bruce Momjian | Don't try aligning comments for new archive_command... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Robert Haas | Link from pg_shadow docs to pg_authid docs. |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Bruce Momjian | Re-add documentation for Win32 copy syntax for archive_... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Joe Conway | SERIALIZABLE transactions are actually implemented... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Heikki Linnakangas | Add missing #includes, needed on some platforms. This... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Heikki Linnakangas | Introduce latches. A latch is a boolean variable, with... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Michael Meskes | Cursor names in the backend are not case-sensitve.... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Tom Lane | Remove obsolete claim that gzip is needed while install... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Bruce Momjian | Doc fixes: |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Peter Eisentraut | Add tip about building plpython 2 and 3. Fix link... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Peter Eisentraut | Clarify that surrogate pairs are not encoded in UTF... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Bruce Momjian | Modify pg_upgrade to set/restore all environment variab... |
commit | commitdiff | tree | snapshot |
2010-09-05 |
Tom Lane | GROUP BY can only infer functional dependency from... |
commit | commitdiff | tree | snapshot |
2010-09-04 |
Tom Lane | Pad the ps_status display with nulls, not blanks, on... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Tom Lane | Install a data-type-based solution for protecting pg_ge... REL9_1_ALPHA1 |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Tom Lane | In HEAD only, revert kluge solution for preventing... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Tom Lane | 9.1alpha1 release notes. |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Tom Lane | Clean up description of ecpg's dtcvfmtasc function. |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Tom Lane | Clean up some bad grammar and punctuation in descriptio... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Tom Lane | Fix up flushing of composite-type typcache entries... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Robert Haas | Fix typo. Pointed out by Kevin Grittner. |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Tom Lane | Clarify documentation of handling of null arguments... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Tom Lane | Improve release notes' description of Teodor's fixes... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Alvaro Herrera | Add missing markup for translatability |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Tom Lane | Cosmetic fixes for KnownAssignedXidsGetOldestXmin,... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Tom Lane | Fix oversight in RelFileNodeBackend patch: CreateFakeRe... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Simon Riggs | Fix misleading DEBUG2 issued during RemoveOldXlogFiles() |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Simon Riggs | Truncate subtrans after each restartpoint. |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Simon Riggs | Teach GetOldestXmin() about KnownAssignedXids during... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Heikki Linnakangas | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Tom Lane | Reduce PANIC to ERROR in some occasionally-reported... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Tom Lane | Remove obsolete remark that PQprepare() is more flexibl... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Robert Haas | Insert additional compiler placation into objectaddress.c. |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Peter Eisentraut | Small refactoring of makeVar() from a TargetEntry |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Robert Haas | Rewrite comment code for better modularity, and add... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Tom Lane | Document the existence of the socket lock file under... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Tom Lane | Explain automatic creation (or lack of it) of indexes... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Tom Lane | Update time zone data files to tzdata release 2010l... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Alvaro Herrera | Improve wording for privilege description on certain... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Alvaro Herrera | Remove duplicate translatable phrase |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Tom Lane | Fix ExecMakeTableFunctionResult to verify that all... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Tom Lane | Don't auto-create the subdirectories holding built... |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Bruce Momjian | Remove docs for "Incrementally Updated Backups" because... |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Tom Lane | Document filtering dictionaries in textsearch.sgml. |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Tom Lane | Improve hint message for ENOMEM failure from shmget(). |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Bruce Momjian | Update release notes, per comments from Simon Riggs. |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Peter Eisentraut | Catch null pointer returns from PyCObject_AsVoidPtr... |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Peter Eisentraut | Add missing description of reloftype field |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Tom Lane | Docs review for unaccent: fix grammar, markup, etc. |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Tom Lane | Avoid passing signed chars to <ctype.h> functions ... |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Tom Lane | Update 9.0 release notes for changes since beta4. |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Tom Lane | Further editing of release notes. |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Tom Lane | Make EXPLAIN show the function call expression of a... |
commit | commitdiff | tree | snapshot |
next |