Commit Graph

40135 Commits (3fe3511d05127cc024b221040db2eeb352e7d716)
 

Author SHA1 Message Date
Simon Riggs 3fe3511d05 Generic Messages for Logical Decoding 10 years ago
Fujii Masao 989be0810d Support multiple synchronous standby servers. 10 years ago
Alvaro Herrera 2143f5e127 Fix broken ALTER INDEX documentation 10 years ago
Alvaro Herrera f2fcad27d5 Support ALTER THING .. DEPENDS ON EXTENSION 10 years ago
Robert Haas 41ea0c2376 Fix parallel-safety code for parallel aggregation. 10 years ago
Robert Haas 09adc9a8c0 Align all shared memory allocations to cache line boundaries. 10 years ago
Tom Lane 1d2fe56e42 Fix PL/Python for recursion and interleaved set-returning functions. 10 years ago
Robert Haas 11c8669c0c Add parallel query support functions for assorted aggregates. 10 years ago
Magnus Hagander 7117685461 Implement backup API functions for non-exclusive backups 10 years ago
Magnus Hagander 9457b591b9 Fix typo 10 years ago
Peter Eisentraut 4dcd4da98c Fix error message from wal_level value renaming 10 years ago
Tom Lane 99f3b5613b Disallow newlines in parameter values to be set in ALTER SYSTEM. 10 years ago
Alvaro Herrera 890614d2b3 Display WAL pointer in rm_redo error callback 10 years ago
Tom Lane 3c69b33f45 Add a few comments about ANALYZE's strategy for collecting MCVs. 10 years ago
Tom Lane 391159e03a Partially revert commit 3d3bf62f30. 10 years ago
Alvaro Herrera c9ff752a85 Silence compiler warning 10 years ago
Tom Lane 2bbe9112ae Add a \gexec command to psql for evaluation of computed queries. 10 years ago
Tom Lane 66229ac004 Introduce a LOG_SERVER_ONLY ereport level, which is never sent to client. 10 years ago
Tom Lane 58666ed28a Fix latent portability issue in pgwin32_dispatch_queued_signals(). 10 years ago
Teodor Sigaev eb7308d298 Fix typo 10 years ago
Teodor Sigaev 9b27aebe71 fix typo 10 years ago
Dean Rasheed 84f9a35e39 Improve estimate of distinct values in estimate_num_groups(). 10 years ago
Simon Riggs bf08f2292f Avoid archiving XLOG_RUNNING_XACTS on idle server 10 years ago
Tom Lane a75a418d07 Clean up dubious code in contrib/seg. 10 years ago
Tom Lane 8f75fd1f40 Fix contrib/bloom to not fail under CLOBBER_CACHE_ALWAYS. 10 years ago
Tom Lane a9284849b4 Clean up some stuff in new contrib/bloom module. 10 years ago
Simon Riggs 3e4b7d8798 Avoid pin scan for replay of XLOG_BTREE_VACUUM in all cases 10 years ago
Tom Lane 3cc38ca7d2 Add psql \errverbose command to see last server error at full verbosity. 10 years ago
Tom Lane e3161b231c Add libpq support for recreating an error message with different verbosity. 10 years ago
Tom Lane 5a5b917184 Add missing "static". 10 years ago
Tom Lane a1953f3a60 Make all the declarations of WaitEventSetWaitBlock be marked "inline". 10 years ago
Tom Lane 45aae8e789 Suppress compiler warning. 10 years ago
Teodor Sigaev 9c50372d20 Fix condition in e9e441c9fa 10 years ago
Stephen Frost 62b5cd234b Fix typo in pg_regress.c 10 years ago
Teodor Sigaev e9e441c9fa Prevent mark as deleted and as 'has free space' page in bloom module 10 years ago
Teodor Sigaev 80afb62db0 Fixes in bloom contrib module 10 years ago
Noah Misch c22650cd64 Refer to a TOKEN_USER payload as a "token user," not as a "user token". 10 years ago
Noah Misch 4ad6f13500 Copyedit comments and documentation. 10 years ago
Alvaro Herrera f07d18b6e9 test_slot_timelines: Fix alternate expected output 10 years ago
Tom Lane 3d3bf62f30 Omit null rows when setting the threshold for what's a most-common value. 10 years ago
Alvaro Herrera 5cb882675a pgbench: Remove unused parameter 10 years ago
Tom Lane be4b4dc759 Omit null rows when applying the Haas-Stokes estimator for ndistinct. 10 years ago
Alvaro Herrera 82c83b3372 Fix logical_decoding_timelines test crashes 10 years ago
Teodor Sigaev 27f3bbfad4 Fixes in bloom contrib module missed during review 10 years ago
Alvaro Herrera f402b99501 Type names should not be quoted 10 years ago
Tom Lane a067b50470 Get rid of minus zero in box regression test. 10 years ago
Tom Lane 2306696004 Fix oversight in getParamDescriptions(), and improve comments. 10 years ago
Teodor Sigaev a361c22ebf Fix English in bloom module documentation 10 years ago
Teodor Sigaev 9ee014fc89 Bloom index contrib module 10 years ago
Teodor Sigaev 4e56e5a6de Fix typo in generic wal docs 10 years ago