summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2010-11-24When reporting the server as not responding, if the hostname wasBruce Momjian
2010-11-24Create the system catalog infrastructure needed for KNNGIST.Tom Lane
2010-11-23Propagate ALTER TYPE operations to typed tablesPeter Eisentraut
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-11-23Centralize some ALTER <whatever> .. SET SCHEMA checks.Robert Haas
2010-11-21Bump catversion. Should have done this as part of format(text) patch.Robert Haas
2010-11-21Add new SQL function, format(text).Robert Haas
2010-11-20Further cleanup of indxpath logic related to IndexOptInfo.opfamily array.Tom Lane
2010-11-20Expose quote_literal_cstr() from core.Robert Haas
2010-11-20Speed up conversion of signed integers to C strings.Robert Haas
2010-11-19Improve relation width estimation for subqueries.Tom Lane
2010-11-18Add pg_describe_object functionAlvaro Herrera
2010-11-18Further fallout from the MergeAppend patch.Tom Lane
2010-11-17Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally.Tom Lane
2010-11-16The GiST scan algorithm uses LSNs to detect concurrent pages splits, butHeikki Linnakangas
2010-11-15Add new buffers_backend_fsync field to pg_stat_bgwriter.Robert Haas
2010-11-15Fix copy-and-pasteo a little more completely.Robert Haas
2010-11-15Fix copy-and-pasteo.Alvaro Herrera
2010-11-12Move copydir() prototype into its own header file.Robert Haas
2010-11-10Add monitoring function pg_last_xact_replay_timestamp.Robert Haas
2010-11-10Don't use __declspec (dllimport) for PGDLLEXPORT to reduce warningsItagaki Takahiro
2010-11-08Use appendrel planning logic for top-level UNION ALL structures.Tom Lane
2010-11-04Reimplement planner's handling of MIN/MAX aggregate optimization.Tom Lane
2010-11-01Avoid using a local FunctionCallInfoData struct in ExecMakeFunctionResultTom Lane
2010-10-31Provide hashing support for arrays.Tom Lane
2010-10-29Avoid creation of useless EquivalenceClasses during planning.Tom Lane
2010-10-27Add a client authentication hook.Robert Haas
2010-10-26Fix typos "are are".Itagaki Takahiro
2010-10-25Refactor typenameTypeId()Peter Eisentraut
2010-10-25Allow new values to be added to an existing enum type.Tom Lane
2010-10-22Make OFF keyword unreserved. It's not hard to imagine wanting to use 'off'Heikki Linnakangas
2010-10-21Improve handling of domains over arrays.Tom Lane
2010-10-19Fix incorrect generation of whole-row variables in planner.Tom Lane
2010-10-18Support key word 'all' in host column of pg_hba.confPeter Eisentraut
2010-10-18Fix a passel of inappropriately-named global functions in GIN.Tom Lane
2010-10-18Improve GIN indexscan cost estimation.Tom Lane
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-14Support MergeAppend plans, to allow sorted output from append relations.Tom Lane
2010-10-13Remove executable permission from files where it doesn't belongPeter Eisentraut
2010-10-12Remove some unnecessary tests of pgstat_track_counts.Tom Lane
2010-10-11Improve the planner's simplification of NOT constructs.Tom Lane
2010-10-10Support triggers on views.Tom Lane
2010-10-08Improve logging in VACUUM FULL VERBOSE and CLUSTER VERBOSE.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-09-28Fix PlaceHolderVar mechanism's interaction with outer joins.Tom Lane
2010-09-28Fix duplicate OIDs introduced by SECURITY LABEL patch.Robert Haas
2010-09-28Add a SECURITY LABEL command.Robert Haas