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
*
psql: Improve tab completion of WITH
Peter Eisentraut
2012-04-10
*
Allow statistics to be collected for foreign tables.
Tom Lane
2012-04-06
*
Put back code inadvertently deleted from exit_nicely.
Robert Haas
2012-04-05
*
Update obsolete comment.
Tom Lane
2012-04-05
*
Remove useless PGRES_COPY_BOTH "support" in psql.
Tom Lane
2012-04-04
*
Arrange for on_exit_nicely to be thread-safe.
Robert Haas
2012-04-03
*
Fix recently introduced typo in NLS file lists
Peter Eisentraut
2012-04-02
*
Fix O(N^2) behavior in pg_dump when many objects are in dependency loops.
Tom Lane
2012-03-31
*
Fix O(N^2) behavior in pg_dump for large numbers of owned sequences.
Tom Lane
2012-03-31
*
Rename frontend keyword arrays to avoid conflict with backend.
Tom Lane
2012-03-31
*
Fix glitch recently introduced in psql tab completion.
Tom Lane
2012-03-31
*
Add new files to NLS file lists
Peter Eisentraut
2012-03-30
*
Replace printf format %i by %d
Peter Eisentraut
2012-03-30
*
initdb: Mark more messages for translation
Peter Eisentraut
2012-03-29
*
Remove now redundant pgpipe code.
Andrew Dunstan
2012-03-28
*
pg_basebackup: Error handling fixes.
Robert Haas
2012-03-28
*
pg_basebackup: Error message improvements.
Robert Haas
2012-03-28
*
pg_dump: Small message adjustment for consistency
Peter Eisentraut
2012-03-27
*
Replace empty locale name with implied value in CREATE DATABASE and initdb.
Tom Lane
2012-03-25
*
Cast some printf arguments to avoid possibly-nonportable behavior.
Tom Lane
2012-03-23
*
If a role has a password expiration date, show that in psql's \du output.
Tom Lane
2012-03-22
*
Clean up compiler warnings from unused variables with asserts disabled
Peter Eisentraut
2012-03-21
*
Improve connectMaintenanceDatabase() error reporting.
Robert Haas
2012-03-21
*
pg_dump: get rid of die_horribly
Alvaro Herrera
2012-03-20
*
pg_dump: Remove undocumented "files" output format
Peter Eisentraut
2012-03-20
*
pg_dump: fix double free of query results
Alvaro Herrera
2012-03-19
*
psql: Remove inappropriate const qualifiers
Peter Eisentraut
2012-03-16
*
pg_dump: Fix crash with invalid pg_cast row
Peter Eisentraut
2012-03-16
*
pg_restore: Fix memory and file descriptor leak with directory format
Peter Eisentraut
2012-03-16
*
pg_dump: Fix some minor memory leaks
Peter Eisentraut
2012-03-13
*
psql: Remove useless code
Peter Eisentraut
2012-03-08
*
Fix indentation of \d footers for non-ASCII cases.
Tom Lane
2012-03-07
*
psql: Avoid some spurious output if the server croaks.
Robert Haas
2012-03-07
*
psql: Fix memory leak
Peter Eisentraut
2012-03-07
*
psql: Fix invalid memory access
Peter Eisentraut
2012-03-07
*
Provide environment overrides for psql file locations.
Andrew Dunstan
2012-03-03
*
Fix incorrect uses of gzFile
Peter Eisentraut
2012-03-02
*
psql: Improve error display for psql -f -
Peter Eisentraut
2012-03-01
*
Move CRC tables to libpgport, and provide them in a separate include file.
Tom Lane
2012-02-28
*
Add const qualifiers where they are accidentally cast away
Peter Eisentraut
2012-02-28
*
psql: when tab-completing, use quotes on file names that need them
Alvaro Herrera
2012-02-28
*
Add some enumeration commas, for consistency
Peter Eisentraut
2012-02-24
*
Convert newlines to spaces in names written in pg_dump comments.
Tom Lane
2012-02-23
*
pg_dump: Miscellaneous tightening based on recent refactorings.
Robert Haas
2012-02-16
*
pg_dump: Remove global connection pointer.
Robert Haas
2012-02-16
*
Refactor pg_dump.c to avoid duplicating returns-one-row check.
Robert Haas
2012-02-16
*
Invent on_exit_nicely for pg_dump.
Robert Haas
2012-02-16
*
Allow LEAKPROOF functions for better performance of security views.
Robert Haas
2012-02-13
*
Fix oversight in pg_dump's handling of extension configuration tables.
Tom Lane
2012-02-10
*
Fix brain fade in previous pg_dump patch.
Tom Lane
2012-02-10
[next]