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
/
bin
Age
Commit message (
Expand
)
Author
2011-03-10
Cleanup copyright years and file names in the header comments of some files.
Itagaki Takahiro
2011-03-06
Fix pg_dump's dump order for collations versus extensions.
Tom Lane
2011-03-05
Convert createlang/droplang to use CREATE/DROP EXTENSION.
Tom Lane
2011-03-05
Create extension infrastructure for the core procedural languages.
Tom Lane
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
Add tab-completion for table name after JOIN.
Heikki Linnakangas
2011-03-03
Mark operator implementation functions as such in their comments.
Tom Lane
2011-03-01
Dump the COLLATABLE attribute in CREATE TYPE
Peter Eisentraut
2011-02-27
Fix verbose display of REPLICATION role attribute
Magnus Hagander
2011-02-24
More psql tab-completion for new commands.
Itagaki Takahiro
2011-02-24
Add tab-completion for CREATE UNLOGGED TABLE in psql,
Itagaki Takahiro
2011-02-23
Make the second words lowercase in psql's \d titles for unlogged tables.
Itagaki Takahiro
2011-02-19
Set psql client encoding from locale by default
Peter Eisentraut
2011-02-19
Create the catalog infrastructure for foreign-data-wrapper handlers.
Tom Lane
2011-02-18
Fix parallel pg_restore to handle comments on POST_DATA items correctly.
Tom Lane
2011-02-16
Also process psqlrc when running psql -l
Peter Eisentraut
2011-02-16
pg_ctl promote
Robert Haas
2011-02-15
Fix corner case for binary upgrade: extension functions in pg_catalog.
Tom Lane
2011-02-15
Rearrange extension-related views as per recent discussion.
Tom Lane
2011-02-15
Add version-sensitive SQL for psql when constraints NOT VALID
Simon Riggs
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
2011-02-11
Allow tab-completion of :variable even as first word on a line.
Robert Haas
2011-02-10
Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well.
Tom Lane
2011-02-10
Use NOWAIT when including WAL in base backup
Magnus Hagander
2011-02-10
Fix pg_upgrade to handle extensions.
Tom Lane
2011-02-09
Rethink order of operations for dumping extension member objects.
Tom Lane
2011-02-08
Core support for "extensions", which are packages of SQL objects.
Tom Lane
2011-02-08
Per-column collation support
Peter Eisentraut
2011-02-08
Extend ALTER TABLE to allow Foreign Keys to be added without initial validation.
Simon Riggs
2011-02-07
Implement genuine serializable isolation level.
Heikki Linnakangas
2011-02-03
Include more status information in walsender results
Magnus Hagander
2011-01-31
Fix typo
Heikki Linnakangas
2011-01-30
Add option to include WAL in base backup
Magnus Hagander
2011-01-27
Update psql's \copyright to match the text we have in the COPYRIGHT file.
Heikki Linnakangas
2011-01-24
Document the "S" option for psql's \dn command in the psql help
Peter Eisentraut
2011-01-24
Fix typo in the psql \d query handling, so that we use the correct query
Heikki Linnakangas
2011-01-24
Silence compiler warning about uninitialized variable, noted by
Heikki Linnakangas
2011-01-23
Reorder includes to unbreak MSVC
Magnus Hagander
2011-01-23
Add 'directory' format to pg_dump. The new directory format is compatible
Heikki Linnakangas
2011-01-23
Fix another portability issue in pg_basebackup.
Tom Lane
2011-01-23
Add .gitignore file to silence complaints about pg_basebackup.
Tom Lane
2011-01-23
Suppress uninitialized-variable warning.
Tom Lane
2011-01-23
Use pg_strcasecmp instead of strcasecmp for portability
Magnus Hagander
2011-01-23
filemode is parsed on win32 even if never used
Magnus Hagander
2011-01-23
Add pg_basebackup tool for streaming base backups
Magnus Hagander
2011-01-22
Suppress possibly-uninitialized-variable warnings from gcc 4.5.
Tom Lane
2011-01-20
Add new psql command \dL to list languages.
Robert Haas
2011-01-14
Code review for postmaster.pid contents changes.
Tom Lane
[next]