Commit Graph

39479 Commits (0dab5ef39b3d9d86e45bbbb2f6ea60b4f5517d9a)
 

Author SHA1 Message Date
Tom Lane 0dab5ef39b Fix ALTER OPERATOR to update dependencies properly. 10 years ago
Tom Lane e5d06f2b12 Dept of second thoughts: the !scan_all exit mustn't increase scanned_pages. 10 years ago
Tom Lane e842908233 Avoid useless truncation attempts during VACUUM. 10 years ago
Tom Lane e5e5267a91 Minor hacking on contrib/cube documentation. 10 years ago
Tom Lane efe4c9d704 Add some comments about division of labor between rewriter and planner. 10 years ago
Tom Lane fd19525756 Put back one copyObject() in rewriteTargetView(). 10 years ago
Joe Conway 241448b23a Rename (new|old)estCommitTs to (new|old)estCommitTsXid 10 years ago
Tom Lane 81ee726d87 Code and docs review for cube kNN support. 10 years ago
Alvaro Herrera ac443d1034 Document brin_summarize_new_pages 10 years ago
Tom Lane 54aaafe95f Document the exponentiation operator as associating left to right. 10 years ago
Tom Lane 870df2b3b7 Fix omission of -X (--no-psqlrc) in some psql invocations. 10 years ago
Alvaro Herrera 151c4ffe41 doc: pg_committs -> pg_commit_ts 10 years ago
Tom Lane 731dfc7d5f Update documentation about pseudo-types. 10 years ago
Alvaro Herrera fc995bfdbf Fix translation domain in pg_basebackup 10 years ago
Alvaro Herrera 743229a67e Add forgotten CHECK_FOR_INTERRUPT calls in pgcrypto's crypt() 10 years ago
Tom Lane fec1ad94df Include typmod when complaining about inherited column type mismatches. 10 years ago
Tom Lane 3d2b31e30e Fix brin_summarize_new_values() to check index type and ownership. 10 years ago
Fujii Masao 8014c44e82 Improve SECURITY LABEL tab completion 10 years ago
Teodor Sigaev 25bfa7efd0 Improve the gin index scan performance in pg_trgm. 10 years ago
Tom Lane a9246fbf66 Remove unnecessary row ordering dependency in pg_rewind test suite. 10 years ago
Tom Lane 71dd092c01 Docs: fix erroneously-given function name. 10 years ago
Tom Lane 96cd61a169 Fix factual and grammatical errors in comments for struct _tableInfo. 10 years ago
Tom Lane bee172fcd5 Docs typo fix. 10 years ago
Tom Lane 01e386a325 Avoid VACUUM FULL altogether in initdb. 10 years ago
Tom Lane ff402ae11b Improve handling of password reuse in src/bin/scripts programs. 10 years ago
Tom Lane 1aa41e3eae In pg_dump, remember connection passwords no matter how we got them. 10 years ago
Robert Haas bc7fcab5e3 Read from the same worker repeatedly until it returns no tuple. 10 years ago
Robert Haas 51d152f18e Change Gather not to use a physical tlist. 10 years ago
Peter Eisentraut 30c0c4bf12 Remove unnecessary escaping in C character literals 10 years ago
Tom Lane 6efbded6e4 Allow omitting one or both boundaries in an array slice specifier. 10 years ago
Robert Haas 0ba3f3bc65 Comment improvements for abbreviated keys. 10 years ago
Robert Haas ccd8f97922 postgres_fdw: Consider requesting sorted data so we can do a merge join. 10 years ago
Tom Lane f5a4370aea Fix calculation of space needed for parsed words in tab completion. 10 years ago
Stephen Frost 6f8cb1e234 Make viewquery a copy in rewriteTargetView() 10 years ago
Tom Lane 99ccb23092 Remove silly completion for "DELETE FROM tabname ...". 10 years ago
Tom Lane d854118c8d Teach psql's tab completion to consider the entire input string. 10 years ago
Peter Eisentraut 69e7c44fc6 psql: Review of new help output strings 10 years ago
Tom Lane 654218138b Add missing COSTS OFF to EXPLAIN commands in rowsecurity.sql. 10 years ago
Tom Lane d37b816dc9 Adopt a more compact, less error-prone notation for tab completion code. 10 years ago
Peter Eisentraut 529fd74c09 Fix whitespace 10 years ago
Andres Freund 130d94a7b8 Fix tab completion for ALTER ... TABLESPACE ... OWNED BY. 10 years ago
Teodor Sigaev bbbd807097 Revert 9246af6799 because 10 years ago
Robert Haas 3c7042a7d7 pgbench: Change terminology from "threshold" to "parameter". 10 years ago
Robert Haas 6e7b335930 Remove duplicate word. 10 years ago
Robert Haas 2bdfcb52c5 Fix TupleQueueReaderNext not to ignore its nowait argument. 10 years ago
Robert Haas 4496226782 Fix copy-and-paste error in logical decoding callback. 10 years ago
Robert Haas 9a51698bae Fix typo in comment. 10 years ago
Teodor Sigaev 9246af6799 Allow to omit boundaries in array subscript 10 years ago
Teodor Sigaev 33bd250f6c Cube extension kNN support 10 years ago
Tom Lane 3d0c50ffa0 Remove unreferenced function declarations. 10 years ago