index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
Commit message (
Expand
)
Author
Age
Files
Lines
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
19
-490
/
+506
*
Add collation support on Windows (MSVC build)
Peter Eisentraut
2011-04-10
1
-1
/
+1
*
Don't show unusable collations in psql's \dO command.
Tom Lane
2011-04-09
1
-3
/
+11
*
Make psql use pg_table_size instead of pg_relation_size on 9.0+ servers.
Robert Haas
2011-04-08
1
-4
/
+15
*
Modify initdb to complain only when no usable system locales are found.
Tom Lane
2011-04-08
1
-17
/
+13
*
Have pg_upgrade properly preserve relfrozenxid in toast tables.
Bruce Momjian
2011-04-08
2
-10
/
+52
*
Fix SortTocFromFile() to cope with lines that are too long for its buffer.
Tom Lane
2011-04-07
1
-5
/
+24
*
Preserve pg_largeobject_metadata.relfrozenxid in pg_upgrade.
Bruce Momjian
2011-04-07
1
-4
/
+49
*
Tab completion for COMMENT ON FOREIGN DATA WRAPPER / SERVER.
Robert Haas
2011-04-01
1
-2
/
+16
*
pg_dump support for comments on FOREIGN DATA WRAPPER and SERVER objects.
Robert Haas
2011-04-01
1
-0
/
+10
*
fix up a couple non-prototypes of the form foo() to be foo(void) -- found usi...
Greg Stark
2011-03-27
1
-2
/
+2
*
Make initdb ignore locales for client-only encodings.
Tom Lane
2011-03-22
1
-0
/
+2
*
Fix up handling of C/POSIX collations.
Tom Lane
2011-03-20
1
-9
/
+9
*
Rename ident authentication over local connections to peer
Magnus Hagander
2011-03-19
1
-0
/
+19
*
Properly clear the verbose output of pg_basebackup
Magnus Hagander
2011-03-19
1
-6
/
+19
*
Woops. Previous patch to remove -X options missed getopt_long calls().
Robert Haas
2011-03-18
3
-3
/
+3
*
Remove ancient -X options to pg_dump, pg_dumpall, pg_restore.
Robert Haas
2011-03-18
3
-72
/
+2
*
Tab completion for \pset format and \pset linestyle.
Robert Haas
2011-03-16
1
-0
/
+18
*
Add database comments to template0 and postgres databases, and improve
Bruce Momjian
2011-03-15
1
-0
/
+3
*
Remove special case allowing parameters to ident auth for initdb
Magnus Hagander
2011-03-14
1
-1
/
+0
*
Create an explicit concept of collations that work for any encoding.
Tom Lane
2011-03-11
1
-1
/
+1
*
Change "TIP" to "HINT" to match backend message style, in pg_ctl -m fast
Bruce Momjian
2011-03-11
1
-2
/
+2
*
Remove pg_dump -X options that are only in 9.1 and not needed for
Bruce Momjian
2011-03-10
1
-4
/
+0
*
Add C comment that new new pg_dump -X options are to be created.
Bruce Momjian
2011-03-10
1
-1
/
+4
*
When a smart pg_ctl shutdown fails, mention -m fast as a tip.
Bruce Momjian
2011-03-10
1
-0
/
+6
*
Revert addition of third argument to format_type().
Tom Lane
2011-03-10
4
-14
/
+80
*
Cleanup copyright years and file names in the header comments of some files.
Itagaki Takahiro
2011-03-10
1
-1
/
+1
*
Fix pg_dump's dump order for collations versus extensions.
Tom Lane
2011-03-06
1
-28
/
+28
*
Convert createlang/droplang to use CREATE/DROP EXTENSION.
Tom Lane
2011-03-05
2
-157
/
+15
*
Create extension infrastructure for the core procedural languages.
Tom Lane
2011-03-04
2
-14
/
+32
*
Allow non-superusers to create (some) extensions.
Tom Lane
2011-03-04
1
-1
/
+15
*
Further refine patch for commenting operator implementation functions.
Tom Lane
2011-03-03
1
-0
/
+13
*
Add tab-completion for table name after JOIN.
Heikki Linnakangas
2011-03-03
1
-0
/
+4
*
Mark operator implementation functions as such in their comments.
Tom Lane
2011-03-03
1
-4
/
+17
*
Dump the COLLATABLE attribute in CREATE TYPE
Peter Eisentraut
2011-03-01
1
-1
/
+34
*
Fix verbose display of REPLICATION role attribute
Magnus Hagander
2011-02-27
1
-1
/
+1
*
More psql tab-completion for new commands.
Itagaki Takahiro
2011-02-24
1
-12
/
+46
*
Add tab-completion for CREATE UNLOGGED TABLE in psql,
Itagaki Takahiro
2011-02-24
1
-51
/
+35
*
Make the second words lowercase in psql's \d titles for unlogged tables.
Itagaki Takahiro
2011-02-23
1
-2
/
+2
*
Set psql client encoding from locale by default
Peter Eisentraut
2011-02-19
2
-6
/
+10
*
Create the catalog infrastructure for foreign-data-wrapper handlers.
Tom Lane
2011-02-19
3
-15
/
+42
*
Fix parallel pg_restore to handle comments on POST_DATA items correctly.
Tom Lane
2011-02-18
1
-15
/
+50
*
Also process psqlrc when running psql -l
Peter Eisentraut
2011-02-16
1
-1
/
+5
*
pg_ctl promote
Robert Haas
2011-02-15
1
-2
/
+72
*
Fix corner case for binary upgrade: extension functions in pg_catalog.
Tom Lane
2011-02-15
1
-9
/
+38
*
Rearrange extension-related views as per recent discussion.
Tom Lane
2011-02-14
1
-1
/
+1
*
Add version-sensitive SQL for psql when constraints NOT VALID
Simon Riggs
2011-02-15
1
-1
/
+1
*
DDL support for collations
Peter Eisentraut
2011-02-12
11
-12
/
+302
*
Add support for multiple versions of an extension and ALTER EXTENSION UPDATE.
Tom Lane
2011-02-11
2
-9
/
+3
*
Allow tab-completion of :variable even as first word on a line.
Robert Haas
2011-02-11
1
-11
/
+11
[next]