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
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
2010-11-26
Add more ALTER <object> .. SET SCHEMA commands.
Robert Haas
2010-11-26
Improve pg_ctl "cannot connect" spacing, per Tom, and wording.
Bruce Momjian
2010-11-25
Improve pg_ctl "cannot connect" warning, per suggestion from Magnus.
Bruce Momjian
2010-11-25
Add PQping and PQpingParams to libpq to allow detection of the server's
Bruce Momjian
2010-11-24
Create the system catalog infrastructure needed for KNNGIST.
Tom Lane
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-15
Cleanup various comparisons with the constant "true".
Robert Haas
2010-11-12
Improved parallel make support
Peter Eisentraut
2010-11-07
Implement an "S" option for psql's \dn command.
Tom Lane
2010-10-29
Fix comparisons of pointers with zero to compare with NULL instead.
Tom Lane
2010-10-28
Add tab completion for psql \dg and \z
Peter Eisentraut
2010-10-28
Make \? output of \dg and \du the same
Peter Eisentraut
2010-10-27
Fix up some oversights in psql's Unicode-escape support.
Tom Lane
2010-10-26
Minor fixups for psql's process_file() function.
Robert Haas
2010-10-25
Allow new values to be added to an existing enum type.
Tom Lane
2010-10-15
Allow pg_ctl to register the service in either AUTO or DEMAND start type
Alvaro Herrera
2010-10-10
Teach psql to do tab completion for names of psql variables.
Tom Lane
2010-10-10
Support triggers on views.
Tom Lane
2010-09-28
Fix another small oversight in command_no_begin patch.
Tom Lane
2010-09-28
Only DISCARD ALL should be in the command_no_begin list.
Itagaki Takahiro
2010-09-28
Add DISCARD to the command_no_begin list for AUTOCOMMIT=off.
Itagaki Takahiro
2010-09-28
Add a SECURITY LABEL command.
Robert Haas
2010-09-26
Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE
Peter Eisentraut
2010-09-23
Initialize tableoid field correctly when dumping foreign data wrappers and
Heikki Linnakangas
2010-09-22
Convert cvsignore to gitignore, and add .gitignore for build targets.
Magnus Hagander
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-09-14
Don't warn about an in-progress online backup, when we're recovering from
Heikki Linnakangas
2010-08-25
Avoid passing signed chars to <ctype.h> functions ... same old
Tom Lane
2010-08-21
Improve parallel restore's ability to cope with selective restore (-L option).
Tom Lane
2010-08-18
Rename utf2ucs() to utf8_to_unicode(), and export it so it can be used
Tom Lane
2010-08-16
Fix psql's copy of utf2ucs() to match the backend's copy exactly;
Tom Lane
2010-08-14
Fix \ef and \sf to not fail on functions with nonnull probin.
Tom Lane
2010-08-14
Add a \sf (show function) command to psql, for those times when you need to
Tom Lane
2010-08-13
Clean up failure to use ClosePager() where appropriate in help.c.
Tom Lane
2010-08-13
Fix pg_restore to complain if any arguments remain after parsing the switches
Tom Lane
2010-08-12
Extend psql's \e and \ef commands so that a line number can be specified,
Tom Lane
[next]