aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Allow predicate_refuted_by() to deduce that NOT A refutes A.Tom Lane2010-02-25
* Document clearly the meaning of none/all for log_statements.Bruce Momjian2010-02-25
* Add C comment that do_to_timestamp() lacks error checking.Bruce Momjian2010-02-25
* Clearly document that timestamp alone means timestamp without timezone,Bruce Momjian2010-02-25
* Add configuration parameter ssl_renegotiation_limit to controlMagnus Hagander2010-02-25
* Fix typos, per Richard HuxtonMagnus Hagander2010-02-25
* Clarify that the connection string for primary_conninfo is in the sameHeikki Linnakangas2010-02-25
* Fix typo.Heikki Linnakangas2010-02-25
* Small streaming replication document improvements. Be more explicit thatHeikki Linnakangas2010-02-25
* Fix streaming replication starting at the very first WAL segment.Heikki Linnakangas2010-02-25
* Improve warning about creating nested named subroutines in plperl.Tom Lane2010-02-25
* Make pg_stop_backup's reporting a bit more verbose in hopes of makingTom Lane2010-02-25
* Allow zero-dimensional (ie, empty) arrays in contrib/ltree operations.Tom Lane2010-02-24
* Document that pg_restore -t can use -n for its schema qualification.Bruce Momjian2010-02-24
* Revert removal of pre-7.4 documenation behavior mentions.Bruce Momjian2010-02-24
* Remove stray semicolon, per report from strkAlvaro Herrera2010-02-24
* Remove useless codes to initialize TupleDesc from dblink_exec.Itagaki Takahiro2010-02-24
* Remove pre-7.4 documentaiton mentions, now that 8.0 is the oldestBruce Momjian2010-02-24
* Fix patch for printing backend and pg_dump versions so that it works inTom Lane2010-02-24
* Un-break pg_dump for the case of zero-column tables.Tom Lane2010-02-24
* Use CREATE OR REPLACE LANGUAGE in pg_dump to avoid the need for a couple ofTom Lane2010-02-24
* Make pg_regress use CREATE OR REPLACE LANGUAGE, so that --load-languageTom Lane2010-02-24
* Add an OR REPLACE option to CREATE LANGUAGE.Tom Lane2010-02-23
* Modify freebsd start script to just exit 0 with message.Bruce Momjian2010-02-23
* Update startup scripts for Linux and FreeBSD.Bruce Momjian2010-02-23
* Have pg_dump (-v) verbose mode output the pg_dump and server versions inBruce Momjian2010-02-23
* Revert recent COPY manual change about encoding; add mention of "server".Bruce Momjian2010-02-23
* Fix configure's regexp for extracting the Perl version number from perl -vTom Lane2010-02-23
* Clarify statements about tar archive format.Tom Lane2010-02-23
* Minor style policing for error messages in pg_dump tar code. Notably, changeTom Lane2010-02-23
* Revert recent change of to_char('HH12') handling for intervals; insteadBruce Momjian2010-02-23
* Secondary patch to fix interval to_char() for "HH" where hours >= 12.Bruce Momjian2010-02-23
* Some platforms reject fsync() on files opened O_RDONLY.Tom Lane2010-02-23
* Make documentation more direct about the handling of COPY files based onBruce Momjian2010-02-23
* Document that expression indexes that call functions allow function-levelBruce Momjian2010-02-23
* Supress convertion of zero hours to '12' for intervals when usingBruce Momjian2010-02-23
* Update pg_restore documentation to show new pg_restore custom listingBruce Momjian2010-02-23
* Remove long-commented-out paragraph in documentation about functionBruce Momjian2010-02-22
* Document that pg_ctl cares about the PGHOST environment variable.Bruce Momjian2010-02-22
* Revert configure warning to use "official distribution".Bruce Momjian2010-02-22
* Remove protocol documentation paragraph about environment variableBruce Momjian2010-02-22
* Use the term "bundled distribution" instead of "official distribution" inBruce Momjian2010-02-22
* Briefly document in two places that pg_dump and pg_dumpall cannot beBruce Momjian2010-02-22
* Let's try forcing errno to zero before issuing fsync. The current buildfarmTom Lane2010-02-22
* Adjust pg_fsync_writethrough so that it will set errno when failingTom Lane2010-02-22
* Move documentation of all recovery.conf option to a new chapter.Heikki Linnakangas2010-02-22
* Fix multiple copy and paste-o's. No wonder this code didn't work.Tom Lane2010-02-22
* Oops, don't forget to rewind the directory before scanning it to fsync files ...Greg Stark2010-02-22
* Adjust sample auto-explain output to reflect query text inclusion.Andrew Dunstan2010-02-20
* Clean up handling of XactReadOnly and RecoveryInProgress checks.Tom Lane2010-02-20