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