index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
Commit message (
Expand
)
Author
Age
*
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-10
*
Fix pg_dump's dump order for collations versus extensions.
Tom Lane
2011-03-06
*
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-04
*
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-03
*
Dump the COLLATABLE attribute in CREATE TYPE
Peter Eisentraut
2011-03-01
*
Fix verbose display of REPLICATION role attribute
Magnus Hagander
2011-02-27
*
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-24
*
Make the second words lowercase in psql's \d titles for unlogged tables.
Itagaki Takahiro
2011-02-23
*
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-19
*
Fix parallel pg_restore to handle comments on POST_DATA items correctly.
Tom Lane
2011-02-18
*
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-14
*
Add version-sensitive SQL for psql when constraints NOT VALID
Simon Riggs
2011-02-15
*
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-11
*
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-09
*
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-08
*
Implement genuine serializable isolation level.
Heikki Linnakangas
2011-02-08
*
Include more status information in walsender results
Magnus Hagander
2011-02-03
*
Fix typo
Heikki Linnakangas
2011-01-31
*
Add option to include WAL in base backup
Magnus Hagander
2011-01-30
*
Update psql's \copyright to match the text we have in the COPYRIGHT file.
Heikki Linnakangas
2011-01-27
*
Document the "S" option for psql's \dn command in the psql help
Peter Eisentraut
2011-01-25
*
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-24
*
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-23
*
Suppress possibly-uninitialized-variable warnings from gcc 4.5.
Tom Lane
2011-01-22
*
Add new psql command \dL to list languages.
Robert Haas
2011-01-20
[next]