summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Move copydir() prototype into its own header file.Robert Haas2010-11-122-2/+18
* Add monitoring function pg_last_xact_replay_timestamp.Robert Haas2010-11-093-1/+4
* Don't use __declspec (dllimport) for PGDLLEXPORT to reduce warningsItagaki Takahiro2010-11-102-2/+2
* Use appendrel planning logic for top-level UNION ALL structures.Tom Lane2010-11-081-0/+1
* Reimplement planner's handling of MIN/MAX aggregate optimization.Tom Lane2010-11-044-5/+24
* Avoid using a local FunctionCallInfoData struct in ExecMakeFunctionResultTom Lane2010-11-011-10/+9
* Provide hashing support for arrays.Tom Lane2010-10-3012-14/+37
* Avoid creation of useless EquivalenceClasses during planning.Tom Lane2010-10-291-2/+5
* Add a client authentication hook.Robert Haas2010-10-261-0/+4
* Fix typos "are are".Itagaki Takahiro2010-10-262-2/+2
* Refactor typenameTypeId()Peter Eisentraut2010-10-251-3/+4
* Allow new values to be added to an existing enum type.Tom Lane2010-10-247-5/+35
* Make OFF keyword unreserved. It's not hard to imagine wanting to use 'off'Heikki Linnakangas2010-10-221-1/+1
* Improve handling of domains over arrays.Tom Lane2010-10-214-5/+7
* Fix incorrect generation of whole-row variables in planner.Tom Lane2010-10-191-0/+4
* Support key word 'all' in host column of pg_hba.confPeter Eisentraut2010-10-181-1/+2
* Fix a passel of inappropriately-named global functions in GIN.Tom Lane2010-10-171-15/+15
* Improve GIN indexscan cost estimation.Tom Lane2010-10-171-4/+32
* Allow WITH clauses to be attached to INSERT, UPDATE, DELETE statements.Tom Lane2010-10-152-1/+4
* Support host names in pg_hba.confPeter Eisentraut2010-10-152-0/+5
* Support MergeAppend plans, to allow sorted output from append relations.Tom Lane2010-10-147-7/+96
* Remove executable permission from files where it doesn't belongPeter Eisentraut2010-10-131-0/+0
* Remove some unnecessary tests of pgstat_track_counts.Tom Lane2010-10-121-7/+7
* Improve the planner's simplification of NOT constructs.Tom Lane2010-10-101-0/+1
* Support triggers on views.Tom Lane2010-10-105-45/+92
* Improve logging in VACUUM FULL VERBOSE and CLUSTER VERBOSE.Tom Lane2010-10-071-1/+1
* Teach CLUSTER to use seqscan-and-sort when it's faster than indexscan.Tom Lane2010-10-074-15/+33
* Reduce the memory requirement for large ispell dictionaries.Tom Lane2010-10-061-0/+4
* Clean up temporary-memory management during ispell dictionary loading.Tom Lane2010-10-061-8/+14
* Fix PlaceHolderVar mechanism's interaction with outer joins.Tom Lane2010-09-282-2/+20
* Fix duplicate OIDs introduced by SECURITY LABEL patch.Robert Haas2010-09-284-6/+6
* Add a SECURITY LABEL command.Robert Haas2010-09-278-1/+99
* Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTEPeter Eisentraut2010-09-262-0/+2
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-224-0/+9
* Remove cvs keywords from all files.Magnus Hagander2010-09-20424-424/+424
* Fix several broken $PostgreSQL$ keywords. Noted while experimentingTom Lane2010-09-191-1/+1
* Use a latch to make startup process wake up and replay immediately whenHeikki Linnakangas2010-09-151-1/+2
* Simplify Windows implementation of latches. There's no need to keep aHeikki Linnakangas2010-09-151-6/+2
* Fix join-removal logic for pseudoconstant and outerjoin-delayed quals.Tom Lane2010-09-141-1/+4
* Remove prototype for non-existent function from walreceiver.h. Tidy up byHeikki Linnakangas2010-09-131-2/+4
* SERIALIZABLE transactions are actually implemented beneath the covers withJoe Conway2010-09-111-2/+2
* Introduce latches. A latch is a boolean variable, with the capability toHeikki Linnakangas2010-09-112-1/+71
* Install a data-type-based solution for protecting pg_get_expr().REL9_1_ALPHA1Tom Lane2010-09-0311-28/+49
* In HEAD only, revert kluge solution for preventing misuse of pg_get_expr().Tom Lane2010-09-031-3/+1
* Fix up flushing of composite-type typcache entries to be driven directly byTom Lane2010-09-021-3/+1
* Small refactoring of makeVar() from a TargetEntryPeter Eisentraut2010-08-271-1/+4
* Rewrite comment code for better modularity, and add necessary locking.Robert Haas2010-08-272-12/+35
* Add string functions: concat(), concat_ws(), left(), right(), and reverse().Itagaki Takahiro2010-08-243-4/+20
* Marginal code cleanup for streaming replication.Tom Lane2010-08-231-2/+1
* Add vacuum and analyze counters to pg_stat_*_tables views.Magnus Hagander2010-08-213-4/+16