Commit Graph

37796 Commits (cff1bd2a3c36fdf014367dd97f140495ef6ed47e)
 

Author SHA1 Message Date
Kevin Grittner cff1bd2a3c Allow pg_dump to use jobs and serializable transactions together. 11 years ago
Stephen Frost 32bf6ee6ab Fix BuildIndexValueDescription for expressions 11 years ago
Bruce Momjian e77043055f doc: clarify libpq's 'verify-full' host name check 11 years ago
Tom Lane 37507962c3 Handle unexpected query results, especially NULLs, safely in connectby(). 11 years ago
Andres Freund 17792bfc5b Properly terminate the array returned by GetLockConflicts(). 11 years ago
Andres Freund ed127002d8 Align buffer descriptors to cache line boundaries. 11 years ago
Andres Freund 7142bfbbd3 Fix #ifdefed'ed out code to compile again. 11 years ago
Heikki Linnakangas 31ed42b9a3 Fix bug where GIN scan keys were not initialized with gin_fuzzy_search_limit. 11 years ago
Robert Haas 3d6d1b5855 Move out-of-memory error checks from aset.c to mcxt.c 11 years ago
Stephen Frost 1c993b3ace Reword CREATE POLICY parameter descriptions 11 years ago
Stephen Frost bb541812b8 CREATE POLICY expression -> using_expression 11 years ago
Stephen Frost 42f66b2756 Improve CREATE POLICY documentation 11 years ago
Stephen Frost c7cf9a2433 Add usebypassrls to pg_user and pg_shadow 11 years ago
Stephen Frost f8519a6a46 Clean up range-table building in copy.c 11 years ago
Stephen Frost 804b6b6db4 Fix column-privilege leak in error-message paths 11 years ago
Heikki Linnakangas acc2b1e843 Fix typo in comment. 11 years ago
Heikki Linnakangas 670bf71f65 Remove dead NULL-pointer checks in GiST code. 11 years ago
Tom Lane 1a2b2034d4 Fix NUMERIC field access macros to treat NaNs consistently. 11 years ago
Tom Lane 4b2a254793 Add a note to PG_TRY's documentation about volatile safety. 11 years ago
Tom Lane dabda64152 Fix volatile-safety issue in dblink's materializeQueryResult(). 11 years ago
Robert Haas 168a809d4b Re-enable abbreviated keys on Windows. 11 years ago
Tom Lane 599d00aa68 Fix volatile-safety issue in pltcl_SPI_execute_plan(). 11 years ago
Tom Lane c58accd70b Fix volatile-safety issue in asyncQueueReadAllNotifications(). 11 years ago
Tom Lane c70f9e8988 Further cleanup of ReorderBufferCommit(). 11 years ago
Tom Lane bf007a27ac Clean up assorted issues in ALTER SYSTEM coding. 11 years ago
Tom Lane fd496129d1 Clean up some mess in row-security patches. 11 years ago
Tom Lane f8a4dd2e14 Fix unsafe coding in ReorderBufferCommit(). 11 years ago
Tom Lane 586dd5d6a5 Replace a bunch more uses of strncpy() with safer coding. 11 years ago
Tom Lane 9222cd84b0 Remove no-longer-referenced src/port/gethostname.c. 11 years ago
Alvaro Herrera f2789ab84e Fix assignment operator thinko 11 years ago
Robert Haas d1747571b6 Fix typos, update README. 11 years ago
Alvaro Herrera a179232047 vacuumdb: enable parallel mode 11 years ago
Robert Haas 5cefbf5a6c Don't use abbreviated keys for the final merge pass. 11 years ago
Robert Haas 6a3c6ba0ba Add an explicit cast to Size to hyperloglog.c 11 years ago
Tom Lane eb213acfe2 Prevent duplicate escape-string warnings when using pg_stat_statements. 11 years ago
Peter Eisentraut f5f2c2de16 Fix whitespace 11 years ago
Alvaro Herrera 972bf7d6f1 Tweak BRIN minmax operator class 11 years ago
Bruce Momjian b04d691613 docs: update libpq's PQputCopyData and PQputCopyEnd 11 years ago
Robert Haas d060e07fa9 Repair brain fade in commit b181a91981. 11 years ago
Bruce Momjian 59367fdf97 adjust ACL owners for REASSIGN and ALTER OWNER TO 11 years ago
Robert Haas b181a91981 More fixes for abbreviated keys infrastructure. 11 years ago
Robert Haas b529b65d1b Heavily refactor btsortsupport_worker. 11 years ago
Alvaro Herrera 813ffc0ef9 reinit.h: Fix typo in identification comment 11 years ago
Robert Haas 1be4eb1b2d Disable abbreviated keys on Windows. 11 years ago
Bruce Momjian f259e71dbe tools/ccsym: update for modern versions of gcc 11 years ago
Robert Haas f32a1fa462 Add strxfrm_l to list of functions where Windows adds an underscore. 11 years ago
Tom Lane aa719391d5 In pg_regress, remove the temporary installation upon successful exit. 11 years ago
Tom Lane 75b48e1fff Adjust "pgstat wait timeout" message to be a translatable LOG message. 11 years ago
Andres Freund 2d115e47c8 Fix various shortcomings of the new PrivateRefCount infrastructure. 11 years ago
Robert Haas 4ea51cdfe8 Use abbreviated keys for faster sorting of text datums. 11 years ago