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
*
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
*
Improve "pg_ctl -w start" server detection by writing the postmaster
Bruce Momjian
2010-12-24
*
Improved tab completion for views with triggers.
Robert Haas
2010-12-13
*
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-10
*
Eliminate O(N^2) behavior in parallel restore with many blobs.
Tom Lane
2010-12-09
*
Remove misleading comments. Move _Clone and _DeClone functions before
Heikki Linnakangas
2010-12-03
*
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-12-02
*
Rewrite PQping to be more like what we agreed to last week.
Tom Lane
2010-11-27
*
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-26
*
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-25
*
Create the system catalog infrastructure needed for KNNGIST.
Tom Lane
2010-11-24
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
*
Cleanup various comparisons with the constant "true".
Robert Haas
2010-11-14
*
Improved parallel make support
Peter Eisentraut
2010-11-12
*
Implement an "S" option for psql's \dn command.
Tom Lane
2010-11-06
*
Fix comparisons of pointers with zero to compare with NULL instead.
Tom Lane
2010-10-29
*
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-28
*
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-26
*
Allow new values to be added to an existing enum type.
Tom Lane
2010-10-24
*
Allow pg_ctl to register the service in either AUTO or DEMAND start type
Alvaro Herrera
2010-10-15
*
Teach psql to do tab completion for names of psql variables.
Tom Lane
2010-10-10
*
Support triggers on views.
Tom Lane
2010-10-10
*
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-27
*
Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE
Peter Eisentraut
2010-09-26
*
Initialize tableoid field correctly when dumping foreign data wrappers and
Heikki Linnakangas
2010-09-23
*
Convert cvsignore to gitignore, and add .gitignore for build targets.
Magnus Hagander
2010-09-22
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Don't warn about an in-progress online backup, when we're recovering from
Heikki Linnakangas
2010-09-14
*
Avoid passing signed chars to <ctype.h> functions ... same old
Tom Lane
2010-08-25
[next]