aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Fix incorrect generation of whole-row variables in planner.Tom Lane2010-10-19
* Support key word 'all' in host column of pg_hba.confPeter Eisentraut2010-10-18
* Fix a passel of inappropriately-named global functions in GIN.Tom Lane2010-10-17
* Improve GIN indexscan cost estimation.Tom Lane2010-10-17
* Allow WITH clauses to be attached to INSERT, UPDATE, DELETE statements.Tom Lane2010-10-15
* Support host names in pg_hba.confPeter Eisentraut2010-10-15
* Support MergeAppend plans, to allow sorted output from append relations.Tom Lane2010-10-14
* Remove executable permission from files where it doesn't belongPeter Eisentraut2010-10-13
* Remove some unnecessary tests of pgstat_track_counts.Tom Lane2010-10-12
* Improve the planner's simplification of NOT constructs.Tom Lane2010-10-10
* Support triggers on views.Tom Lane2010-10-10
* Improve logging in VACUUM FULL VERBOSE and CLUSTER VERBOSE.Tom Lane2010-10-07
* Teach CLUSTER to use seqscan-and-sort when it's faster than indexscan.Tom Lane2010-10-07
* Reduce the memory requirement for large ispell dictionaries.Tom Lane2010-10-06
* Clean up temporary-memory management during ispell dictionary loading.Tom Lane2010-10-06
* Fix PlaceHolderVar mechanism's interaction with outer joins.Tom Lane2010-09-28
* Fix duplicate OIDs introduced by SECURITY LABEL patch.Robert Haas2010-09-28
* Add a SECURITY LABEL command.Robert Haas2010-09-27
* Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTEPeter Eisentraut2010-09-26
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-22
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Fix several broken $PostgreSQL$ keywords. Noted while experimentingTom Lane2010-09-19
* Use a latch to make startup process wake up and replay immediately whenHeikki Linnakangas2010-09-15
* Simplify Windows implementation of latches. There's no need to keep aHeikki Linnakangas2010-09-15
* Fix join-removal logic for pseudoconstant and outerjoin-delayed quals.Tom Lane2010-09-14
* Remove prototype for non-existent function from walreceiver.h. Tidy up byHeikki Linnakangas2010-09-13
* SERIALIZABLE transactions are actually implemented beneath the covers withJoe Conway2010-09-11
* Introduce latches. A latch is a boolean variable, with the capability toHeikki Linnakangas2010-09-11
* Install a data-type-based solution for protecting pg_get_expr().REL9_1_ALPHA1Tom Lane2010-09-03
* In HEAD only, revert kluge solution for preventing misuse of pg_get_expr().Tom Lane2010-09-03
* Fix up flushing of composite-type typcache entries to be driven directly byTom Lane2010-09-02
* Small refactoring of makeVar() from a TargetEntryPeter Eisentraut2010-08-27
* Rewrite comment code for better modularity, and add necessary locking.Robert Haas2010-08-27
* Add string functions: concat(), concat_ws(), left(), right(), and reverse().Itagaki Takahiro2010-08-24
* Marginal code cleanup for streaming replication.Tom Lane2010-08-23
* Add vacuum and analyze counters to pg_stat_*_tables views.Magnus Hagander2010-08-21
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-19
* Rename utf2ucs() to utf8_to_unicode(), and export it so it can be usedTom Lane2010-08-18
* Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner.Tom Lane2010-08-18
* MyBackendId now needs to be PGDLLIMPORT, so that contrib modules canTom Lane2010-08-14
* Include the backend ID in the relpath of temporary relations.Robert Haas2010-08-13
* Add xml_is_well_formed, xml_is_well_formed_document, xml_is_well_formed_contentTom Lane2010-08-13
* Correct sundry errors in Hot Standby-related comments.Robert Haas2010-08-12
* Add three-parameter forms of array_to_string and string_to_array, to allowTom Lane2010-08-10
* Add an xpath_exists() function. This is equivalent to XMLEXISTS except thatTom Lane2010-08-08
* Add stats functions and views to provide access to a transaction's ownTom Lane2010-08-08
* Recognize functional dependency on primary keys. This allows a table'sTom Lane2010-08-07
* Remove the single-argument form of string_agg(). It added nothing much inTom Lane2010-08-05
* Standardize get_whatever_oid functions for other object types.Robert Haas2010-08-05
* Standardize get_whatever_oid functions for object types withRobert Haas2010-08-05