2010-03-03 |
Andrew Dunstan | Make iconv work like other optional libraries for MSVC. |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Bruce Momjian | Fix SGML markup. |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Bruce Momjian | Restructure CREATE FUNCTION "NOTES" section to be short... |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Tom Lane | Instead of trying (and failing) to allow <<label>>... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Bruce Momjian | Adjust max_standby_delay documentation to be clearer... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Andrew Dunstan | Add missing library and include dir for XSLT in MSVC... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Bruce Momjian | Document the effect of max_standby_delay on increasing... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Peter Eisentraut | Update keywords list for 9.0 |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Andrew Dunstan | Do not run regression tests for contrib/xml2 on MSVC... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Tom Lane | Cause plpgsql to throw an error if "INTO rowtype_var... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Andrew Dunstan | Add XSLT defines for MSVC builds |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Heikki Linnakangas | Fix translation of strings in psql \d output (translati... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Heikki Linnakangas | Fix numericlocale psql option when used with a null... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Tom Lane | Fix contrib/xml2 so regression test still works when... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Magnus Hagander | It's clearly now pointless to do backwards compatible... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Tom Lane | Buildfarm still unhappy, so I'll bet it's EACCES not... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Tom Lane | Remove xmlCleanupParser calls from contrib/xml2. |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Greg Stark | add EPERM to the list of return codes to expect from... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
Tom Lane | Fix up memory management problems in contrib/xml2. |
commit | commitdiff | tree | snapshot |
2010-02-28 |
Greg Stark | Second try at fsyncing directories in CREATE DATABASE... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
Tom Lane | Assorted code cleanup for contrib/xml2. No change... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
Bruce Momjian | Update complex locale example in the documentation. |
commit | commitdiff | tree | snapshot |
2010-02-28 |
Bruce Momjian | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Michael Meskes | Make sure ecpg uses the same header files in the same... |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Tom Lane | Insert a hack into get_float8_nan (both core and ecpg... |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Bruce Momjian | Back out unintended change to pg_locale.c. |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Bruce Momjian | Document ATAPI FLUSH CACHE EXT. |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Bruce Momjian | Document trace_recovery_messages() parameter as an... |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Heikki Linnakangas | Document max_standby_delay=-1 option, now that it's... |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Tom Lane | Entity-ify a few new uses of literal <, >, and &. |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Tom Lane | Undo some more pgindent breakage. Per buildfarm. |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Bruce Momjian | Use <> for libpq #include in example programs, per... |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Bruce Momjian | Document ATAPI drive flush command, and mention SSD... |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Bruce Momjian | Suggest gmake installcheck-world for pgindent testing. |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Bruce Momjian | Revert pgindent changes to ecpg include files that... |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Bruce Momjian | Wording improvements to README. |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Bruce Momjian | Update pgindent docs to use maintainer-clean. |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Bruce Momjian | Document why pgindent wants a fresh CVS checkout. |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Bruce Momjian | In vacuumdb --help, call analyze "statistics", not... |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Bruce Momjian | Call output file typedefs.list; update README. |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Bruce Momjian | Document pg_restore --jobs as a performance enhancement. |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Bruce Momjian | Update pgindent instructions. |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Bruce Momjian | pgindent run for 9.0 |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Bruce Momjian | Add pgindent typedefs file to CVS. |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Bruce Momjian | Update pgindent instructions to avoid changes to flex... |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Bruce Momjian | Remove 'emphasis' markup inside literal; not allowed. |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Bruce Momjian | Document that after triggers that need to see changed... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Tom Lane | Allow predicate_refuted_by() to deduce that NOT A refut... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Bruce Momjian | Document clearly the meaning of none/all for log_statem... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Bruce Momjian | Add C comment that do_to_timestamp() lacks error checking. |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Bruce Momjian | Clearly document that timestamp alone means timestamp... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Magnus Hagander | Add configuration parameter ssl_renegotiation_limit... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Magnus Hagander | Fix typos, per Richard Huxton |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Heikki Linnakangas | Clarify that the connection string for primary_conninfo... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Heikki Linnakangas | Fix typo. |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Heikki Linnakangas | Small streaming replication document improvements.... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Heikki Linnakangas | Fix streaming replication starting at the very first... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Tom Lane | Improve warning about creating nested named subroutines... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Tom Lane | Make pg_stop_backup's reporting a bit more verbose... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Tom Lane | Allow zero-dimensional (ie, empty) arrays in contrib... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Bruce Momjian | Document that pg_restore -t can use -n for its schema... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Bruce Momjian | Revert removal of pre-7.4 documenation behavior mentions. |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Alvaro Herrera | Remove stray semicolon, per report from strk |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Itagaki Takahiro | Remove useless codes to initialize TupleDesc from dblin... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Bruce Momjian | Remove pre-7.4 documentaiton mentions, now that 8.0... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Tom Lane | Fix patch for printing backend and pg_dump versions... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Tom Lane | Un-break pg_dump for the case of zero-column tables. |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Tom Lane | Use CREATE OR REPLACE LANGUAGE in pg_dump to avoid... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Tom Lane | Make pg_regress use CREATE OR REPLACE LANGUAGE, so... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Tom Lane | Add an OR REPLACE option to CREATE LANGUAGE. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Bruce Momjian | Modify freebsd start script to just exit 0 with message. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Bruce Momjian | Update startup scripts for Linux and FreeBSD. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Bruce Momjian | Have pg_dump (-v) verbose mode output the pg_dump and... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Bruce Momjian | Revert recent COPY manual change about encoding; add... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Tom Lane | Fix configure's regexp for extracting the Perl version... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Tom Lane | Clarify statements about tar archive format. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Tom Lane | Minor style policing for error messages in pg_dump... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Bruce Momjian | Revert recent change of to_char('HH12') handling for... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Bruce Momjian | Secondary patch to fix interval to_char() for "HH"... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Tom Lane | Some platforms reject fsync() on files opened O_RDONLY. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Bruce Momjian | Make documentation more direct about the handling of... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Bruce Momjian | Document that expression indexes that call functions... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Bruce Momjian | Supress convertion of zero hours to '12' for intervals... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Bruce Momjian | Update pg_restore documentation to show new pg_restore... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Bruce Momjian | Remove long-commented-out paragraph in documentation... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Bruce Momjian | Document that pg_ctl cares about the PGHOST environment... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Bruce Momjian | Revert configure warning to use "official distribution". |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Bruce Momjian | Remove protocol documentation paragraph about environme... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Bruce Momjian | Use the term "bundled distribution" instead of "officia... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Bruce Momjian | Briefly document in two places that pg_dump and pg_dump... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Tom Lane | Let's try forcing errno to zero before issuing fsync... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Tom Lane | Adjust pg_fsync_writethrough so that it will set errno... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Heikki Linnakangas | Move documentation of all recovery.conf option to a... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Tom Lane | Fix multiple copy and paste-o's. No wonder this code... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Greg Stark | Oops, don't forget to rewind the directory before scann... |
commit | commitdiff | tree | snapshot |
2010-02-20 |
Andrew Dunstan | Adjust sample auto-explain output to reflect query... |
commit | commitdiff | tree | snapshot |
2010-02-20 |
Tom Lane | Clean up handling of XactReadOnly and RecoveryInProgres... |
commit | commitdiff | tree | snapshot |
2010-02-20 |
Bruce Momjian | Make 'include_realm' ordering consistent in the docs... |
commit | commitdiff | tree | snapshot |
2010-02-20 |
Bruce Momjian | Clarify documentation about username mapping when authe... |
commit | commitdiff | tree | snapshot |
2010-02-20 |
Bruce Momjian | Document that many solid-state drives have volatile... |
commit | commitdiff | tree | snapshot |
next |