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
*
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
*
Code review for postmaster.pid contents changes.
Tom Lane
2011-01-13
*
Fix pg_upgrade of large object permissions by preserving pg_auth.oid,
Bruce Momjian
2011-01-07
*
Force pg_upgrade's to preserve pg_class.oid, not pg_class.relfilenode.
Bruce Momjian
2011-01-07
*
Clarify pg_upgrade's creation of the map file structure. Also clean
Bruce Momjian
2011-01-05
*
Improve psql tab completion for CREATE/ALTER ROLE [NO]REPLICATION.
Itagaki Takahiro
2011-01-04
*
Basic foreign table support.
Robert Haas
2011-01-01
*
Fix pg_dump support for security labels on columns.
Robert Haas
2011-01-01
*
Add #include <time.h> to pg_ctl.c to fix compiler warning.
Bruce Momjian
2011-01-01
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Include the first valid listen address in pg_ctl to improve server start
Bruce Momjian
2010-12-31
*
Support unlogged tables.
Robert Haas
2010-12-29
*
Add REPLICATION privilege for ROLEs
Magnus Hagander
2010-12-29
*
Allow vpath builds and regression tests to succeed on Mingw. Backpatch to rel...
Andrew Dunstan
2010-12-24
[next]