index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Work around rounding misbehavior exposed by buildfarm.
Tom Lane
2010-10-25
*
Allow new values to be added to an existing enum type.
Tom Lane
2010-10-24
*
Support suffix matching of host names in pg_hba.conf
Peter Eisentraut
2010-10-24
*
Add semicolon, missed in previous patch. And update the keyword list in
Heikki Linnakangas
2010-10-22
*
Make OFF keyword unreserved. It's not hard to imagine wanting to use 'off'
Heikki Linnakangas
2010-10-22
*
Improve handling of domains over arrays.
Tom Lane
2010-10-21
*
Remove obsolete comment, per Josh Kupershmidt.
Tom Lane
2010-10-20
*
Don't try to fetch database name when SetTransactionIdLimit() is executed
Tom Lane
2010-10-20
*
Remove AtStart_Cache() call in CommandCounterIncrement().
Alvaro Herrera
2010-10-20
*
Fix incorrect generation of whole-row variables in planner.
Tom Lane
2010-10-19
*
Unbreak comments on composite type attributes.
Robert Haas
2010-10-19
*
Support key word 'all' in host column of pg_hba.conf
Peter Eisentraut
2010-10-18
*
Fix a passel of inappropriately-named global functions in GIN.
Tom Lane
2010-10-17
*
Improve GIN indexscan cost estimation.
Tom Lane
2010-10-17
*
Fix recent changes to not break non-IPV6-aware systems.
Tom Lane
2010-10-16
*
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-15
*
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-14
*
Accept 'public' as a pseudo-role name in has_table_privilege() and friends
Itagaki Takahiro
2010-10-13
*
Remove some unnecessary tests of pgstat_track_counts.
Tom Lane
2010-10-12
*
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-10
*
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-07
*
Eliminate some repetitive coding in tuplesort.c.
Tom Lane
2010-10-07
*
Teach CLUSTER to use seqscan-and-sort when it's faster than indexscan.
Tom Lane
2010-10-07
*
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-06
*
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-10-02
*
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-27
*
Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE
Peter Eisentraut
2010-09-26
*
Fix another join removal bug: the check on PlaceHolderVars was wrong.
Tom Lane
2010-09-25
*
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-22
[next]