index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Allow predicate_refuted_by() to deduce that NOT A refutes A.
Tom Lane
2010-02-25
*
Document clearly the meaning of none/all for log_statements.
Bruce Momjian
2010-02-25
*
Add C comment that do_to_timestamp() lacks error checking.
Bruce Momjian
2010-02-25
*
Clearly document that timestamp alone means timestamp without timezone,
Bruce Momjian
2010-02-25
*
Add configuration parameter ssl_renegotiation_limit to control
Magnus Hagander
2010-02-25
*
Fix typos, per Richard Huxton
Magnus Hagander
2010-02-25
*
Clarify that the connection string for primary_conninfo is in the same
Heikki Linnakangas
2010-02-25
*
Fix typo.
Heikki Linnakangas
2010-02-25
*
Small streaming replication document improvements. Be more explicit that
Heikki Linnakangas
2010-02-25
*
Fix streaming replication starting at the very first WAL segment.
Heikki Linnakangas
2010-02-25
*
Improve warning about creating nested named subroutines in plperl.
Tom Lane
2010-02-25
*
Make pg_stop_backup's reporting a bit more verbose in hopes of making
Tom Lane
2010-02-25
*
Allow zero-dimensional (ie, empty) arrays in contrib/ltree operations.
Tom Lane
2010-02-24
*
Document that pg_restore -t can use -n for its schema qualification.
Bruce Momjian
2010-02-24
*
Revert removal of pre-7.4 documenation behavior mentions.
Bruce Momjian
2010-02-24
*
Remove stray semicolon, per report from strk
Alvaro Herrera
2010-02-24
*
Remove useless codes to initialize TupleDesc from dblink_exec.
Itagaki Takahiro
2010-02-24
*
Remove pre-7.4 documentaiton mentions, now that 8.0 is the oldest
Bruce Momjian
2010-02-24
*
Fix patch for printing backend and pg_dump versions so that it works in
Tom Lane
2010-02-24
*
Un-break pg_dump for the case of zero-column tables.
Tom Lane
2010-02-24
*
Use CREATE OR REPLACE LANGUAGE in pg_dump to avoid the need for a couple of
Tom Lane
2010-02-24
*
Make pg_regress use CREATE OR REPLACE LANGUAGE, so that --load-language
Tom Lane
2010-02-24
*
Add an OR REPLACE option to CREATE LANGUAGE.
Tom Lane
2010-02-23
*
Modify freebsd start script to just exit 0 with message.
Bruce Momjian
2010-02-23
*
Update startup scripts for Linux and FreeBSD.
Bruce Momjian
2010-02-23
*
Have pg_dump (-v) verbose mode output the pg_dump and server versions in
Bruce Momjian
2010-02-23
*
Revert recent COPY manual change about encoding; add mention of "server".
Bruce Momjian
2010-02-23
*
Fix configure's regexp for extracting the Perl version number from perl -v
Tom Lane
2010-02-23
*
Clarify statements about tar archive format.
Tom Lane
2010-02-23
*
Minor style policing for error messages in pg_dump tar code. Notably, change
Tom Lane
2010-02-23
*
Revert recent change of to_char('HH12') handling for intervals; instead
Bruce Momjian
2010-02-23
*
Secondary patch to fix interval to_char() for "HH" where hours >= 12.
Bruce Momjian
2010-02-23
*
Some platforms reject fsync() on files opened O_RDONLY.
Tom Lane
2010-02-23
*
Make documentation more direct about the handling of COPY files based on
Bruce Momjian
2010-02-23
*
Document that expression indexes that call functions allow function-level
Bruce Momjian
2010-02-23
*
Supress convertion of zero hours to '12' for intervals when using
Bruce Momjian
2010-02-23
*
Update pg_restore documentation to show new pg_restore custom listing
Bruce Momjian
2010-02-23
*
Remove long-commented-out paragraph in documentation about function
Bruce Momjian
2010-02-22
*
Document that pg_ctl cares about the PGHOST environment variable.
Bruce Momjian
2010-02-22
*
Revert configure warning to use "official distribution".
Bruce Momjian
2010-02-22
*
Remove protocol documentation paragraph about environment variable
Bruce Momjian
2010-02-22
*
Use the term "bundled distribution" instead of "official distribution" in
Bruce Momjian
2010-02-22
*
Briefly document in two places that pg_dump and pg_dumpall cannot be
Bruce Momjian
2010-02-22
*
Let's try forcing errno to zero before issuing fsync. The current buildfarm
Tom Lane
2010-02-22
*
Adjust pg_fsync_writethrough so that it will set errno when failing
Tom Lane
2010-02-22
*
Move documentation of all recovery.conf option to a new chapter.
Heikki Linnakangas
2010-02-22
*
Fix multiple copy and paste-o's. No wonder this code didn't work.
Tom Lane
2010-02-22
*
Oops, don't forget to rewind the directory before scanning it to fsync files ...
Greg Stark
2010-02-22
*
Adjust sample auto-explain output to reflect query text inclusion.
Andrew Dunstan
2010-02-20
*
Clean up handling of XactReadOnly and RecoveryInProgress checks.
Tom Lane
2010-02-20
[next]