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
REL_19_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
/
catalog
Age
Commit message (
Expand
)
Author
2014-05-06
Remove tabs after spaces in C comments
Bruce Momjian
2014-04-24
Fix incorrect pg_proc.proallargtypes entries for two built-in functions.
Tom Lane
2014-02-17
Avoid repeated name lookups during table and index DDL.
Robert Haas
2013-11-24
Fix array slicing of int2vector and oidvector values.
Tom Lane
2012-11-29
Fix assorted bugs in CREATE INDEX CONCURRENTLY.
Tom Lane
2012-10-31
Fix ALTER EXTENSION / SET SCHEMA
Alvaro Herrera
2012-08-11
Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX.
Tom Lane
2012-05-11
Prevent loss of init fork when truncating an unlogged table.
Robert Haas
2012-03-08
Fix some issues with temp/transient tables in extension scripts.
Tom Lane
2011-07-23
Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION.
Tom Lane
2011-07-03
Fix bugs in relpersistence handling during table creation.
Robert Haas
2011-06-03
Fix failure to check whether a rowtype's component types are sortable.
Tom Lane
2011-05-23
Improve hash_array() logic for combining hash values.
Robert Haas
2011-05-13
More cleanup of FOREIGN TABLE permissions handling.
Robert Haas
2011-04-25
Refactor broken CREATE TABLE IF NOT EXISTS support.
Robert Haas
2011-04-25
Add postmaster/postgres undocumented -b option for binary upgrades.
Bruce Momjian
2011-04-19
Avoid changing an index's indcheckxmin horizon during REINDEX.
Tom Lane
2011-04-18
Fix handling of collations in multi-row VALUES constructs.
Tom Lane
2011-04-16
Simplify reindex_relation's API.
Tom Lane
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-05
Add casts from int4 and int8 to numeric.
Robert Haas
2011-03-28
Make duplicate_oids return nonzero exit status if duplicates were found
Peter Eisentraut
2011-03-28
Prevent a rowtype from being included in itself.
Tom Lane
2011-03-20
Fix up handling of C/POSIX collations.
Tom Lane
2011-03-20
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-15
Add database comments to template0 and postgres databases, and improve
Bruce Momjian
2011-03-11
Split CollateClause into separate raw and analyzed node types.
Tom Lane
2011-03-11
Create an explicit concept of collations that work for any encoding.
Tom Lane
2011-03-10
Revert addition of third argument to format_type().
Tom Lane
2011-03-10
Cleanup copyright years and file names in the header comments of some files.
Itagaki Takahiro
2011-03-06
Catversion increment for pg_stat_replication changes for syncrep
Simon Riggs
2011-03-06
Efficient transaction-controlled synchronous replication.
Simon Riggs
2011-03-05
Make plpythonu language use plpython2 shared library directly.
Tom Lane
2011-03-05
Create extension infrastructure for the core procedural languages.
Tom Lane
2011-03-04
Don't allow CREATE TABLE AS to create a column with invalid collation
Peter Eisentraut
2011-03-04
Allow non-superusers to create (some) extensions.
Tom Lane
2011-03-03
Further refine patch for commenting operator implementation functions.
Tom Lane
2011-03-03
Mark operator implementation functions as such in their comments.
Tom Lane
2011-02-28
Rename pg_stat_replication.apply_location to replay_location.
Robert Haas
2011-02-25
Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.
Tom Lane
2011-02-23
Add a relkind field to RangeTblEntry to avoid some syscache lookups.
Tom Lane
2011-02-22
Allow binary I/O of type "void".
Tom Lane
2011-02-19
Create the catalog infrastructure for foreign-data-wrapper handlers.
Tom Lane
2011-02-18
Add transaction-level advisory locks.
Itagaki Takahiro
2011-02-18
Fix tsmatchsel() to account properly for null rows.
Tom Lane
2011-02-17
Add client_hostname field to pg_stat_activity.
Robert Haas
2011-02-16
Add backwards-compatible declarations of some core GIN support functions.
Tom Lane
2011-02-15
Rearrange extension-related views as per recent discussion.
Tom Lane
2011-02-12
DDL support for collations
Peter Eisentraut
2011-02-12
Add support for multiple versions of an extension and ALTER EXTENSION UPDATE.
Tom Lane
[next]