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-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
2011-01-08
Fix pg_upgrade of large object permissions by preserving pg_auth.oid,
Bruce Momjian
2011-01-08
Force pg_upgrade's to preserve pg_class.oid, not pg_class.relfilenode.
Bruce Momjian
2011-01-05
Clarify pg_upgrade's creation of the map file structure. Also clean
Bruce Momjian
2011-01-04
Improve psql tab completion for CREATE/ALTER ROLE [NO]REPLICATION.
Itagaki Takahiro
2011-01-02
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
2010-12-31
Include the first valid listen address in pg_ctl to improve server start
Bruce Momjian
2010-12-29
Support unlogged tables.
Robert Haas
2010-12-29
Add REPLICATION privilege for ROLEs
Magnus Hagander
2010-12-24
Allow vpath builds and regression tests to succeed on Mingw. Backpatch to rel...
Andrew Dunstan
2010-12-24
Improve "pg_ctl -w start" server detection by writing the postmaster
Bruce Momjian
2010-12-14
Improved tab completion for views with triggers.
Robert Haas
2010-12-11
Move a couple of initdb's subroutines into src/port/.
Tom Lane
2010-12-10
Use symbolic names not octal constants for file permission flags.
Tom Lane
2010-12-09
Eliminate O(N^2) behavior in parallel restore with many blobs.
Tom Lane
2010-12-03
Remove misleading comments. Move _Clone and _DeClone functions before
Heikki Linnakangas
2010-12-02
Move private struct declaration to compress_io.c
Alvaro Herrera
2010-12-02
Remove trailing whitespace
Alvaro Herrera
2010-12-02
Remove useless struct declaration
Alvaro Herrera
2010-12-02
Silence compiler
Alvaro Herrera
2010-12-02
Refactor the pg_dump zlib code from pg_backup_custom.c to a separate file,
Heikki Linnakangas
2010-11-27
Rewrite PQping to be more like what we agreed to last week.
Tom Lane
[next]