index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Expand
)
Author
2010-11-24
When reporting the server as not responding, if the hostname was
Bruce Momjian
2010-11-24
Create the system catalog infrastructure needed for KNNGIST.
Tom Lane
2010-11-23
Propagate ALTER TYPE operations to typed tables
Peter Eisentraut
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
Centralize some ALTER <whatever> .. SET SCHEMA checks.
Robert Haas
2010-11-21
Bump catversion. Should have done this as part of format(text) patch.
Robert Haas
2010-11-21
Add new SQL function, format(text).
Robert Haas
2010-11-20
Further cleanup of indxpath logic related to IndexOptInfo.opfamily array.
Tom Lane
2010-11-20
Expose quote_literal_cstr() from core.
Robert Haas
2010-11-20
Speed up conversion of signed integers to C strings.
Robert Haas
2010-11-19
Improve relation width estimation for subqueries.
Tom Lane
2010-11-18
Add pg_describe_object function
Alvaro Herrera
2010-11-18
Further fallout from the MergeAppend patch.
Tom Lane
2010-11-17
Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally.
Tom Lane
2010-11-16
The GiST scan algorithm uses LSNs to detect concurrent pages splits, but
Heikki Linnakangas
2010-11-15
Add new buffers_backend_fsync field to pg_stat_bgwriter.
Robert Haas
2010-11-15
Fix copy-and-pasteo a little more completely.
Robert Haas
2010-11-15
Fix copy-and-pasteo.
Alvaro Herrera
2010-11-12
Move copydir() prototype into its own header file.
Robert Haas
2010-11-10
Add monitoring function pg_last_xact_replay_timestamp.
Robert Haas
2010-11-10
Don't use __declspec (dllimport) for PGDLLEXPORT to reduce warnings
Itagaki Takahiro
2010-11-08
Use appendrel planning logic for top-level UNION ALL structures.
Tom Lane
2010-11-04
Reimplement planner's handling of MIN/MAX aggregate optimization.
Tom Lane
2010-11-01
Avoid using a local FunctionCallInfoData struct in ExecMakeFunctionResult
Tom Lane
2010-10-31
Provide hashing support for arrays.
Tom Lane
2010-10-29
Avoid creation of useless EquivalenceClasses during planning.
Tom Lane
2010-10-27
Add a client authentication hook.
Robert Haas
2010-10-26
Fix typos "are are".
Itagaki Takahiro
2010-10-25
Refactor typenameTypeId()
Peter Eisentraut
2010-10-25
Allow new values to be added to an existing enum type.
Tom Lane
2010-10-22
Make OFF keyword unreserved. It's not hard to imagine wanting to use 'off'
Heikki Linnakangas
2010-10-21
Improve handling of domains over arrays.
Tom Lane
2010-10-19
Fix incorrect generation of whole-row variables in planner.
Tom Lane
2010-10-18
Support key word 'all' in host column of pg_hba.conf
Peter Eisentraut
2010-10-18
Fix a passel of inappropriately-named global functions in GIN.
Tom Lane
2010-10-18
Improve GIN indexscan cost estimation.
Tom Lane
2010-10-15
Allow WITH clauses to be attached to INSERT, UPDATE, DELETE statements.
Tom Lane
2010-10-15
Support host names in pg_hba.conf
Peter Eisentraut
2010-10-14
Support MergeAppend plans, to allow sorted output from append relations.
Tom Lane
2010-10-13
Remove executable permission from files where it doesn't belong
Peter Eisentraut
2010-10-12
Remove some unnecessary tests of pgstat_track_counts.
Tom Lane
2010-10-11
Improve the planner's simplification of NOT constructs.
Tom Lane
2010-10-10
Support triggers on views.
Tom Lane
2010-10-08
Improve logging in VACUUM FULL VERBOSE and CLUSTER VERBOSE.
Tom Lane
2010-10-08
Teach CLUSTER to use seqscan-and-sort when it's faster than indexscan.
Tom Lane
2010-10-06
Reduce the memory requirement for large ispell dictionaries.
Tom Lane
2010-10-06
Clean up temporary-memory management during ispell dictionary loading.
Tom Lane
2010-09-28
Fix PlaceHolderVar mechanism's interaction with outer joins.
Tom Lane
2010-09-28
Fix duplicate OIDs introduced by SECURITY LABEL patch.
Robert Haas
2010-09-28
Add a SECURITY LABEL command.
Robert Haas
[next]