index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Age
Commit message (
Expand
)
Author
2010-10-15
Allow WITH clauses to be attached to INSERT, UPDATE, DELETE statements.
Tom Lane
2010-10-15
Support host names in pg_hba.conf
Peter Eisentraut
2010-10-15
Change references to SQL/XML:2003 to :2008 and renumber sections accordingly
Peter Eisentraut
2010-10-15
Fix low-risk potential denial of service against RADIUS login.
Magnus Hagander
2010-10-15
Improve comment about ignoring 128 error code on Windows:
Bruce Momjian
2010-10-14
Support MergeAppend plans, to allow sorted output from append relations.
Tom Lane
2010-10-14
Make startup process respond to signals to cancel waiting on latch.
Simon Riggs
2010-10-14
Fix bug in comment of timeline history file.
Simon Riggs
2010-10-13
Accept 'public' as a pseudo-role name in has_table_privilege() and friends
Itagaki Takahiro
2010-10-12
Remove some unnecessary tests of pgstat_track_counts.
Tom Lane
2010-10-11
Fix assorted bugs in GIN's WAL replay logic.
Tom Lane
2010-10-11
Improve the planner's simplification of NOT constructs.
Tom Lane
2010-10-10
Support triggers on views.
Tom Lane
2010-10-08
Single-word clarification in postgresql.conf log_truncate_on_rotation
Bruce Momjian
2010-10-08
Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER.
Tom Lane
2010-10-08
Improve logging in VACUUM FULL VERBOSE and CLUSTER VERBOSE.
Tom Lane
2010-10-08
Eliminate some repetitive coding in tuplesort.c.
Tom Lane
2010-10-08
Teach CLUSTER to use seqscan-and-sort when it's faster than indexscan.
Tom Lane
2010-10-06
Reduce the memory requirement for large ispell dictionaries.
Tom Lane
2010-10-06
Clean up temporary-memory management during ispell dictionary loading.
Tom Lane
2010-10-03
Behave correctly if INSERT ... VALUES is decorated with additional clauses.
Tom Lane
2010-10-02
Throw an appropriate error if ALTER COLUMN TYPE finds a dependent trigger.
Tom Lane
2010-09-28
Improve messages for too many private files/dirs. Per Alexey Parshin.
Tom Lane
2010-09-28
Fix PlaceHolderVar mechanism's interaction with outer joins.
Tom Lane
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-26
Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE
Peter Eisentraut
2010-09-25
Fix another join removal bug: the check on PlaceHolderVars was wrong.
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
Re-allow input of Julian dates prior to 0001-01-01 AD.
Tom Lane
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
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-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-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
[next]