summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
2010-09-26Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTEPeter Eisentraut
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-09-19Fix several broken $PostgreSQL$ keywords. Noted while experimentingTom Lane
2010-09-15Use a latch to make startup process wake up and replay immediately whenHeikki Linnakangas
2010-09-15Simplify Windows implementation of latches. There's no need to keep aHeikki Linnakangas
2010-09-14Fix join-removal logic for pseudoconstant and outerjoin-delayed quals.Tom Lane
2010-09-13Remove prototype for non-existent function from walreceiver.h. Tidy up byHeikki Linnakangas
2010-09-11SERIALIZABLE transactions are actually implemented beneath the covers withJoe Conway
2010-09-11Introduce latches. A latch is a boolean variable, with the capability toHeikki Linnakangas
2010-09-03Install a data-type-based solution for protecting pg_get_expr().REL9_1_ALPHA1Tom Lane
2010-09-03In HEAD only, revert kluge solution for preventing misuse of pg_get_expr().Tom Lane
2010-09-02Fix up flushing of composite-type typcache entries to be driven directly byTom Lane
2010-08-27Small refactoring of makeVar() from a TargetEntryPeter Eisentraut
2010-08-27Rewrite comment code for better modularity, and add necessary locking.Robert Haas
2010-08-24Add string functions: concat(), concat_ws(), left(), right(), and reverse().Itagaki Takahiro
2010-08-23Marginal code cleanup for streaming replication.Tom Lane
2010-08-21Add vacuum and analyze counters to pg_stat_*_tables views.Magnus Hagander
2010-08-19Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut
2010-08-18Rename utf2ucs() to utf8_to_unicode(), and export it so it can be usedTom Lane
2010-08-18Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner.Tom Lane