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