aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Remove obsolete comment, per Josh Kupershmidt.Tom Lane2010-10-20
* Don't try to fetch database name when SetTransactionIdLimit() is executedTom Lane2010-10-20
* Remove AtStart_Cache() call in CommandCounterIncrement().Alvaro Herrera2010-10-20
* Fix ecpg test building process to not generate *.dSYM junk on Macs.Tom Lane2010-10-20
* Fix incorrect generation of whole-row variables in planner.Tom Lane2010-10-19
* Unbreak comments on composite type attributes.Robert Haas2010-10-19
* Support key word 'all' in host column of pg_hba.confPeter Eisentraut2010-10-18
* Fix a passel of inappropriately-named global functions in GIN.Tom Lane2010-10-17
* Improve GIN indexscan cost estimation.Tom Lane2010-10-17
* Fix msvc build for localized versions of Visual C++Magnus Hagander2010-10-17
* Fix recent changes to not break non-IPV6-aware systems.Tom Lane2010-10-16
* Allow WITH clauses to be attached to INSERT, UPDATE, DELETE statements.Tom Lane2010-10-15
* Support host names in pg_hba.confPeter Eisentraut2010-10-15
* Change references to SQL/XML:2003 to :2008 and renumber sections accordinglyPeter Eisentraut2010-10-15
* Allow pg_ctl to register the service in either AUTO or DEMAND start typeAlvaro Herrera2010-10-15
* Fix low-risk potential denial of service against RADIUS login.Magnus Hagander2010-10-15
* Improve comment about ignoring 128 error code on Windows:Bruce Momjian2010-10-15
* Support MergeAppend plans, to allow sorted output from append relations.Tom Lane2010-10-14
* Fix makefile logic to not break the build when xgettext is missingPeter Eisentraut2010-10-14
* Make startup process respond to signals to cancel waiting on latch.Simon Riggs2010-10-14
* Fix bug in comment of timeline history file.Simon Riggs2010-10-14
* Applied patch by Itagaki Takahiro to fix incorrect status calculation inMichael Meskes2010-10-14
* Remove executable permission from files where it doesn't belongPeter Eisentraut2010-10-13
* Accept 'public' as a pseudo-role name in has_table_privilege() and friendsItagaki Takahiro2010-10-13
* Remove some unnecessary tests of pgstat_track_counts.Tom Lane2010-10-12
* Fix plpython so that it again honors typmod while assigning to tuple fields.Tom Lane2010-10-11
* Fix assorted bugs in GIN's WAL replay logic.Tom Lane2010-10-11
* Improve the planner's simplification of NOT constructs.Tom Lane2010-10-10
* Teach psql to do tab completion for names of psql variables.Tom Lane2010-10-10
* Support triggers on views.Tom Lane2010-10-10
* Single-word clarification in postgresql.conf log_truncate_on_rotationBruce Momjian2010-10-08
* Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER.Tom Lane2010-10-08
* Improve logging in VACUUM FULL VERBOSE and CLUSTER VERBOSE.Tom Lane2010-10-07
* Eliminate some repetitive coding in tuplesort.c.Tom Lane2010-10-07
* Teach CLUSTER to use seqscan-and-sort when it's faster than indexscan.Tom Lane2010-10-07
* Reduce the memory requirement for large ispell dictionaries.Tom Lane2010-10-06
* Clean up temporary-memory management during ispell dictionary loading.Tom Lane2010-10-06
* Behave correctly if INSERT ... VALUES is decorated with additional clauses.Tom Lane2010-10-02
* Remove excess argument to open(2).Tom Lane2010-10-02
* Throw an appropriate error if ALTER COLUMN TYPE finds a dependent trigger.Tom Lane2010-10-02
* Use a separate interpreter for each calling SQL userid in plperl and pltcl.Tom Lane2010-09-30
* Improve messages for too many private files/dirs. Per Alexey Parshin.Tom Lane2010-09-28
* Fix another small oversight in command_no_begin patch.Tom Lane2010-09-28
* Fix PlaceHolderVar mechanism's interaction with outer joins.Tom Lane2010-09-28
* Fix MSVC builds for dummy_seclabel breakage.Andrew Dunstan2010-09-28
* Fix duplicate OIDs introduced by SECURITY LABEL patch.Robert Haas2010-09-28
* Only DISCARD ALL should be in the command_no_begin list.Itagaki Takahiro2010-09-28
* Add DISCARD to the command_no_begin list for AUTOCOMMIT=off.Itagaki Takahiro2010-09-28
* Add a SECURITY LABEL command.Robert Haas2010-09-27
* Add "(change requires restart)" note to some postgresql.conf parameters.Robert Haas2010-09-27