Commit Graph

37873 Commits (c478959a009a926ec441f355219eae18537e648c)
 

Author SHA1 Message Date
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
Robert Haas 1605291b6c Typo fix. 11 years ago
Alvaro Herrera 412f604adb doc: Fix typos in make_timestamp{,tz} examples 11 years ago
Robert Haas 9d54b93239 BRIN typo fix. 11 years ago
Peter Eisentraut cb4a3b0410 Install shared libraries also in bin on cygwin, mingw 11 years ago
Tom Lane 75df6dc083 Fix ancient thinko in default table rowcount estimation. 11 years ago
Noah Misch 4c34dcf97f Activate low-volume optional logging during regression test runs. 11 years ago
Andres Freund 525b84c576 Fix use of already freed memory when dumping a database's security label. 11 years ago
Andres Freund ff44fba46c Replace walsender's latch with the general shared latch. 11 years ago
Tom Lane 20af53d719 Show sort ordering options in EXPLAIN output. 11 years ago
Heikki Linnakangas 9402869160 Advance backend's advertised xmin more aggressively. 11 years ago
Tom Lane 779fdcdeee Improve new caching logic in tbm_add_tuples(). 11 years ago
Andres Freund f5ae3ba482 Make tbm_add_tuples more efficient by caching the last acccessed page. 11 years ago
Heikki Linnakangas aa1d2fc5e9 Another attempt at fixing Windows Norwegian locale. 11 years ago
Noah Misch 28df6a0df0 Update "pg_regress --no-locale" for Darwin and Windows. 11 years ago
Tom Lane c480cb9d24 Fix use-of-already-freed-memory problem in EvalPlanQual processing. 11 years ago
Heikki Linnakangas 49b04188f8 Fix thinko in re-setting wal_log_hints flag from a parameter-change record. 11 years ago
Tom Lane 8e166e164c Rearrange explain.c's API so callers need not embed sizeof(ExplainState). 11 years ago
Tom Lane a5cd70dcbc Improve performance of EXPLAIN with large range tables. 11 years ago
Robert Haas 0b49642b99 pg_standby: Avoid writing one byte beyond the end of the buffer. 11 years ago
Andres Freund 6cfd5086e1 Blindly try to fix a warning in s_lock.h when compiling with gcc on HPPA. 11 years ago
Robert Haas 73a8f5176a docs: Add missing <literal> markup. 11 years ago
Robert Haas 4a0a5f21fa vacuumlo: Avoid unlikely memory leak. 11 years ago
Andres Freund 59f71a0d0b Add a default local latch for use in signal handlers. 11 years ago