0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 06, 2024 — Aug 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update pgindent instructions to avoid changes to flex output files.
tester_123
as Bruce Momjian
More... over 15 years ago
Remove 'emphasis' markup inside literal; not allowed.
tester_123
as Bruce Momjian
More... over 15 years ago
Document that after triggers that need to see changed rows should not be marked stable.
tester_123
as Bruce Momjian
More... over 15 years ago
Allow predicate_refuted_by() to deduce that NOT A refutes A.
tester_123
as Tom Lane
More... over 15 years ago
Document clearly the meaning of none/all for log_statements.
tester_123
as Bruce Momjian
More... over 15 years ago
Add C comment that do_to_timestamp() lacks error checking.
tester_123
as Bruce Momjian
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.
tester_123
as Bruce Momjian
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.
tester_123
as Tom Lane
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.
tester_123
as Tom Lane
More... over 15 years ago
Allow zero-dimensional (ie, empty) arrays in contrib/ltree operations.
tester_123
as Tom Lane
More... over 15 years ago
Document that pg_restore -t can use -n for its schema qualification.
tester_123
as Bruce Momjian
More... over 15 years ago
Revert removal of pre-7.4 documenation behavior mentions.
tester_123
as Bruce Momjian
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.
tester_123
as Bruce Momjian
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.
tester_123
as Tom Lane
More... over 15 years ago
Un-break pg_dump for the case of zero-column tables.
tester_123
as Tom Lane
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.
tester_123
as Tom Lane
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.
tester_123
as Tom Lane
More... over 15 years ago
Add an OR REPLACE option to CREATE LANGUAGE.
tester_123
as Tom Lane
More... over 15 years ago
Modify freebsd start script to just exit 0 with message.
tester_123
as Bruce Momjian
More... over 15 years ago
Update startup scripts for Linux and FreeBSD.
tester_123
as Bruce Momjian
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.
tester_123
as Bruce Momjian
More... over 15 years ago
Revert recent COPY manual change about encoding; add mention of "server".
tester_123
as Bruce Momjian
More... over 15 years ago