aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Insert a hack into get_float8_nan (both core and ecpg copies) to deal withTom Lane2010-02-27
* Back out unintended change to pg_locale.c.Bruce Momjian2010-02-27
* Document ATAPI FLUSH CACHE EXT.Bruce Momjian2010-02-27
* Document trace_recovery_messages() parameter as an enum, not string.Bruce Momjian2010-02-27
* Document max_standby_delay=-1 option, now that it's allowed again.Heikki Linnakangas2010-02-27
* Entity-ify a few new uses of literal <, >, and &.Tom Lane2010-02-27
* Undo some more pgindent breakage. Per buildfarm.Tom Lane2010-02-27
* Use <> for libpq #include in example programs, per suggestion from Josh Berkus.Bruce Momjian2010-02-27
* Document ATAPI drive flush command, and mention SSD drives.Bruce Momjian2010-02-27
* Suggest gmake installcheck-world for pgindent testing.Bruce Momjian2010-02-26
* Revert pgindent changes to ecpg include files that are part of ecpgBruce Momjian2010-02-26
* Wording improvements to README.Bruce Momjian2010-02-26
* Update pgindent docs to use maintainer-clean.Bruce Momjian2010-02-26
* Document why pgindent wants a fresh CVS checkout.Bruce Momjian2010-02-26
* In vacuumdb --help, call analyze "statistics", not "hints".Bruce Momjian2010-02-26
* Call output file typedefs.list; update README.Bruce Momjian2010-02-26
* Document pg_restore --jobs as a performance enhancement.Bruce Momjian2010-02-26
* Update pgindent instructions.Bruce Momjian2010-02-26
* pgindent run for 9.0Bruce Momjian2010-02-26
* Add pgindent typedefs file to CVS.Bruce Momjian2010-02-26
* Update pgindent instructions to avoid changes to flex output files.Bruce Momjian2010-02-26
* Remove 'emphasis' markup inside literal; not allowed.Bruce Momjian2010-02-26
* Document that after triggers that need to see changed rows should not beBruce Momjian2010-02-25
* 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