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
*
Fix pg_upgrade of large object permissions by preserving pg_auth.oid,
Bruce Momjian
2011-01-07
1
-10
/
+22
*
Force pg_upgrade's to preserve pg_class.oid, not pg_class.relfilenode.
Bruce Momjian
2011-01-07
1
-32
/
+24
*
Clarify pg_upgrade's creation of the map file structure. Also clean
Bruce Momjian
2011-01-05
1
-20
/
+23
*
Improve psql tab completion for CREATE/ALTER ROLE [NO]REPLICATION.
Itagaki Takahiro
2011-01-04
1
-7
/
+9
*
Basic foreign table support.
Robert Haas
2011-01-01
8
-41
/
+258
*
Fix pg_dump support for security labels on columns.
Robert Haas
2011-01-01
1
-4
/
+4
*
Add #include <time.h> to pg_ctl.c to fix compiler warning.
Bruce Momjian
2011-01-01
1
-0
/
+1
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
67
-68
/
+68
*
Include the first valid listen address in pg_ctl to improve server start
Bruce Momjian
2010-12-31
1
-30
/
+59
*
Support unlogged tables.
Robert Haas
2010-12-29
4
-15
/
+100
*
Add REPLICATION privilege for ROLEs
Magnus Hagander
2010-12-29
2
-3
/
+30
*
Allow vpath builds and regression tests to succeed on Mingw. Backpatch to rel...
Andrew Dunstan
2010-12-24
1
-1
/
+1
*
Improve "pg_ctl -w start" server detection by writing the postmaster
Bruce Momjian
2010-12-24
1
-98
/
+91
*
Improved tab completion for views with triggers.
Robert Haas
2010-12-13
1
-4
/
+55
*
Move a couple of initdb's subroutines into src/port/.
Tom Lane
2010-12-10
1
-165
/
+7
*
Use symbolic names not octal constants for file permission flags.
Tom Lane
2010-12-10
2
-9
/
+9
*
Eliminate O(N^2) behavior in parallel restore with many blobs.
Tom Lane
2010-12-09
2
-42
/
+76
*
Remove misleading comments. Move _Clone and _DeClone functions before
Heikki Linnakangas
2010-12-03
1
-40
/
+33
*
Move private struct declaration to compress_io.c
Alvaro Herrera
2010-12-02
2
-11
/
+16
*
Remove trailing whitespace
Alvaro Herrera
2010-12-02
1
-1
/
+1
*
Remove useless struct declaration
Alvaro Herrera
2010-12-02
1
-2
/
+0
*
Silence compiler
Alvaro Herrera
2010-12-02
1
-0
/
+3
*
Refactor the pg_dump zlib code from pg_backup_custom.c to a separate file,
Heikki Linnakangas
2010-12-02
5
-293
/
+552
*
Rewrite PQping to be more like what we agreed to last week.
Tom Lane
2010-11-27
1
-43
/
+48
*
Add more ALTER <object> .. SET SCHEMA commands.
Robert Haas
2010-11-26
1
-10
/
+24
*
Improve pg_ctl "cannot connect" spacing, per Tom, and wording.
Bruce Momjian
2010-11-26
1
-1
/
+1
*
Improve pg_ctl "cannot connect" warning, per suggestion from Magnus.
Bruce Momjian
2010-11-25
1
-1
/
+1
*
Add PQping and PQpingParams to libpq to allow detection of the server's
Bruce Momjian
2010-11-25
1
-16
/
+13
*
Create the system catalog infrastructure needed for KNNGIST.
Tom Lane
2010-11-24
1
-40
/
+123
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
3
-7
/
+7
*
Cleanup various comparisons with the constant "true".
Robert Haas
2010-11-14
1
-2
/
+2
*
Improved parallel make support
Peter Eisentraut
2010-11-12
9
-28
/
+27
*
Implement an "S" option for psql's \dn command.
Tom Lane
2010-11-06
3
-7
/
+10
*
Fix comparisons of pointers with zero to compare with NULL instead.
Tom Lane
2010-10-29
1
-1
/
+1
*
Add tab completion for psql \dg and \z
Peter Eisentraut
2010-10-28
1
-2
/
+4
*
Make \? output of \dg and \du the same
Peter Eisentraut
2010-10-28
1
-2
/
+2
*
Fix up some oversights in psql's Unicode-escape support.
Tom Lane
2010-10-26
1
-22
/
+17
*
Minor fixups for psql's process_file() function.
Robert Haas
2010-10-26
1
-3
/
+12
*
Allow new values to be added to an existing enum type.
Tom Lane
2010-10-24
2
-14
/
+33
*
Allow pg_ctl to register the service in either AUTO or DEMAND start type
Alvaro Herrera
2010-10-15
1
-7
/
+37
*
Teach psql to do tab completion for names of psql variables.
Tom Lane
2010-10-10
1
-63
/
+134
*
Support triggers on views.
Tom Lane
2010-10-10
2
-6
/
+29
*
Fix another small oversight in command_no_begin patch.
Tom Lane
2010-09-28
1
-0
/
+2
*
Only DISCARD ALL should be in the command_no_begin list.
Itagaki Takahiro
2010-09-28
1
-1
/
+13
*
Add DISCARD to the command_no_begin list for AUTOCOMMIT=off.
Itagaki Takahiro
2010-09-28
1
-0
/
+3
*
Add a SECURITY LABEL command.
Robert Haas
2010-09-27
6
-10
/
+419
*
Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE
Peter Eisentraut
2010-09-26
2
-11
/
+35
*
Initialize tableoid field correctly when dumping foreign data wrappers and
Heikki Linnakangas
2010-09-23
1
-2
/
+8
*
Convert cvsignore to gitignore, and add .gitignore for build targets.
Magnus Hagander
2010-09-22
9
-3
/
+40
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
104
-104
/
+104
[next]