Commit Graph

39488 Commits (07f69137b15e594edfaec29f73efa86aa442902c)
 

Author SHA1 Message Date
Tom Lane 8805af0886 Sort $(wildcard) output where needed for reproducible build output. 10 years ago
Alvaro Herrera 7ef311eb42 Make pg_receivexlog silent with 9.3 and older servers 10 years ago
Tom Lane 41abf18502 Add to_regnamespace() and to_regrole() to the documentation. 10 years ago
Tom Lane cdd4ed5449 Stamp 9.5.0. 10 years ago
Tom Lane d878b115c3 Docs: provide a concrete discussion and example for RLS race conditions. 10 years ago
Tom Lane 6a77404f5c Adjust behavior of row_security GUC to match the docs. 10 years ago
Robert Haas fa39e891b0 Fix typo in comment. 10 years ago
Peter Eisentraut 00dfd5c94c Translation updates 10 years ago
Tom Lane de93252386 Fix regrole and regnamespace output functions to do quoting, too. 10 years ago
Tom Lane fa038f830b Fix regrole and regnamespace types to honor quoting like other reg* types. 10 years ago
Tom Lane c244a511ba Fix bogus lock release in RemovePolicyById and RemoveRoleFromObjectPolicy. 10 years ago
Tom Lane 35adf6e44c Do some copy-editing on the docs for row-level security. 10 years ago
Tom Lane ab1f08a3a4 Guard against null arguments in binary_upgrade_create_empty_extension(). 10 years ago
Tom Lane 2e5c9284f6 Do some copy-editing on the docs for replication origins. 10 years ago
Tom Lane 78d0e582ab Do a final round of copy-editing on the 9.5 release notes. 10 years ago
Tom Lane 29692bdbb1 Fix treatment of *lpNumberOfBytesRecvd == 0: that's a completion condition. 10 years ago
Tom Lane b01828e97d Teach pg_dump to quote reloption values safely. 10 years ago
Tom Lane 7013035900 Fix overly-strict assertions in spgtextproc.c. 10 years ago
Tom Lane 9200e56644 Adjust back-branch release note description of commits a2a718b22 et al. 10 years ago
Bruce Momjian d47bc474b3 Update copyright for 2016 10 years ago
Tom Lane 404c45bac6 Teach flatten_reloptions() to quote option values safely. 10 years ago
Tom Lane d932391fd8 Add some more defenses against silly estimates to gincostestimate(). 10 years ago
Tom Lane 2d774aaf18 Split out pg_operator.h function declarations to new file pg_operator_fn.h. 10 years ago
Tom Lane 69892d58c9 Add a comment noting that FDWs don't have to implement EXCEPT or LIMIT TO. 10 years ago
Tom Lane 30858be2f8 Put back one copyObject() in rewriteTargetView(). 10 years ago
Joe Conway 282fdfcdc8 Rename (new|old)estCommitTs to (new|old)estCommitTsXid 10 years ago
Alvaro Herrera 5bf939411c Document brin_summarize_new_pages 10 years ago
Tom Lane 508a26e246 Document the exponentiation operator as associating left to right. 10 years ago
Alvaro Herrera 3479b7984b doc: pg_committs -> pg_commit_ts 10 years ago
Tom Lane ea786b278c Update documentation about pseudo-types. 10 years ago
Alvaro Herrera c3e068b261 Fix translation domain in pg_basebackup 10 years ago
Alvaro Herrera c886c30cc8 Add forgotten CHECK_FOR_INTERRUPT calls in pgcrypto's crypt() 10 years ago
Tom Lane e10838026b Fix brin_summarize_new_values() to check index type and ownership. 10 years ago
Tom Lane 2e947ba977 Remove unnecessary row ordering dependency in pg_rewind test suite. 10 years ago
Tom Lane 0bdcb04c7d Docs: fix erroneously-given function name. 10 years ago
Tom Lane 84b363fb34 Fix factual and grammatical errors in comments for struct _tableInfo. 10 years ago
Tom Lane 3945b61932 Improve handling of password reuse in src/bin/scripts programs. 10 years ago
Tom Lane a21994c1bf In pg_dump, remember connection passwords no matter how we got them. 10 years ago
Robert Haas 120b31dc54 Comment improvements for abbreviated keys. 10 years ago
Stephen Frost 496943ec2b Make viewquery a copy in rewriteTargetView() 10 years ago
Tom Lane 0c28e767c6 Remove silly completion for "DELETE FROM tabname ...". 10 years ago
Peter Eisentraut 9ade78c65e psql: Review of new help output strings 10 years ago
Tom Lane 3ef762e7d8 Add missing COSTS OFF to EXPLAIN commands in rowsecurity.sql. 10 years ago
Andres Freund 8ae22e7d36 Fix tab completion for ALTER ... TABLESPACE ... OWNED BY. 10 years ago
Robert Haas 2c5b57ec7f pgbench: Change terminology from "threshold" to "parameter". 10 years ago
Robert Haas 550e9c2305 Fix copy-and-paste error in logical decoding callback. 10 years ago
Tom Lane 30020c3fc3 Remove unreferenced function declarations. 10 years ago
Tom Lane 5ec0aad018 Fix improper initialization order for readline. 10 years ago
Alvaro Herrera 0c6881fd14 Rework internals of changing a type's ownership 10 years ago
Tom Lane f1c152866c Cope with Readline's failure to track SIGWINCH events outside of input. 10 years ago