aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Allow a major PG version psql .psqlrc file to be used if a minorBruce Momjian2011-10-14
* Fix bugs in information_schema.referential_constraints view.Tom Lane2011-10-14
* Measure the number of all-visible pages for use in index-only scan costing.Tom Lane2011-10-14
* Dump all roles first, then all config settings on roles.Robert Haas2011-10-14
* Avoid potential relcache leak in objectaddress.c.Robert Haas2011-10-14
* Remove all "traces" of trace_userlocks, because userlocks were removedBruce Momjian2011-10-13
* Fix up Perl-to-Postgres datatype conversions in pl/perl.Tom Lane2011-10-13
* Have pg_ctl return an exit status of 3 if the server is not running, toBruce Momjian2011-10-13
* Don't mark auto-generated types as extension members.Tom Lane2011-10-12
* Modify RelationGetBufferForTuple() to use a typedef, rather than aBruce Momjian2011-10-12
* Modify pgindent to use a renamed pg_bsd_indent binary. New featuresBruce Momjian2011-10-12
* Throw a useful error message if an extension script file is fed to psql.Tom Lane2011-10-12
* Add comment on why pulling data from a "name" index column can't crash.Tom Lane2011-10-11
* Generate index-only scan tuple descriptor from the plan node's indextlist.Tom Lane2011-10-11
* Improve entab's Makefile install entry.Bruce Momjian2011-10-11
* Consider index-only scans even when there is no matching qual or ORDER BY.Tom Lane2011-10-11
* Rearrange the implementation of index-only scans.Tom Lane2011-10-11
* Replace hardcoded switch in object_exists() with a lookup table.Robert Haas2011-10-11
* Repair breakage in VirtualXactLock.Robert Haas2011-10-11
* Mark GUC external_pid_file's default as '' in postgresql.conf, ratherBruce Momjian2011-10-10
* Attempt to reduce local dependencies in regression tests.Robert Haas2011-10-10
* Fix ALTER TABLE ONLY .. DROP CONSTRAINT.Robert Haas2011-10-09
* Revert accidental change to pg_config_manual.h.Robert Haas2011-10-09
* Clean up a couple of box gist helper functions.Heikki Linnakangas2011-10-09
* Improve index-only scans to avoid repeated access to the index page.Tom Lane2011-10-09
* Prevent index-only scans in stats regression test.Tom Lane2011-10-08
* Fix brain fade in cost estimation for index-only scans.Tom Lane2011-10-08
* Don't let transform_null_equals=on affect CASE foo WHEN NULL ... constructs.Heikki Linnakangas2011-10-08
* Fix typo.Heikki Linnakangas2011-10-08
* Try to fix memory barriers on x86_64.Robert Haas2011-10-07
* Support index-only scans using the visibility map to avoid heap fetches.Tom Lane2011-10-07
* Ensure walsenders can be SIGTERMed while in non-walsender codeMagnus Hagander2011-10-06
* Simplify new pg_ctl newline termination code.Bruce Momjian2011-10-06
* Add postmaster -C option to query configuration parameters, and haveBruce Momjian2011-10-06
* Replace the "New Linear" GiST split algorithm for boxes and points with aHeikki Linnakangas2011-10-06
* Improve and simplify CREATE EXTENSION's management of GUC variables.Tom Lane2011-10-05
* Improve define_custom_variable's handling of pre-existing settings.Tom Lane2011-10-04
* Fix uninitialized-variable bug.Tom Lane2011-10-04
* Add sourcefile/sourceline data to EXEC_BACKEND GUC transmission files.Tom Lane2011-10-04
* Remember the source GucContext for each GUC parameter.Tom Lane2011-10-04
* Use callbacks in SlruScanDirectory for the actual actionAlvaro Herrera2011-10-04
* Remove the custom_variable_classes parameter.Tom Lane2011-10-04
* ProcedureCreate neglected to record dependencies on default expressions.Tom Lane2011-10-03
* Restructure error handling in reading of postgresql.conf.Tom Lane2011-10-02
* Improve generated column names for cases involving sub-SELECTs.Tom Lane2011-10-01
* Support GiST index support functions that want to cache data across calls.Tom Lane2011-09-30
* Fix recursion into previously planned sub-query in examine_simple_variable.Tom Lane2011-09-29
* Fix pg_upgrade for EXEC_BACKEND builds (e.g. Windows) by properlyBruce Momjian2011-09-29
* Fix index matching for operators with mixed collatable/noncollatable inputs.Tom Lane2011-09-29
* Remove dependency on error ordering in isolation testsAlvaro Herrera2011-09-27