Update pgindent instructions to avoid changes to flex output files. |
|
More...
|
over 15 years ago
|
Remove 'emphasis' markup inside literal; not allowed. |
|
More...
|
over 15 years ago
|
Document that after triggers that need to see changed rows should not be marked stable. |
|
More...
|
over 15 years ago
|
Allow predicate_refuted_by() to deduce that NOT A refutes A. |
|
More...
|
over 15 years ago
|
Document clearly the meaning of none/all for log_statements. |
|
More...
|
over 15 years ago
|
Add C comment that do_to_timestamp() lacks error checking. |
|
More...
|
over 15 years ago
|
Clearly document that timestamp alone means timestamp without timezone, per SQL standard, and mention 7.3 behavior at the end. |
|
More...
|
over 15 years ago
|
Add configuration parameter ssl_renegotiation_limit to control how often we do SSL session key renegotiation. Can be set to 0 to disable renegotiation completely, which is required if a broken SSL library is used (broken patches to CVE-2009-3555 a known cause) or when using a client library that can't do renegotiation. |
|
More...
|
over 15 years ago
|
Fix typos, per Richard Huxton |
|
More...
|
over 15 years ago
|
Clarify that the connection string for primary_conninfo is in the same format as in PQconnectdb(). As pointed out by Thom Brown. |
|
More...
|
over 15 years ago
|
Fix typo. |
|
More...
|
over 15 years ago
|
Small streaming replication document improvements. Be more explicit that it's asynchronous. |
|
More...
|
over 15 years ago
|
Fix streaming replication starting at the very first WAL segment. Per complaint from Greg Stark. |
|
More...
|
over 15 years ago
|
Improve warning about creating nested named subroutines in plperl. Per discussion. |
|
More...
|
over 15 years ago
|
Make pg_stop_backup's reporting a bit more verbose in hopes of making error cases less intimidating for novices. Per discussion. |
|
More...
|
over 15 years ago
|
Allow zero-dimensional (ie, empty) arrays in contrib/ltree operations. |
|
More...
|
over 15 years ago
|
Document that pg_restore -t can use -n for its schema qualification. |
|
More...
|
over 15 years ago
|
Revert removal of pre-7.4 documenation behavior mentions. |
|
More...
|
over 15 years ago
|
Remove stray semicolon, per report from strk |
|
More...
|
over 15 years ago
|
Remove useless codes to initialize TupleDesc from dblink_exec. |
|
More...
|
over 15 years ago
|
Remove pre-7.4 documentaiton mentions, now that 8.0 is the oldest supported release. |
|
More...
|
over 15 years ago
|
Fix patch for printing backend and pg_dump versions so that it works in a desirable fashion in archive-dump cases, ie you should get the pg_dump version not the pg_restore version. |
|
More...
|
over 15 years ago
|
Un-break pg_dump for the case of zero-column tables. |
|
More...
|
over 15 years ago
|
Use CREATE OR REPLACE LANGUAGE in pg_dump to avoid the need for a couple of significantly uglier kluges that were working around the change in plpgsql's preinstalled status. |
|
More...
|
over 15 years ago
|
Make pg_regress use CREATE OR REPLACE LANGUAGE, so that --load-language will work whether or not the specified language is preinstalled. This responds to some complaints about having to change test scripts because plpgsql is preinstalled as of 9.0. |
|
More...
|
over 15 years ago
|
Add an OR REPLACE option to CREATE LANGUAGE. |
|
More...
|
over 15 years ago
|
Modify freebsd start script to just exit 0 with message. |
|
More...
|
over 15 years ago
|
Update startup scripts for Linux and FreeBSD. |
|
More...
|
over 15 years ago
|
Have pg_dump (-v) verbose mode output the pg_dump and server versions in text output mode, like we do in custom output mode. |
|
More...
|
over 15 years ago
|
Revert recent COPY manual change about encoding; add mention of "server". |
|
More...
|
over 15 years ago
|