Age | Commit message (Expand) | Author |
2010-09-28 | Add a SECURITY LABEL command. | Robert Haas |
2010-09-27 | Add "(change requires restart)" note to some postgresql.conf parameters. | Robert Haas |
2010-09-27 | Improve git_changelog as per discussion with Robert Haas. | Tom Lane |
2010-09-26 | Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE | Peter Eisentraut |
2010-09-26 | Still more tweaking of git_changelog. | Tom Lane |
2010-09-26 | Fix some more bugs in git_changelog. | Tom Lane |
2010-09-26 | Minor improvements to git_changelog. | Tom Lane |
2010-09-25 | Rename git_topo_order -> git_changelog, per discussion. | Tom Lane |
2010-09-25 | Fix another join removal bug: the check on PlaceHolderVars was wrong. | Tom Lane |
2010-09-24 | Still more .gitignore cleanup. | Tom Lane |
2010-09-23 | ProcessIncomingNotify *must* reset notifyInterruptOccurred when called. | Tom Lane |
2010-09-23 | Prevent show_session_authorization from crashing when session_authorization | Tom Lane |
2010-09-23 | Avoid sharing subpath list structure when flattening nested AppendRels. | Tom Lane |
2010-09-23 | Make _outPathInfo print the relid set of the path's parent rel. | Tom Lane |
2010-09-23 | Initialize tableoid field correctly when dumping foreign data wrappers and | Heikki Linnakangas |
2010-09-23 | Re-allow input of Julian dates prior to 0001-01-01 AD. | Tom Lane |
2010-09-23 | More fixes for libpq's .gitignore file. | Tom Lane |
2010-09-23 | Fix inconsistent capitalization of "PL/pgSQL". | Robert Haas |
2010-09-22 | Fix remaining stray references to CVS. | Tom Lane |
2010-09-22 | Some more gitignore cleanups: cover contrib and PL regression test outputs. | Tom Lane |
2010-09-22 | Add gitignore files for ecpg regression tests. | Magnus Hagander |
2010-09-22 | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander |
2010-09-22 | Typo fix. "CVS" is not the same thing as "CSV". | Robert Haas |
2010-09-21 | pgcvslog isn't useful anymore, either. | Tom Lane |
2010-09-21 | add_cvs_markers isn't useful anymore. | Tom Lane |
2010-09-21 | Some more cleanup of CVS keyword noise. | Tom Lane |
2010-09-21 | The port/pg_latch.c symlink ought to be removed by make distclean. | Tom Lane |
2010-09-21 | Remove various mentions of CVS from src/tools/RELEASE_CHANGES. | Robert Haas |
2010-09-21 | git_topo_order script, to match up commits across branches. | Robert Haas |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
2010-09-19 | Update HOT README about when single-page vacuums happen. | Bruce Momjian |
2010-09-19 | Replace last remaining $Id$ with $PostgreSQL$. | Tom Lane |
2010-09-19 | Fix several broken $PostgreSQL$ keywords. Noted while experimenting | Tom Lane |
2010-09-18 | Make sure we wait for protocol-level EOF when ending binary COPY IN. | Tom Lane |
2010-09-18 | Give a suitable HINT when an INSERT's data source is a RowExpr containing | Tom Lane |
2010-09-17 | Remove duplicated code left behind by my recent refactoring of comment.c | Robert Haas |
2010-09-17 | Add some documentation about how we WAL-log filesystem actions. | Tom Lane |
2010-09-16 | Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non-fatal on Win32, | Magnus Hagander |
2010-09-15 | Fix two typos in comments, spotted by Fujii Masao and Thom Brown | Heikki Linnakangas |
2010-09-15 | Use a latch to make startup process wake up and replay immediately when | Heikki Linnakangas |
2010-09-15 | Simplify Windows implementation of latches. There's no need to keep a | Heikki Linnakangas |
2010-09-15 | Don't call OwnLatch while holding a spinlock. OwnLatch can elog() under | Heikki Linnakangas |
2010-09-14 | Fix join-removal logic for pseudoconstant and outerjoin-delayed quals. | Tom Lane |
2010-09-14 | Oops, the timeout argument to WaitLatchOrSocket is in microseconds, not | Heikki Linnakangas |
2010-09-14 | Don't warn about an in-progress online backup, when we're recovering from | Heikki Linnakangas |
2010-09-13 | Add a comment noting that the owner_pid test in OwnLatch is just a sanity | Heikki Linnakangas |
2010-09-13 | Remove prototype for non-existent function from walreceiver.h. Tidy up by | Heikki Linnakangas |
2010-09-13 | Process options from the startup packed in walsender. Only few options | Heikki Linnakangas |
2010-09-11 | SERIALIZABLE transactions are actually implemented beneath the covers with | Joe Conway |
2010-09-11 | Add missing #includes, needed on some platforms. This should make | Heikki Linnakangas |