| Commit message (Expand) | Author | Age | Files | Lines |
* | Move copydir() prototype into its own header file. | Robert Haas | 2010-11-12 | 2 | -2/+18 |
* | Add monitoring function pg_last_xact_replay_timestamp. | Robert Haas | 2010-11-09 | 3 | -1/+4 |
* | Don't use __declspec (dllimport) for PGDLLEXPORT to reduce warnings | Itagaki Takahiro | 2010-11-10 | 2 | -2/+2 |
* | Use appendrel planning logic for top-level UNION ALL structures. | Tom Lane | 2010-11-08 | 1 | -0/+1 |
* | Reimplement planner's handling of MIN/MAX aggregate optimization. | Tom Lane | 2010-11-04 | 4 | -5/+24 |
* | Avoid using a local FunctionCallInfoData struct in ExecMakeFunctionResult | Tom Lane | 2010-11-01 | 1 | -10/+9 |
* | Provide hashing support for arrays. | Tom Lane | 2010-10-30 | 12 | -14/+37 |
* | Avoid creation of useless EquivalenceClasses during planning. | Tom Lane | 2010-10-29 | 1 | -2/+5 |
* | Add a client authentication hook. | Robert Haas | 2010-10-26 | 1 | -0/+4 |
* | Fix typos "are are". | Itagaki Takahiro | 2010-10-26 | 2 | -2/+2 |
* | Refactor typenameTypeId() | Peter Eisentraut | 2010-10-25 | 1 | -3/+4 |
* | Allow new values to be added to an existing enum type. | Tom Lane | 2010-10-24 | 7 | -5/+35 |
* | Make OFF keyword unreserved. It's not hard to imagine wanting to use 'off' | Heikki Linnakangas | 2010-10-22 | 1 | -1/+1 |
* | Improve handling of domains over arrays. | Tom Lane | 2010-10-21 | 4 | -5/+7 |
* | Fix incorrect generation of whole-row variables in planner. | Tom Lane | 2010-10-19 | 1 | -0/+4 |
* | Support key word 'all' in host column of pg_hba.conf | Peter Eisentraut | 2010-10-18 | 1 | -1/+2 |
* | Fix a passel of inappropriately-named global functions in GIN. | Tom Lane | 2010-10-17 | 1 | -15/+15 |
* | Improve GIN indexscan cost estimation. | Tom Lane | 2010-10-17 | 1 | -4/+32 |
* | Allow WITH clauses to be attached to INSERT, UPDATE, DELETE statements. | Tom Lane | 2010-10-15 | 2 | -1/+4 |
* | Support host names in pg_hba.conf | Peter Eisentraut | 2010-10-15 | 2 | -0/+5 |
* | Support MergeAppend plans, to allow sorted output from append relations. | Tom Lane | 2010-10-14 | 7 | -7/+96 |
* | Remove executable permission from files where it doesn't belong | Peter Eisentraut | 2010-10-13 | 1 | -0/+0 |
* | Remove some unnecessary tests of pgstat_track_counts. | Tom Lane | 2010-10-12 | 1 | -7/+7 |
* | Improve the planner's simplification of NOT constructs. | Tom Lane | 2010-10-10 | 1 | -0/+1 |
* | Support triggers on views. | Tom Lane | 2010-10-10 | 5 | -45/+92 |
* | Improve logging in VACUUM FULL VERBOSE and CLUSTER VERBOSE. | Tom Lane | 2010-10-07 | 1 | -1/+1 |
* | Teach CLUSTER to use seqscan-and-sort when it's faster than indexscan. | Tom Lane | 2010-10-07 | 4 | -15/+33 |
* | Reduce the memory requirement for large ispell dictionaries. | Tom Lane | 2010-10-06 | 1 | -0/+4 |
* | Clean up temporary-memory management during ispell dictionary loading. | Tom Lane | 2010-10-06 | 1 | -8/+14 |
* | Fix PlaceHolderVar mechanism's interaction with outer joins. | Tom Lane | 2010-09-28 | 2 | -2/+20 |
* | Fix duplicate OIDs introduced by SECURITY LABEL patch. | Robert Haas | 2010-09-28 | 4 | -6/+6 |
* | Add a SECURITY LABEL command. | Robert Haas | 2010-09-27 | 8 | -1/+99 |
* | Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE | Peter Eisentraut | 2010-09-26 | 2 | -0/+2 |
* | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander | 2010-09-22 | 4 | -0/+9 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 424 | -424/+424 |
* | Fix several broken $PostgreSQL$ keywords. Noted while experimenting | Tom Lane | 2010-09-19 | 1 | -1/+1 |
* | Use a latch to make startup process wake up and replay immediately when | Heikki Linnakangas | 2010-09-15 | 1 | -1/+2 |
* | Simplify Windows implementation of latches. There's no need to keep a | Heikki Linnakangas | 2010-09-15 | 1 | -6/+2 |
* | Fix join-removal logic for pseudoconstant and outerjoin-delayed quals. | Tom Lane | 2010-09-14 | 1 | -1/+4 |
* | Remove prototype for non-existent function from walreceiver.h. Tidy up by | Heikki Linnakangas | 2010-09-13 | 1 | -2/+4 |
* | SERIALIZABLE transactions are actually implemented beneath the covers with | Joe Conway | 2010-09-11 | 1 | -2/+2 |
* | Introduce latches. A latch is a boolean variable, with the capability to | Heikki Linnakangas | 2010-09-11 | 2 | -1/+71 |
* | Install a data-type-based solution for protecting pg_get_expr().REL9_1_ALPHA1 | Tom Lane | 2010-09-03 | 11 | -28/+49 |
* | In HEAD only, revert kluge solution for preventing misuse of pg_get_expr(). | Tom Lane | 2010-09-03 | 1 | -3/+1 |
* | Fix up flushing of composite-type typcache entries to be driven directly by | Tom Lane | 2010-09-02 | 1 | -3/+1 |
* | Small refactoring of makeVar() from a TargetEntry | Peter Eisentraut | 2010-08-27 | 1 | -1/+4 |
* | Rewrite comment code for better modularity, and add necessary locking. | Robert Haas | 2010-08-27 | 2 | -12/+35 |
* | Add string functions: concat(), concat_ws(), left(), right(), and reverse(). | Itagaki Takahiro | 2010-08-24 | 3 | -4/+20 |
* | Marginal code cleanup for streaming replication. | Tom Lane | 2010-08-23 | 1 | -2/+1 |
* | Add vacuum and analyze counters to pg_stat_*_tables views. | Magnus Hagander | 2010-08-21 | 3 | -4/+16 |