summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2010-10-15Allow WITH clauses to be attached to INSERT, UPDATE, DELETE statements.Tom Lane
2010-10-15Support host names in pg_hba.confPeter Eisentraut
2010-10-15Change references to SQL/XML:2003 to :2008 and renumber sections accordinglyPeter Eisentraut
2010-10-15Fix low-risk potential denial of service against RADIUS login.Magnus Hagander
2010-10-15Improve comment about ignoring 128 error code on Windows:Bruce Momjian
2010-10-14Support MergeAppend plans, to allow sorted output from append relations.Tom Lane
2010-10-14Make startup process respond to signals to cancel waiting on latch.Simon Riggs
2010-10-14Fix bug in comment of timeline history file.Simon Riggs
2010-10-13Accept 'public' as a pseudo-role name in has_table_privilege() and friendsItagaki Takahiro
2010-10-12Remove some unnecessary tests of pgstat_track_counts.Tom Lane
2010-10-11Fix assorted bugs in GIN's WAL replay logic.Tom Lane
2010-10-11Improve the planner's simplification of NOT constructs.Tom Lane
2010-10-10Support triggers on views.Tom Lane
2010-10-08Single-word clarification in postgresql.conf log_truncate_on_rotationBruce Momjian
2010-10-08Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER.Tom Lane
2010-10-08Improve logging in VACUUM FULL VERBOSE and CLUSTER VERBOSE.Tom Lane
2010-10-08Eliminate some repetitive coding in tuplesort.c.Tom Lane
2010-10-08Teach CLUSTER to use seqscan-and-sort when it's faster than indexscan.Tom Lane
2010-10-06Reduce the memory requirement for large ispell dictionaries.Tom Lane
2010-10-06Clean up temporary-memory management during ispell dictionary loading.Tom Lane
2010-10-03Behave correctly if INSERT ... VALUES is decorated with additional clauses.Tom Lane
2010-10-02Throw an appropriate error if ALTER COLUMN TYPE finds a dependent trigger.Tom Lane
2010-09-28Improve messages for too many private files/dirs. Per Alexey Parshin.Tom Lane
2010-09-28Fix PlaceHolderVar mechanism's interaction with outer joins.Tom Lane
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-26Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTEPeter Eisentraut
2010-09-25Fix another join removal bug: the check on PlaceHolderVars was wrong.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-23Re-allow input of Julian dates prior to 0001-01-01 AD.Tom Lane
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-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-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-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